LLVM backend for 6502
Go to file
2010-01-31 07:28:44 +00:00
autoconf
bindings
cmake
docs Belatedly document r85295 and r85330. 2010-01-29 19:10:38 +00:00
examples
include Moved InstallLexer() from the X86-specific AsmLexer 2010-01-31 02:28:18 +00:00
lib Change TAILJMP's to be varargs and transfer implicit uses over from TCRETURN's. Otherwise the missing uses can make post-regalloc scheduling do bad things. This fixes 403.gcc. 2010-01-31 07:28:44 +00:00
projects
runtime
test Avoid recursive sibcall's. 2010-01-31 06:44:49 +00:00
tools Removed symbols from .exports that are not yet in 2010-01-29 21:21:44 +00:00
unittests
utils AsmMatcher: Create operand classes before use, apparently records aren't visited 2010-01-30 01:02:37 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Added a custom TableGen backend to support the 2010-01-29 00:21:04 +00:00
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.