LLVM backend for 6502
Go to file
2009-09-11 08:39:33 +00:00
autoconf
bindings
cmake
docs more typos 2009-09-11 01:49:31 +00:00
examples
include add a new Mangler::getNameWithPrefix API which returns the 2009-09-11 05:40:42 +00:00
lib Make ProfileEstimator even more robust on general CFGs. 2009-09-11 08:39:33 +00:00
projects
runtime
test Follow up to 81494. When the folded reload is narrowed to a 32-bit load then change the destination register to a 32-bit one or add a sub-register index. 2009-09-11 01:01:31 +00:00
tools Added the ParseInstruction() hook for target specific assembler directives so 2009-09-10 20:51:44 +00:00
unittests Make TypeBuilder's result depend on the LLVMContext it's passed. 2009-09-09 05:04:01 +00:00
utils PHI nodes can never reach the asmprinter, assert and die instead of printing 2009-09-11 00:41:15 +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 Do not specify -mmacosx-version-min if building for arm-apple-darwin. 2009-09-08 18:52:20 +00:00
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.