LLVM backend for 6502
Go to file
Andrew Trick 06a27cc1aa Reapply r160340. LSR: Limit CollectSubexprs.
Speculatively fix crashes by code inspection. Can't reproduce them yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160344 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-17 05:30:37 +00:00
autoconf
bindings
cmake
docs
examples
include TableGen: Allow conditional instruction pattern in multiclass. 2012-07-17 00:47:06 +00:00
lib Reapply r160340. LSR: Limit CollectSubexprs. 2012-07-17 05:30:37 +00:00
projects
runtime
test Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll. 2012-07-16 23:56:51 +00:00
tools
unittests teach ConstantRange that zero times X is always zero 2012-07-16 20:47:16 +00:00
utils TableGen: Allow conditional instruction pattern in multiclass. 2012-07-17 00:47:06 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
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.