LLVM backend for 6502
Go to file
2005-04-10 06:06:10 +00:00
autoconf
docs * Put command-line switches and function names in <tt> 2005-03-30 19:14:24 +00:00
examples
include/llvm add routines to track the livein/out set for a function 2005-04-09 15:22:53 +00:00
lib Fix another fixme: factor out the constant fp generation code. 2005-04-10 06:06:10 +00:00
projects Rename createPromoteMemoryToRegister() to 2005-03-28 02:01:12 +00:00
runtime
test make this harder 2005-04-10 03:18:18 +00:00
tools there is no reason to run -instcombine -instcombine! 2005-03-29 06:25:11 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT Updating my entry. 2005-03-22 21:33:19 +00:00
LICENSE.TXT Another year, another copyright update. 2005-01-08 19:10:44 +00:00
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.