LLVM backend for 6502
Go to file
Bob Wilson d4034b2825 If the tied registers are already the same, there is no need to change
them.  Move the code to make that change inside the conditional.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80630 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-31 21:54:16 +00:00
autoconf
bindings Fix header comment for bindings/ocaml/llvm/Makefile. 2009-08-30 23:41:20 +00:00
cmake CMake: updated library dependencies. 2009-08-31 01:58:50 +00:00
docs Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
examples
include Derive DICompileUnit from DIScope. 2009-08-31 21:34:44 +00:00
lib If the tied registers are already the same, there is no need to change 2009-08-31 21:54:16 +00:00
projects
runtime
test Don't mark a register live at an undef use. 2009-08-31 20:47:02 +00:00
tools llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
unittests update unit test for previous change. 2009-08-31 00:28:46 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
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.