LLVM backend for 6502
Go to file
2010-01-20 00:43:07 +00:00
autoconf
bindings
cmake
docs
examples
include Move findDebugLoc somewhere more central. Fix 2010-01-20 00:19:24 +00:00
lib Move findDebugLoc somewhere more central. Fix 2010-01-20 00:19:24 +00:00
projects Don't try to build compiler-rt if it happens to be checked out into projects/ 2010-01-18 17:52:28 +00:00
runtime
test Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code 2010-01-19 23:30:49 +00:00
tools Promoted the getTok() method to MCAsmParser so that 2010-01-19 21:44:56 +00:00
unittests
utils The change in r90189 adds a link in a directory outside the iPhone platform 2010-01-19 16:42:10 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile For 'install-clang' target, also traverse tools/clang/lib/Runtime. 2010-01-20 00:43:07 +00:00
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.