LLVM backend for 6502
Go to file
2009-02-11 08:44:13 +00:00
autoconf
bindings
cmake
docs Answer a common FAQ: 2009-02-10 17:26:53 +00:00
examples
include When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
lib Implement PR3495: local spiller optimization. The local spiller can now keep availability information over BB boundaries. It visits BB's in depth first order. After visiting a BB if it find a successor which has a single predecessor it visits the successor next without clearing the availability information. This allows the successor to omit reloads or change them into copies. 2009-02-11 08:24:21 +00:00
projects
runtime
test Implement PR3495: local spiller optimization. The local spiller can now keep availability information over BB boundaries. It visits BB's in depth first order. After visiting a BB if it find a successor which has a single predecessor it visits the successor next without clearing the availability information. This allows the successor to omit reloads or change them into copies. 2009-02-11 08:24:21 +00:00
tools Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. 2009-02-11 08:44:13 +00:00
unittests Fix comment. 2009-02-09 12:31:40 +00:00
utils Don't try to strip a file we just moved. 2009-02-11 00:14:53 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cmake. 2009-01-28 17:49:03 +00:00
configure
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM 2009-01-05 17:42:15 +00:00
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.