LLVM backend for 6502
Go to file
Reid Spencer 9eba7a2cb5 Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35215 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-20 17:19:31 +00:00
autoconf
docs Document LoopPass. 2007-03-19 22:21:25 +00:00
examples Revert last patch. The examples build now. 2007-03-06 17:26:14 +00:00
include First cut trivial re-materialization support. 2007-03-20 08:13:50 +00:00
lib Regenerate. 2007-03-20 17:19:31 +00:00
projects
runtime
test Test handling of structs with multiple variable-sized fields. 2007-03-20 14:13:20 +00:00
tools Regenerate. 2007-03-15 03:26:42 +00:00
utils Recognize target instruction flag 'isReMaterializable'. 2007-03-19 06:20:37 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT Credit self for Ada front-end. 2007-03-05 09:21:11 +00:00
LICENSE.TXT
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.