summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InlineSpiller.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Register allocator: add condition to hoist a spill to outer loop.Manman Ren2014-03-21
* Revert r203883 (which was more of a bandaid) and fix the real underlyingOwen Anderson2014-03-14
* Fix issue with r203865. The old behaviour would get a MachineOperand then fi...Pete Cooper2014-03-14
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix for PR18396: Assertion: MO->isDead "Cannot fold physreg def".Andrew Trick2014-01-07
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Print register in LiveInterval::print()Matthias Braun2013-10-10
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Pass LiveQueryResult by valueMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* Auto-compute live intervals on demand.Mark Lacey2013-08-14
* Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.Adrian Prantl2013-07-10
* Update physreg live intervals during remat.Andrew Trick2013-06-21
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* InlineSpiller: Store bucket pointers instead of iterators.Benjamin Kramer2013-05-23
* InlineSpiller: Remove quadratic behavior.Benjamin Kramer2013-05-05
* 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