LLVM backend for 6502
Go to file
2009-06-03 06:14:58 +00:00
autoconf
bindings Give embedded metadata its own type instead of relying on EmptyStructTy. 2009-05-30 05:06:04 +00:00
cmake CMake: Set LIBS on llvm-config so we can query the system libraries 2009-05-27 15:49:33 +00:00
docs Metadata uses metadata type not empty struct. 2009-05-30 16:08:30 +00:00
examples
include Change TargetFolder's TD member from a reference to a 2009-06-03 00:13:48 +00:00
lib Fold preceding / trailing base inc / dec into the single load / store as well. 2009-06-03 06:14:58 +00:00
projects
runtime
test Fold preceding / trailing base inc / dec into the single load / store as well. 2009-06-03 06:14:58 +00:00
tools update comments about .objc_ symbols being generated 2009-06-01 23:41:09 +00:00
unittests Give embedded metadata its own type instead of relying on EmptyStructTy. 2009-05-30 05:06:04 +00:00
utils NightlyTest: Stop running a separate Olden pass during nightly test. 2009-06-02 21:14:15 +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.