LLVM backend for 6502
Go to file
2012-02-01 22:15:20 +00:00
autoconf autoconf: generate clang's private config.h header 2012-02-01 14:06:21 +00:00
bindings
cmake
docs
examples
include VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA). 2012-02-01 22:13:57 +00:00
lib Avoid creating an extract element to an illegal type after LegalizeTypes has run. 2012-02-01 22:15:20 +00:00
projects
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
utils Avoid emitting empty arrays, they're not standard C++. 2012-02-01 22:12:51 +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 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.