summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InlineSpiller.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-12
* Fix typo.Logan Chien2012-09-01
* Account for early-clobber reload instructions.Jakob Stoklund Olesen2012-07-14
* Print out register number in InlineSpiller.Jakob Stoklund Olesen2012-06-15
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Use LiveRangeQuery instead of getLiveRangeContaining().Jakob Stoklund Olesen2012-05-20
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-02
* Make InlineSpiller bundle-aware.Jakob Stoklund Olesen2012-03-01
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-04
* Fixed register allocator splitting a live range on a spilling variable.Pete Cooper2011-12-12
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Use getVNInfoBefore() when it makes sense.Jakob Stoklund Olesen2011-11-14
* Terminate all dead defs at the dead slot instead of the 'next' slot.Jakob Stoklund Olesen2011-11-13
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-13
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* Add value numbers when spilling dead defs.Jakob Stoklund Olesen2011-10-14
* Disable local spill hoisting for non-killing copies.Jakob Stoklund Olesen2011-09-16
* Add an option to disable spill hoisting.Jakob Stoklund Olesen2011-09-15
* Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen2011-09-15
* Count inserted spills and reloads more accurately.Jakob Stoklund Olesen2011-09-15
* Trace through sibling PHIs in bulk.Jakob Stoklund Olesen2011-09-15
* Reapply r139247: Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-09
* Revert r139247 "Cache intermediate results during traceSiblingValue."Jakob Stoklund Olesen2011-09-07
* Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-07
* Revert r138794, "Do not try to rematerialize a value from a partial definition."Jakob Stoklund Olesen2011-09-01
* Do not try to rematerialize a value from a partial definition.Bob Wilson2011-08-30
* Fix PR10387.Jakob Stoklund Olesen2011-07-18
* Oops, didn't mean to commit that.Jakob Stoklund Olesen2011-07-09
* Hoist spills within a basic block.Jakob Stoklund Olesen2011-07-09
* Fix PR10277.Jakob Stoklund Olesen2011-07-05
* Create a isFullCopy predicate.Rafael Espindola2011-06-30
* Avoid hoisting spills when looking at a copy from another register that is alsoJakob Stoklund Olesen2011-05-11
* Add some statistics to the splitting and spilling frameworks.Jakob Stoklund Olesen2011-05-05
* Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen2011-04-30
* Add debug output for rematerializable instructions.Jakob Stoklund Olesen2011-04-20
* Handle spilling around an instruction that has an early-clobber re-definition ofJakob Stoklund Olesen2011-04-18
* Pick a conservative register class when creating a small live range for remat.Jakob Stoklund Olesen2011-03-31
* Recompute register class and hint for registers created during spilling.Jakob Stoklund Olesen2011-03-29
* Remember to use the correct register when rematerializing for snippets.Jakob Stoklund Olesen2011-03-29
* Run dead code elimination immediately after rematerialization.Jakob Stoklund Olesen2011-03-29
* Properly enable rematerialization when spilling after live range splitting.Jakob Stoklund Olesen2011-03-29
* Use individual register classes when spilling snippets.Jakob Stoklund Olesen2011-03-26
* Also eliminate redundant spills downstream of inserted reloads.Jakob Stoklund Olesen2011-03-20
* Change an argument to a LiveInterval instead of a register number to save som...Jakob Stoklund Olesen2011-03-20
* Add debug output.Jakob Stoklund Olesen2011-03-19
* Hoist spills when the same value is known to be in less loopy sibling registers.Jakob Stoklund Olesen2011-03-18