LLVM backend for 6502
Go to file
Owen Anderson 4d13de4e3b Cache non-local memory dependence analysis. This is a significant compile
time performance win in most cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41126 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-16 21:27:05 +00:00
autoconf
docs Who thought up this crazy formatting scheme? 2007-08-07 17:57:36 +00:00
examples
include Cache non-local memory dependence analysis. This is a significant compile 2007-08-16 21:27:05 +00:00
lib Cache non-local memory dependence analysis. This is a significant compile 2007-08-16 21:27:05 +00:00
projects
runtime
test add byval test 2007-08-16 13:09:02 +00:00
tools Update .cvs file 2007-08-15 17:58:51 +00:00
utils Make use of the llvm-ld tool's new ability to read input from stdin to extract 2007-08-13 06:19:51 +00:00
website Prepare for "core" website. 2007-08-03 05:43:35 +00:00
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT Use subregs to improve any_extend code generation when feasible. 2007-08-10 22:22:41 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.