LLVM backend for 6502
Go to file
Daniel Dunbar ba3931b667 Fix typo that worked on python 2.6.
Also, fix unit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81194 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-08 05:46:28 +00:00
autoconf
bindings
cmake
docs Add 'lit' testing tool. 2009-09-08 05:31:18 +00:00
examples
include fix pasto 2009-09-08 03:39:55 +00:00
lib Hoist out the test+insert to CheckedTypes. This doesn't seem to affect 2009-09-08 05:46:15 +00:00
projects
runtime
test Add 'lit' support for llvm tests. 2009-09-08 05:31:44 +00:00
tools Add -output-prefix option to bugpoint (to change the default output name). 2009-09-07 19:26:11 +00:00
unittests
utils Fix typo that worked on python 2.6. 2009-09-08 05:46:28 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt revert r78628 and r78803 as these are not needed any more 2009-08-25 23:02:21 +00:00
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add 'lit' support for llvm tests. 2009-09-08 05:31:44 +00:00
ModuleInfo.txt
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.