LLVM backend for 6502
Go to file
Bill Wendling 43e484fbcf Remove the "#if 0" that Noone loved. It wasn't really necessary, because the
code within it was the same inside and out. There's still a problem of the
TypeInfoSize should be the size of the TType format encoding (at least that's
what GCC thinks it should be).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81417 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-10 01:12:47 +00:00
autoconf
bindings
cmake Update lib deps. 2009-09-04 05:07:44 +00:00
docs Correct __cxa_end_catch documentation to reflect that it doesn't take any arguments. 2009-09-09 01:44:53 +00:00
examples
include MC: Give target specific parsers access to the MCStreamer. 2009-09-10 00:59:15 +00:00
lib Remove the "#if 0" that Noone loved. It wasn't really necessary, because the 2009-09-10 01:12:47 +00:00
projects
runtime
test Revert r81171 which was causing pr4927. 2009-09-10 00:49:22 +00:00
tools MC: Give target specific parsers access to the MCStreamer. 2009-09-10 00:59:15 +00:00
unittests Make TypeBuilder's result depend on the LLVMContext it's passed. 2009-09-09 05:04:01 +00:00
utils remove DebugLoc from MCInst and eliminate "Comment printing" from 2009-09-09 23:14:36 +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.