LLVM backend for 6502
Go to file
2012-02-01 23:16:43 +00:00
autoconf autoconf: generate clang's private config.h header 2012-02-01 14:06:21 +00:00
bindings
cmake
docs Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
examples Fix BrainF compilation. 2012-01-31 09:35:01 +00:00
include Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
lib Move ARM subreg index compositions to the SubRegIndex itself. 2012-02-01 23:16:43 +00:00
projects Regenerate configure. 2012-01-31 17:18:47 +00:00
runtime
test Avoid creating an extract element to an illegal type after LegalizeTypes has run. 2012-02-01 22:15:20 +00:00
tools SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
unittests RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, 2012-01-31 19:58:34 +00:00
utils Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
.gitignore
CMakeLists.txt cmake: make BUILD_SHARED_LIBS a visible option 2012-02-01 14:49:39 +00:00
configure autoconf: generate clang's private config.h header 2012-02-01 14:06:21 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert test commit 2012-01-31 23:18:33 +00:00

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.