LLVM backend for 6502
Go to file
Reid Spencer 1853da3f22 For PR411:
Don't re-use var names.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33899 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-05 04:00:04 +00:00
autoconf
docs For PR1067: 2007-02-04 00:17:35 +00:00
examples
include Use unsigned char& instead of std::vector<>::reference. 2007-02-05 02:37:07 +00:00
lib Use DenseMap for pointer->pointer maps. 2007-02-05 02:39:47 +00:00
projects
runtime
test For PR411: 2007-02-05 04:00:04 +00:00
tools Fix grammaro in output message. 2007-02-04 22:08:16 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules When using LINK_COMPONENTS, append the components to the end of the 2007-02-04 22:12:25 +00:00
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.