LLVM backend for 6502
Go to file
Daniel Dunbar 1e1f8ba28c Register AsmPrinter for XCore, MSP430, and PIC16 targets.
- Switch to standard addAssemblyEmitter logic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75854 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 23:17:20 +00:00
autoconf
bindings
cmake Tweak CMake component lookup, I misunderstood what was happening here.though. :( 2009-07-15 07:52:36 +00:00
docs Add a note about the raw_fd_ostream API change. 2009-07-15 19:59:19 +00:00
examples
include Add an LLVMContext to Type, hardwired to the global context until Type uniquing is moved on the contexts themselves. 2009-07-15 22:50:23 +00:00
lib Register AsmPrinter for XCore, MSP430, and PIC16 targets. 2009-07-15 23:17:20 +00:00
projects
runtime
test Switch invars away from using isTrapping when it really shouldn't be 2009-07-15 22:48:29 +00:00
tools To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. 2009-07-15 22:16:10 +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
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.