LLVM backend for 6502
Go to file
Chris Lattner 74da671c36 eliminate asmflavor from subtarget, PPCTAI is the only client
and each callee knows that it returns.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78742 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-11 22:49:34 +00:00
autoconf
bindings
cmake
docs make owen happy by being explicit. 2009-08-11 17:38:15 +00:00
examples
include Add 'isCodeGenOnly' bit to Instruction .td records. 2009-08-11 22:17:52 +00:00
lib eliminate asmflavor from subtarget, PPCTAI is the only client 2009-08-11 22:49:34 +00:00
projects
runtime
test Shrinkify Thumb2 load / store multiple instructions. 2009-08-11 21:11:32 +00:00
tools llvm-mc: Fix a crash on invalid due to a typo in relocatable expression 2009-08-11 17:47:52 +00:00
unittests StringRef: Add find(char) and find(StringRef). 2009-08-11 20:47:15 +00:00
utils Add 'isCodeGenOnly' bit to Instruction .td records. 2009-08-11 22:17:52 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate per request of Gabor Greif (r78628) 2009-08-11 13:39:52 +00:00
CREDITS.TXT
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.