LLVM backend for 6502
Go to file
2008-06-25 16:51:55 +00:00
autoconf Allow the test suite to be checked out into projects/test-suite. 2008-06-24 13:01:57 +00:00
bindings
docs
examples
include
lib SimpleInstructionSelector is here no more. 2008-06-25 16:38:59 +00:00
projects
runtime Fixing the stack walker. 2008-01-24 05:16:36 +00:00
test simplify shell syntax to work better on solaris, patch by 2008-06-25 16:03:42 +00:00
tools
utils Added MemOperands to Atomic operations since Atomics touches memory. 2008-06-25 08:15:39 +00:00
website
win32 Updated VS build system. Patch provided by Cedric Venet: 2008-06-20 22:19:12 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT merge of use-diet branch to trunk 2008-05-10 08:32:32 +00:00
LICENSE.TXT
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.