LLVM backend for 6502
Go to file
2005-01-12 18:11:36 +00:00
autoconf
docs Make the construction of doxygen documentation a repeatable process 2005-01-11 06:26:27 +00:00
examples
include/llvm Update comments to indicate CopyFrom/ToReg take physregs as well as vregs. 2005-01-12 18:11:36 +00:00
lib Try both ways to fold an add together. This allows us to generate this code 2005-01-12 18:08:53 +00:00
projects
runtime
test The pattern isel is aggressively codegen'ing all of the loads in these 2005-01-11 03:05:03 +00:00
tools
utils Use and print out BuildStatus, we don't always have build errors. 2005-01-12 03:31:38 +00:00
win32 Add new file to Visual Studio CodeGen project 2005-01-12 04:32:42 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Implement the LOADABLE_MODULE option when building a shared library. This 2005-01-11 04:31:07 +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.