LLVM backend for 6502
Go to file
2009-09-28 21:14:38 +00:00
autoconf
bindings Expose the rest of the attribute settings. 2009-09-28 04:42:47 +00:00
cmake
docs Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/. 2009-09-28 21:14:38 +00:00
examples
include Remove unnecessary include. 2009-09-28 21:06:38 +00:00
lib When extending the operands of an addrec, iterate through all 2009-09-28 21:01:47 +00:00
projects
runtime
test Add a testcase for r83011. 2009-09-28 21:03:02 +00:00
tools Add a way to query the number of input files. 2009-09-28 01:16:42 +00:00
unittests
utils Introduce the TargetInstrInfo::KILL machine instruction and get rid of the 2009-09-28 20:32:26 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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.