LLVM backend for 6502
Go to file
2009-04-29 04:43:24 +00:00
autoconf
bindings
cmake
docs Second attempt: 2009-04-29 00:15:41 +00:00
examples
include Add a public method called getAddressSpace() to the GlobalAddressSDNode. 2009-04-29 04:43:24 +00:00
lib Add a public method called getAddressSpace() to the GlobalAddressSDNode. 2009-04-29 04:43:24 +00:00
projects
runtime
test Disable the load-shrinking optimization from looking at 2009-04-29 03:45:07 +00:00
tools Second attempt: 2009-04-29 00:15:41 +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 Second attempt: 2009-04-29 00:15:41 +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.