LLVM backend for 6502
Go to file
2012-12-05 22:38:01 +00:00
autoconf
bindings
cmake
docs docs: Explain plain preformatted text 2012-12-05 04:07:33 +00:00
examples
include Change std::vector to SmallVector<4> and remove some unused methods. 2012-12-05 22:11:02 +00:00
lib Change std::vector to SmallVector<4> and remove some unused methods. 2012-12-05 22:11:02 +00:00
projects Clean up the sample include orderings, not that it really matters... 2012-12-04 10:46:21 +00:00
runtime
test RegisterPressureTracker: fix findUseBetween to handle DebugValue 2012-12-05 21:37:50 +00:00
tools Quick build fix for c++03 clang. This needs a proper solution. Note that these offsets are guaranteed to be correct by Endian.h. 2012-12-05 22:38:01 +00:00
unittests Copy clang/Driver/<Option parsing stuff> to llvm. 2012-12-05 00:29:32 +00:00
utils RegisterPresssureTracker: Track live physical register by unit. 2012-12-05 21:37:42 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.