LLVM backend for 6502
Go to file
2008-03-16 04:20:44 +00:00
autoconf
bindings C and Objective Caml bindings for PassManagers. 2008-03-16 04:20:44 +00:00
docs
examples
include C and Objective Caml bindings for PassManagers. 2008-03-16 04:20:44 +00:00
lib C and Objective Caml bindings for PassManagers. 2008-03-16 04:20:44 +00:00
projects
runtime
test C and Objective Caml bindings for PassManagers. 2008-03-16 04:20:44 +00:00
tools
utils Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs pass. Add a new TII, subreg_to_reg, which is like insert_subreg except that it takes an immediate implicit value to insert into rather than a register. 2008-03-16 03:12:01 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure Regenerate. 2008-03-10 15:49:38 +00:00
CREDITS.TXT
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.