LLVM backend for 6502
Go to file
Daniel Dunbar f05522974b Remove old style hacks to register AsmPrinter into TargetMachine.
- No intended functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75843 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 22:01:32 +00:00
autoconf
bindings
cmake
docs Add a note about the raw_fd_ostream API change. 2009-07-15 19:59:19 +00:00
examples
include Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ 2009-07-15 22:00:31 +00:00
lib Remove old style hacks to register AsmPrinter into TargetMachine. 2009-07-15 22:01:32 +00:00
projects
runtime
test ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situations. 2009-07-15 21:39:50 +00:00
tools Reapply TargetRegistry refactoring commits. 2009-07-15 20:24:03 +00:00
unittests
utils Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update 2009-07-15 21:10:57 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Add TargetInfo directories to CMake's list. 2009-07-15 07:04:27 +00:00
configure
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +00:00
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.