LLVM backend for 6502
Go to file
Chris Lattner 27a32604cc update for new api
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77788 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-01 18:35:49 +00:00
autoconf
bindings
cmake
docs Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
examples Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
include All MCSections are now required to have a SectionKind. 2009-08-01 18:25:49 +00:00
lib All MCSections are now required to have a SectionKind. 2009-08-01 18:25:49 +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 update for new api 2009-08-01 18:35:49 +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
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.