LLVM backend for 6502
Go to file
2012-04-18 19:02:43 +00:00
autoconf add configure flag --with-default-sysroot 2012-04-16 04:11:45 +00:00
bindings
cmake
docs A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist 2012-04-18 08:02:25 +00:00
examples
include Tidy up. Trailing whitespace. 2012-04-18 17:46:37 +00:00
lib Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRematerializable. 2012-04-18 18:52:10 +00:00
projects
runtime
test FileCheckize 2012-04-18 17:01:26 +00:00
tools Move the JIT flags from llc to lli. These flags showed up as part of moving 2012-04-18 08:34:12 +00:00
unittests Goodbye, JSONParser... 2012-04-17 17:21:17 +00:00
utils Use SmallVector for the requirements on an InstAlias. 2012-04-18 19:02:43 +00:00
.gitignore
CMakeLists.txt Goodbye, JSONParser... 2012-04-17 17:21:17 +00:00
configure add configure flag --with-default-sysroot 2012-04-16 04:11:45 +00:00
CREDITS.TXT Update woefully stale credits entry. Everything listed there had been 2012-04-17 01:19:37 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.