LLVM backend for 6502
Go to file
Chris Lattner 5fa8707821 fix buggy test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21937 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-13 15:51:31 +00:00
autoconf llvm-fefw doesn't exist (yet) 2005-05-12 21:56:03 +00:00
docs Shameless update of copyright years. 2005-05-12 21:25:32 +00:00
examples
include/llvm add a new method 2005-05-13 07:23:03 +00:00
lib Do not CopyFromReg physregs for live-in values. Instead, create a vreg for 2005-05-13 07:38:09 +00:00
projects
runtime
test fix buggy test 2005-05-13 15:51:31 +00:00
tools If loopextract breaks the program provide output so that we can repro the 2005-05-08 21:54:56 +00:00
utils * Fix wording of the warning 2005-05-12 21:41:48 +00:00
win32
.cvsignore
configure * Remove reference to llvm-fefw 2005-05-12 22:15:34 +00:00
CREDITS.TXT Update my info 2005-05-08 01:07:48 +00:00
LICENSE.TXT Remove extraneous colons after program names for consistency 2005-05-12 21:39:01 +00:00
llvm.spec
llvm.spec.in
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.