LLVM backend for 6502
Go to file
2005-08-18 19:32:46 +00:00
autoconf
docs
examples
include/llvm add a method 2005-08-18 18:44:33 +00:00
lib More optimal solution for loading constants. 2005-08-18 18:58:23 +00:00
projects
runtime
test Add regression test to make sure that constants are generated optimally. 2005-08-18 19:32:46 +00:00
tools If the user interrupts bugpoint, don't extract loops 2005-08-02 23:25:56 +00:00
utils
win32
Xcode messed up 2005-08-17 23:57:24 +00:00
.cvsignore
configure
CREDITS.TXT Add a note, people are responsible for requesting that they be added to the 2005-08-02 22:10:21 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix grammar 2005-08-17 02:38:56 +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.