LLVM backend for 6502
Go to file
2006-05-14 18:45:44 +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 Change token to match asmprinter output 2006-05-14 18:23:06 +00:00
examples
include/llvm This is a proper fix for the compiler warning. A termination condition is 2006-05-14 02:01:22 +00:00
lib remove some dead code identified by coverity 2006-05-14 18:45:44 +00:00
projects Avoid defining dead result 2006-05-12 17:29:40 +00:00
runtime
test New testcase for instcombine 2006-05-13 02:00:07 +00:00
tools Delete memory allocated by CopyEnv 2006-05-14 18:38:13 +00:00
utils Don't try to reference uninitialized data. Make sure we can find "nm". 2006-05-13 02:48:45 +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
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix some problems linking stuff in libTarget. 2006-05-11 03:10:15 +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.