llvm-6502/lib
Jakob Stoklund Olesen 1a0f91b7c5 Coalesce stack slot accesses that arise when spilling both sides of a COPY.
This helps avoid silly code:

    %R0<def = LOAD <fi#5>
    STORE <fi#5>, %R0<kill>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110266 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-04 22:35:11 +00:00
..
Analysis Fix a minor bug which resulted in intermediate calculations 2010-08-04 19:52:50 +00:00
Archive
AsmParser Don't print the filename twice in file-not-found errors. 2010-08-04 01:13:48 +00:00
Bitcode avoid undefined behavior negating minint. 2010-08-03 16:57:03 +00:00
CodeGen Coalesce stack slot accesses that arise when spilling both sides of a COPY. 2010-08-04 22:35:11 +00:00
CompilerDriver
ExecutionEngine
Linker Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
MC
Support
System Eliminate unnecessary empty string literals. 2010-08-04 01:39:08 +00:00
Target oops. revert for a moment to clean up tests first. 2010-08-04 22:12:43 +00:00
Transforms Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly 2010-08-04 18:32:46 +00:00
VMCore Eliminate unnecessary empty string literals. 2010-08-04 01:39:08 +00:00
Makefile