LLVM backend for 6502
Go to file
2004-10-22 23:35:57 +00:00
autoconf
docs
examples
include/llvm
lib Use cleaner quoting and eliminate blank space 2004-10-22 23:35:57 +00:00
projects Adjust to changes in Makefile.rules 2004-10-22 21:02:08 +00:00
runtime We're not doing automake any more 2004-10-22 21:02:23 +00:00
test
tools We're not doing automake any more 2004-10-22 21:02:23 +00:00
utils Remove double colon rule for gram.tab.h so it doesn't conflict with the 2004-10-22 23:05:46 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Remove the unused SourceDir variable (use BUILD_SRC_DIR) 2004-10-22 21:01:44 +00:00
Makefile.rules Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR 2004-10-22 23:06:30 +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.