LLVM backend for 6502
Go to file
2007-09-24 20:02:42 +00:00
autoconf Fix for srcdir <> objdir builds. 2007-09-22 21:36:22 +00:00
bindings Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whether 2007-09-23 13:37:44 +00:00
docs Add section on bit containers. 2007-09-24 17:52:25 +00:00
examples
include Implement offline variable substitution in order to reduce memory 2007-09-24 19:45:49 +00:00
lib Do not promote null values because it may be unsafe to do so. 2007-09-24 20:02:42 +00:00
projects
runtime
test Do not promote null values because it may be unsafe to do so. 2007-09-24 20:02:42 +00:00
tools
utils
website
win32
Xcode
build-for-llvm-top.sh
configure Regenerate. 2007-09-22 21:36:59 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.