LLVM backend for 6502
Go to file
2010-02-01 02:13:39 +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 Undo r94946 now all the tests are passing again. 2010-02-01 02:13:39 +00:00
projects
runtime
test Undo r94946 now all the tests are passing again. 2010-02-01 02:13:39 +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
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
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.