LLVM backend for 6502
Go to file
2007-05-06 19:27:46 +00:00
autoconf
docs
examples switch this to bitcode instead of bytecode 2007-05-06 09:29:13 +00:00
include Fix typo in comment. 2007-05-06 13:37:16 +00:00
lib fix off-by-one that caused the llvm2cpp test to fail 2007-05-06 19:27:46 +00:00
projects
runtime
test remove libbzip2 from this. This should use llvm-config or something. 2007-05-06 19:21:48 +00:00
tools make sure the ofstream for opt's output file is destroyed, so that the bits 2007-05-06 19:17:23 +00:00
utils
win32 Unbreak VC++. 2007-05-06 03:12:47 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT Make my credits refer to my wiki page. 2007-05-06 01:30:17 +00:00
LICENSE.TXT remove these. 2007-02-25 02:28:21 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt test 2007-04-20 20:49:25 +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.