llvm-6502/lib
Jakob Stoklund Olesen 2710638db2 Evict a lighter single interference before attempting to split a live range.
Registers are not allocated strictly in spill weight order when live range
splitting and spilling has created new shorter intervals with higher spill
weights.

When one of the new heavy intervals conflicts with a single lighter interval,
simply evict the old interval instead of trying to split the heavy one.

The lighter interval is a better candidate for splitting, it has a smaller use
density.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125151 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-09 01:14:03 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Evict a lighter single interference before attempting to split a live range. 2011-02-09 01:14:03 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. 2011-02-08 22:29:56 +00:00
Object
Support Don't open the file again in the gold plugin. To be able to do this, update 2011-02-08 22:40:47 +00:00
Target Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 (which worked around it). This should get us back to the old, correct behavior, though it will make the integrated assembler unhappy for the time being. 2011-02-08 22:39:40 +00:00
Transforms Don't split any loop backedges, including backedges of loops other than 2011-02-08 00:55:13 +00:00
VMCore fix comment change. 2011-02-07 20:03:14 +00:00
Makefile