LLVM backend for 6502
Go to file
2007-07-12 13:21:08 +00:00
autoconf
docs
examples
include Adding ability to demote phi to stack. 2007-07-11 18:41:34 +00:00
lib another missed SSE optimization 2007-07-12 06:31:38 +00:00
projects
runtime
test fix the remaining 3 testcases that missed a target triple 2007-07-12 13:21:08 +00:00
tools Emit correct linkage. Patch by Roman Samoilov. 2007-07-11 19:51:06 +00:00
utils
win32
Xcode
configure
CREDITS.TXT Record my recent work. 2007-07-05 16:56:24 +00:00
LICENSE.TXT bzip2 is gone 2007-05-06 23:18:44 +00:00
llvm.spec.in
Makefile Get rid of annoying spaces. 2007-07-11 23:44:08 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Adjust this per the changes to the configuration script in the llvm-top module. 2007-07-11 03:00:11 +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.