LLVM backend for 6502
Go to file
2012-06-09 10:34:15 +00:00
autoconf
bindings
cmake cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled 2012-06-08 09:41:23 +00:00
docs [llvm-nm] Update documentation to cover object file support and arguments. 2012-06-06 23:34:10 +00:00
examples
include Register pressure: added getPressureAfterInstr. 2012-06-09 02:16:58 +00:00
lib Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAllocator. 2012-06-09 10:34:15 +00:00
projects
runtime
test Enable tail merging on PPC. 2012-06-09 03:14:50 +00:00
tools [llvm-nm] Update documentation to cover object file support and arguments. 2012-06-06 23:34:10 +00:00
unittests
utils Sched itinerary fix: Avoid static initializers. 2012-06-08 18:25:47 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

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