aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InlineSpiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed register allocator splitting a live range on a spilling variable.Pete Cooper2011-12-121-2/+2
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* Use getVNInfoBefore() when it makes sense.Jakob Stoklund Olesen2011-11-141-1/+1
* Terminate all dead defs at the dead slot instead of the 'next' slot.Jakob Stoklund Olesen2011-11-131-1/+1
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-131-12/+12
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-131-6/+0
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-101-2/+19
* Add value numbers when spilling dead defs.Jakob Stoklund Olesen2011-10-141-1/+9
* Disable local spill hoisting for non-killing copies.Jakob Stoklund Olesen2011-09-161-5/+15
* Add an option to disable spill hoisting.Jakob Stoklund Olesen2011-09-151-1/+5
* Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen2011-09-151-1/+7
* Count inserted spills and reloads more accurately.Jakob Stoklund Olesen2011-09-151-14/+22
* Trace through sibling PHIs in bulk.Jakob Stoklund Olesen2011-09-151-23/+50
* Reapply r139247: Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-091-82/+239
* Revert r139247 "Cache intermediate results during traceSiblingValue."Jakob Stoklund Olesen2011-09-071-221/+82
* Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-071-82/+221
* Revert r138794, "Do not try to rematerialize a value from a partial definition."Jakob Stoklund Olesen2011-09-011-22/+1
* Do not try to rematerialize a value from a partial definition.Bob Wilson2011-08-301-1/+22
* Fix PR10387.Jakob Stoklund Olesen2011-07-181-1/+1
* Oops, didn't mean to commit that.Jakob Stoklund Olesen2011-07-091-1/+1
* Hoist spills within a basic block.Jakob Stoklund Olesen2011-07-091-3/+28
* Fix PR10277.Jakob Stoklund Olesen2011-07-051-0/+1
* Create a isFullCopy predicate.Rafael Espindola2011-06-301-5/+1
* Avoid hoisting spills when looking at a copy from another register that is alsoJakob Stoklund Olesen2011-05-111-7/+16
* Add some statistics to the splitting and spilling frameworks.Jakob Stoklund Olesen2011-05-051-5/+32
* Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen2011-04-301-5/+21
* Add debug output for rematerializable instructions.Jakob Stoklund Olesen2011-04-201-2/+4
* Handle spilling around an instruction that has an early-clobber re-definition ofJakob Stoklund Olesen2011-04-181-14/+15
* Pick a conservative register class when creating a small live range for remat.Jakob Stoklund Olesen2011-03-311-1/+1
* Recompute register class and hint for registers created during spilling.Jakob Stoklund Olesen2011-03-291-33/+41
* Remember to use the correct register when rematerializing for snippets.Jakob Stoklund Olesen2011-03-291-6/+6
* Run dead code elimination immediately after rematerialization.Jakob Stoklund Olesen2011-03-291-9/+24
* Properly enable rematerialization when spilling after live range splitting.Jakob Stoklund Olesen2011-03-291-60/+102
* Use individual register classes when spilling snippets.Jakob Stoklund Olesen2011-03-261-21/+25
* Also eliminate redundant spills downstream of inserted reloads.Jakob Stoklund Olesen2011-03-201-9/+17
* Change an argument to a LiveInterval instead of a register number to save som...Jakob Stoklund Olesen2011-03-201-13/+13
* Add debug output.Jakob Stoklund Olesen2011-03-191-0/+4
* Hoist spills when the same value is known to be in less loopy sibling registers.Jakob Stoklund Olesen2011-03-181-22/+148
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-171-2/+2
* Trace back through sibling copies to hoist spills and find rematerializable d...Jakob Stoklund Olesen2011-03-151-10/+208
* Rename members to match LLVM naming conventions more closely.Jakob Stoklund Olesen2011-03-141-111/+109
* Tell the register allocator about new unused virtual registers.Jakob Stoklund Olesen2011-03-131-1/+2
* Include snippets in the live stack interval.Jakob Stoklund Olesen2011-03-121-1/+3
* Spill multiple registers at once.Jakob Stoklund Olesen2011-03-121-48/+203
* Change the Spiller interface to take a LiveRangeEdit reference.Jakob Stoklund Olesen2011-03-101-19/+0
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-101-3/+3
* Add a LiveRangeEdit::Delegate protocol.Jakob Stoklund Olesen2011-03-091-1/+1
* Make the UselessRegs argument optional in the LiveRangeEdit constructor.Jakob Stoklund Olesen2011-03-071-1/+1
* Use the same spill slot for all live ranges that descend form the same originalJakob Stoklund Olesen2011-02-241-4/+13
* 80 Col.Jakob Stoklund Olesen2011-02-221-2/+1