LLVM backend for 6502
Go to file
2009-04-30 00:24:33 +00:00
autoconf
bindings
cmake
docs Second attempt: 2009-04-29 00:15:41 +00:00
examples
include Remove LTO optimization level. 2009-04-29 23:40:42 +00:00
lib remove progname which is never set. PR4085 2009-04-30 00:24:33 +00:00
projects
runtime
test Fix infinite recursion in the C++ code which handles movddup by making it unnecessary. 2009-04-29 22:47:44 +00:00
tools Error out with bad optimization level specified. 2009-04-29 23:46:43 +00:00
unittests Add tests for WeakVH and AssertingVH. These pointed out that the overloads for 2009-04-27 20:32:07 +00:00
utils Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Initial test commit 2009-04-28 06:15:00 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.