LLVM backend for 6502
Go to file
2009-08-01 19:09:44 +00:00
autoconf
bindings
cmake
docs
examples
include All MCSections are now required to have a SectionKind. 2009-08-01 18:25:49 +00:00
lib Add newline at end of file to remove gcc warning. 2009-08-01 19:09:44 +00:00
projects
runtime
test Hack to make this test work on platforms which aren't Macs. Fixing this 2009-08-01 16:37:18 +00:00
tools All MCSections are now required to have a SectionKind. 2009-08-01 18:25:49 +00:00
unittests Remove now empty unit test directory. 2009-08-01 19:07:29 +00:00
utils Simplify operand padding by keying off tabs in the asm stream. If 2009-07-31 21:57:10 +00:00
website
win32 Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. 2009-07-24 23:12:02 +00:00
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.