LLVM backend for 6502
Go to file
Rafael Espindola 7f99f74b7f Run opt instead of bugpoint itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110524 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-07 23:03:21 +00:00
autoconf
bindings
cmake
docs Fix missing </a> tag error introduced by addition of LowerAtomic pass. 2010-08-06 02:13:25 +00:00
examples
include Roll back my last two commits, valgrind complains. 2010-08-07 13:27:41 +00:00
lib Roll back my last two commits, valgrind complains. 2010-08-07 13:27:41 +00:00
projects
runtime
test Move the bugpoint test passes to a plugin in preparation for having bugpoint 2010-08-07 21:48:09 +00:00
tools Run opt instead of bugpoint itself. 2010-08-07 23:03:21 +00:00
unittests Add an inverse() method to ConstantRange. 2010-08-07 05:47:46 +00:00
utils Fix eabi calling convention when a 64 bit value shadows r3. 2010-08-06 15:35:32 +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.