LLVM backend for 6502
Go to file
Chris Lattner 1d4cb41fdd make this check a bit more generous, it may be outliving its
utility.  Down to 6 ppc failures.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96751 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-21 20:02:15 +00:00
autoconf
bindings
cmake
docs Clarify that ptrtoint+inttoptr are an alternative to GEP which are 2010-02-18 18:40:29 +00:00
examples
include make this check a bit more generous, it may be outliving its 2010-02-21 20:02:15 +00:00
lib Remove a bunch of duplicated code, where there was one version taking a std::ostream 2010-02-21 19:15:19 +00:00
projects
runtime
test add a triple so that this doesn't fail due to linux/ppc register printing 2010-02-21 19:27:38 +00:00
tools Uniformize the way these options are printed. Requested by 2010-02-18 14:37:52 +00:00
unittests
utils Sort the patterns before adding them to the FA so that we get the 2010-02-21 19:22:06 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Test commit. 2010-02-21 03:01:05 +00:00

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.