LLVM backend for 6502
Go to file
2007-09-14 01:13:55 +00:00
autoconf
docs Change llvm.gcroot to not init the root to null at runtime, this prevents 2007-09-12 17:53:10 +00:00
examples add a new BF->LLVM translator, contributed by Sterling Stein. 2007-09-12 18:24:00 +00:00
include remove dead enum value. 2007-09-13 06:18:04 +00:00
lib Temporary reverting r41817 2007-09-14 01:13:55 +00:00
projects
runtime
test Fixed a typo that's causing a missing kill marker. 2007-09-12 23:02:04 +00:00
tools Revise previous patch per review comments. 2007-09-12 03:30:33 +00:00
utils Initial support for multi-result patterns: 2007-09-12 23:30:14 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT Add SparseBitVector implementation 2007-09-09 01:10:40 +00:00
LICENSE.TXT Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM. 2007-08-21 22:40:44 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +00:00
README.txt test 2007-04-20 20:49:25 +00:00

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.