LLVM backend for 6502
Go to file
2008-01-06 01:35:39 +00:00
autoconf
bindings Fix a typo in llvm.mli noticed by Alain Frisch. 2008-01-04 13:21:02 +00:00
docs doc_code-ify some code in this doc. 2008-01-04 12:04:32 +00:00
examples
include X86 JIT PIC jumptable support. 2008-01-05 02:26:58 +00:00
lib Fix comment. 2008-01-05 23:30:51 +00:00
projects
runtime
test remove a couple more unsafe xforms in the face of overflow. 2008-01-05 01:22:42 +00:00
tools
utils Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor. 2008-01-06 01:35:39 +00:00
website
win32 Adding new files to win32 build 2008-01-03 19:53:03 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Factor out makefile dependency generation better. 2007-12-31 23:58:31 +00:00
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.