LLVM backend for 6502
Go to file
2005-04-09 16:24:20 +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 there is no need to remove this instruction, linscan does it already as it 2005-04-09 16:24:20 +00:00
projects Rename createPromoteMemoryToRegister() to 2005-03-28 02:01:12 +00:00
runtime
test Add a testcase to make sure that we don't emit two fneg instructions back 2005-04-09 09:30:09 +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
LICENSE.TXT
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.