LLVM backend for 6502
Go to file
2009-06-19 06:56:26 +00:00
autoconf
bindings
cmake Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT 2009-06-17 17:01:56 +00:00
docs Fix link to BasicBlock doxygen documentation in Programmer's Manual 2009-06-17 21:12:26 +00:00
examples make sure that JIT examples link in their appropriate target. 2009-06-17 16:48:44 +00:00
include More VNInfo tweaking, plus a little progress on intra-block splitting. 2009-06-19 02:17:53 +00:00
lib Should be using Bcc (average) latency to determine if-conversion threshold, not BL. 2009-06-19 06:56:26 +00:00
projects
runtime
test Teach jump threading to look at comparisons between phi nodes and non-constants. 2009-06-19 04:56:29 +00:00
tools fix build problem pointed out by John Thompson! 2009-06-18 23:46:04 +00:00
unittests
utils Allow user to specify separate SVN url for llvm and the test suite. 2009-06-18 21:39:50 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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.