LLVM backend for 6502
Go to file
2010-08-17 18:00:41 +00:00
autoconf
bindings
cmake Updated LLVMLibDeps.cmake 2010-08-15 22:14:42 +00:00
docs add some  's to a pre to avoid newlines being eaten 2010-08-17 17:13:42 +00:00
examples
include Revert r111230, we have to find a better place for the host-specific code. 2010-08-17 15:50:23 +00:00
lib explicitly handle no-op cases for clarity. Fixes clang warning. 2010-08-17 18:00:41 +00:00
projects
runtime
test When rotating loops, put the original header at the bottom of the 2010-08-17 17:39:21 +00:00
tools
unittests
utils Remove predicate workaround, we're going to require that predicate 2010-08-17 01:18:37 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.