LLVM backend for 6502
Go to file
2006-10-05 21:40:14 +00:00
autoconf
docs
examples
include/llvm Add insertelement/extractelement helper ctors. 2006-10-05 06:24:58 +00:00
lib Don't crash if an MBB doesn't have an LLVM BB 2006-10-05 21:40:14 +00:00
projects Don't build the runtime library if LLVMGCC is not configured. 2006-10-02 19:10:56 +00:00
runtime
test implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMENTS and LowerCALL 2006-10-05 16:48:49 +00:00
tools
utils Fix more static dtor issues 2006-10-04 21:52:35 +00:00
win32
Xcode
.cvsignore
configure fix misleading warning 2006-10-02 17:24:55 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in Minor technical correction in documentation. 2006-08-21 01:58:57 +00:00
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.