LLVM backend for 6502
Go to file
2007-07-18 05:27:33 +00:00
autoconf support poolalloc as checked out from svn 2007-07-17 20:37:35 +00:00
docs Alphabetize. Document -mlimit parameter. 2007-07-18 04:24:20 +00:00
examples
include Unbreak the build by putting calls to free into the implementation file and 2007-07-17 02:16:12 +00:00
lib Fold prologue esp update when possible. 2007-07-17 21:26:42 +00:00
projects
runtime
test Fix this test to not rely on the path but to use the 2007-07-18 04:37:24 +00:00
tools Fix a sys::Path API error caught by a gcc 4.2 warning. 2007-07-18 05:27:33 +00:00
utils Work around a bogus gcc 4.2 warning. 2007-07-18 04:51:57 +00:00
win32
Xcode
build-for-llvm-top.sh The property is svn:executable not svn:execute. 2007-07-18 04:26:05 +00:00
configure support poolalloc as checked out from svn 2007-07-17 20:37:35 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt In ModuleInfo.txt, make sure that the script being executed can be 2007-07-16 22:25:13 +00:00
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.