LLVM backend for 6502
Go to file
2009-09-28 15:07:18 +00:00
autoconf
bindings Expose the rest of the attribute settings. 2009-09-28 04:42:47 +00:00
cmake
docs Document a bug in the ocaml bindings has wrong linkage values. 2009-09-28 04:42:55 +00:00
examples
include Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. 2009-09-28 14:37:51 +00:00
lib Include the name of the loop header in debug messages. 2009-09-28 15:07:18 +00:00
projects
runtime
test Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo 2009-09-28 09:14:39 +00:00
tools Add a way to query the number of input files. 2009-09-28 01:16:42 +00:00
unittests
utils Don't traverse into .svn directories. 2009-09-28 07:32:45 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.