LLVM backend for 6502
Go to file
Chris Lattner c30aa7b3de ignore register zero in isRegTiedToUseOperand, following the example of
isRegTiedToDefOperand.  Thanks to Bob for pointing this out!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68734 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-09 23:33:34 +00:00
autoconf
bindings
cmake
docs Remove AllowInverse: it leaks memory and is not the right 2009-04-08 03:43:51 +00:00
examples
include Give register alias checking the hash table treatment too. 2009-04-09 22:19:30 +00:00
lib ignore register zero in isRegTiedToUseOperand, following the example of 2009-04-09 23:33:34 +00:00
projects
runtime
test Fix pr3954. The register scavenger asserts for inline assembly with 2009-04-09 17:16:43 +00:00
tools Accommodate empty string for build type. This was previously causing an error 2009-04-08 17:28:16 +00:00
unittests Fix pointer casting problem. 2009-04-09 03:10:03 +00:00
utils Give register alias checking the hash table treatment too. 2009-04-09 22:19:30 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Revert r68708. It was causing this failure in the self-hosting buildbot: 2009-04-09 18:26:57 +00:00
ModuleInfo.txt
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +00:00

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.