LLVM backend for 6502
Go to file
Dan Gohman b75e8642a6 Add some tests and update an existing test to reflect recent
x86 isel peeps.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92509 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-04 20:53:54 +00:00
autoconf
bindings
cmake
docs
examples
include Remove the CPAttrParentAsRoot code, which is unused, and inconvenient 2010-01-04 20:31:55 +00:00
lib A use by operand 1 or 2 of a SELECT is not a FLAGS use. This 2010-01-04 20:52:50 +00:00
projects
runtime remove the random sampling framework, which is not maintained anymore. 2010-01-02 20:07:03 +00:00
test Add some tests and update an existing test to reflect recent 2010-01-04 20:53:54 +00:00
tools Forward -O0 to llvm-gcc. 2010-01-02 08:27:23 +00:00
unittests Silence compiler warning. 2009-12-31 16:27:13 +00:00
utils Replace some special-case code which probably was buggy with an assertion 2010-01-04 20:36:57 +00:00
website
Xcode
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.