aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InlineSpiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-27/+41
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-31/+54
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-171-1/+4
* Print register in LiveInterval::print()Matthias Braun2013-10-101-1/+1
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-3/+3
* Pass LiveQueryResult by valueMatthias Braun2013-10-101-1/+1
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-2/+2
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-1/+1
* Auto-compute live intervals on demand.Mark Lacey2013-08-141-55/+84
* Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.Adrian Prantl2013-07-101-1/+2
* Update physreg live intervals during remat.Andrew Trick2013-06-211-0/+28
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-2/+5
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-9/+5
* InlineSpiller: Store bucket pointers instead of iterators.Benjamin Kramer2013-05-231-9/+9
* InlineSpiller: Remove quadratic behavior.Benjamin Kramer2013-05-051-8/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-121-2/+2
* Fix typo.Logan Chien2012-09-011-1/+1
* Account for early-clobber reload instructions.Jakob Stoklund Olesen2012-07-141-0/+4
* Print out register number in InlineSpiller.Jakob Stoklund Olesen2012-06-151-2/+2
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-3/+1
* Use LiveRangeQuery instead of getLiveRangeContaining().Jakob Stoklund Olesen2012-05-201-4/+4
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-021-1/+1
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-021-11/+11
* Make InlineSpiller bundle-aware.Jakob Stoklund Olesen2012-03-011-45/+48
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-041-9/+10
* 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