LLVM backend for 6502
Go to file
Jakob Stoklund Olesen 1134aae4e7 Revert r161633-161634 "Partition use lists so defs always come before uses."
These commits broke a number of buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161640 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-09 23:31:36 +00:00
autoconf Support for experimental targets 2012-08-09 01:13:59 +00:00
bindings
cmake revert my previous patch 2012-08-08 18:04:45 +00:00
docs
examples
include Revert r161633-161634 "Partition use lists so defs always come before uses." 2012-08-09 23:31:36 +00:00
lib Revert r161633-161634 "Partition use lists so defs always come before uses." 2012-08-09 23:31:36 +00:00
projects
runtime
test Revert r161633-161634 "Partition use lists so defs always come before uses." 2012-08-09 23:31:36 +00:00
tools Remove some coding violations. No functionality change. 2012-08-08 22:03:50 +00:00
unittests
utils
.gitignore
CMakeLists.txt Support for experimental targets 2012-08-09 01:13:59 +00:00
CODE_OWNERS.TXT
configure Support for experimental targets 2012-08-09 01:13:59 +00:00
CREDITS.TXT Alphabetize. 2012-06-19 23:47:58 +00:00
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.