LLVM backend for 6502
Go to file
David Majnemer 42864070b0 Spell "Actual" correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193954 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-03 11:09:39 +00:00
autoconf Update so that it uses the `-V' command line option and supports Python 3.x. 2013-10-12 08:42:59 +00:00
bindings [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string} 2013-11-03 08:27:45 +00:00
cmake Remove NDBEUG from all release types compile flags. 2013-10-19 07:30:37 +00:00
docs Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
examples
include Convert calls to __sinpi and __cospi into __sincospi_stret 2013-11-03 06:48:38 +00:00
lib Spell "Actual" correctly 2013-11-03 11:09:39 +00:00
projects
test [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string} 2013-11-03 08:27:45 +00:00
tools move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
unittests Merge CallGraph and BasicCallGraph. 2013-10-31 03:03:55 +00:00
utils Configure with --enable-terminfo=no for Apple's llvmCore builds. 2013-11-03 05:49:36 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Modify CMakeLists.txt to work around pr17763 and bring some bots back. 2013-10-31 22:13:41 +00:00
CODE_OWNERS.TXT
configure Update so that it uses the `-V' command line option and supports Python 3.x. 2013-10-12 08:42:59 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Rules adjustments in order to build on DragonFly BSD. 2013-10-31 14:35:00 +00:00
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.