LLVM backend for 6502
Go to file
2012-07-02 16:14:47 +00:00
autoconf
bindings
cmake Hoist LLVM's lit testsuite infrastructure into module so that it can be 2012-06-30 10:14:14 +00:00
docs Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h 2012-06-29 12:38:19 +00:00
examples Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h 2012-06-29 12:38:19 +00:00
include IntRange, fixed warning in isSingleNumber method 2012-07-02 14:10:46 +00:00
lib fix the regression I introduced in r159385 (it's necessary to update PHI nodes in unwind BB 2012-07-02 16:14:47 +00:00
projects
runtime
test fix the regression I introduced in r159385 (it's necessary to update PHI nodes in unwind BB 2012-07-02 16:14:47 +00:00
tools This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: 2012-07-02 05:54:45 +00:00
unittests IntRange: 2012-07-02 13:02:18 +00:00
utils Teach the built-in shell test runner in lit to handle '|&'-style pipes. 2012-07-02 13:10:15 +00:00
.gitignore
CMakeLists.txt Hoist LLVM's lit testsuite infrastructure into module so that it can be 2012-06-30 10:14:14 +00:00
configure Regenerate. 2012-06-28 20:35:00 +00:00
CREDITS.TXT Alphabetize. 2012-06-19 23:47:58 +00:00
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
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.