LLVM backend for 6502
Go to file
Chris Lattner 1eaf0ac1dc update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29507 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-03 18:57:28 +00:00
autoconf
docs Fix HTML 4.01 Strict errors. 2006-08-01 16:23:54 +00:00
examples
include/llvm update comment 2006-08-03 18:57:28 +00:00
lib remove some more dead sparcv9 support stuff 2006-08-03 18:55:44 +00:00
projects
runtime
test If dejagnu is not found, tell the user instead of bombing out with an 2006-08-01 00:07:58 +00:00
tools Make it fit into 80-columns. 2006-08-03 17:26:30 +00:00
utils One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. 2006-08-03 16:28:58 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT Update my entry. 2006-08-01 16:52:07 +00:00
LICENSE.TXT Changing domain name 2006-04-20 05:51:53 +00:00
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +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.