LLVM backend for 6502
Go to file
2004-12-04 23:20:14 +00:00
autoconf
docs
examples
include/llvm
lib Distribute headers and license files too 2004-12-04 22:34:21 +00:00
projects
runtime Use the FAKE_SOURCES feature for proper distribution of contents 2004-12-04 22:34:33 +00:00
test These tests pass on darwin now that the __ thing is fixed. 2004-12-04 23:20:14 +00:00
tools
utils Print out something useful instead of a blank table when the external tests 2004-12-04 22:18:28 +00:00
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile CVS directory elimination moved to Makefile.rules 2004-12-04 22:33:58 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Getting dist-check to work:\ 2004-12-04 22:34:09 +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.