LLVM backend for 6502
Go to file
2006-05-10 18:56:04 +00:00
autoconf Use the -dumpversion option to llvm-gcc which gives us just the version # 2006-05-09 00:31:01 +00:00
docs Actually, semantical doesn't appear to be a word. 2006-04-26 21:03:17 +00:00
examples
include/llvm Add alloca/malloc ctors that don't take array sizes. 2006-05-10 04:38:35 +00:00
lib Fix the PowerPC JIT-only failure on UnitTests/Vector/sumarray-dbl, which is 2006-05-10 06:38:32 +00:00
projects
runtime
test New testcase, check that dead code doesn't pessimize instcombine 2006-05-10 18:56:04 +00:00
tools wrap long line 2006-05-04 23:35:31 +00:00
utils Watch out for the following case: 2006-05-10 02:47:57 +00:00
win32 Keep Visual Studio happy. 2006-05-03 00:28:50 +00:00
Xcode
.cvsignore
configure Use the -dumpversion option to llvm-gcc which gives us just the version # 2006-05-09 00:31:01 +00:00
CREDITS.TXT
LICENSE.TXT Changing domain name 2006-04-20 05:51:53 +00:00
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove traces of Burg utility now that its gone and not needed. 2006-04-20 18:42:24 +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.