LLVM backend for 6502
Go to file
Chris Lattner bc0b9f70ae start inferring 'no side effects'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45822 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-10 05:39:30 +00:00
autoconf
bindings
docs many cleanups and fixed, contributed by Sam Bishop 2008-01-09 19:28:50 +00:00
examples
include Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in the function) unless specified otherwise. 2008-01-10 02:18:37 +00:00
lib get def use info more correct. 2008-01-10 05:12:37 +00:00
projects
runtime
test Codegen improvement has reduced one spill. 2008-01-10 02:54:40 +00:00
tools
utils start inferring 'no side effects'. 2008-01-10 05:39:30 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT Update credits. 2007-12-11 09:32:07 +00:00
LICENSE.TXT Updated source file headers to llvm coding standard. 2007-12-05 01:40:25 +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.