LLVM backend for 6502
Go to file
2006-12-11 17:25:19 +00:00
autoconf Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 2006-12-10 23:12:42 +00:00
docs Fixed some formatting. 2006-12-09 01:35:43 +00:00
examples
include/llvm Properly mangles symbol table names 2006-12-11 02:20:45 +00:00
lib Don't convert store double C, Ptr to store long C, Ptr if i64 is not a legal type. 2006-12-11 17:25:19 +00:00
projects
runtime
test the xform is done by scalarrepl not the code generator. 2006-12-11 01:03:32 +00:00
tools make statistics and timing info print even if the JIT'd program calls exit 2006-12-10 19:01:52 +00:00
utils Allow the input of the test program to be specified. 2006-12-09 04:42:33 +00:00
win32
Xcode
.cvsignore
configure Regenerate. 2006-12-10 23:29:19 +00:00
CREDITS.TXT The list is sorted by name. 2006-08-29 01:42:47 +00:00
LICENSE.TXT burg is gone 2006-09-11 17:28:11 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in For PR739: 2006-12-10 04:09:19 +00:00
Makefile.rules Don't bother with setting the path before running llvm-gcc4, it doesn't 2006-12-10 04:56:38 +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.