LLVM backend for 6502
Go to file
2009-09-11 16:33:58 +00:00
autoconf
bindings
cmake
docs more typos 2009-09-11 01:49:31 +00:00
examples
include default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. 2009-09-11 16:33:58 +00:00
lib Bugfix. Sorry. 2009-09-11 08:43:15 +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 Eliminate some unnecessary implicit constructors in generated DAG ISel code. 2009-09-11 09:01:57 +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 ... and fix the REQUIRES_RTTI condition. 2009-09-11 15:47:24 +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.