summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.cpp
Commit message (Expand)AuthorAge
* 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
* Spill mode: Hoist back-copies locally.Jakob Stoklund Olesen2011-09-16
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-14
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-13
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-13
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-13
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-13
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Use a separate LiveRangeCalc for the complement in spill modes.Jakob Stoklund Olesen2011-09-13
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-13
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-12
* Delete getMultiUseBlocks and splitSingleBlocks.Jakob Stoklund Olesen2011-08-05
* Split around single instructions to enable register class inflation.Jakob Stoklund Olesen2011-08-05
* Rename {First,Last}Use to {First,Last}Instr.Jakob Stoklund Olesen2011-08-02
* Add a BlockInfo::FirstDef field.Jakob Stoklund Olesen2011-08-02
* Delete BlockInfo::LiveThrough. It wasn't used any more.Jakob Stoklund Olesen2011-08-02
* Never extend live ranges for <undef> uses.Jakob Stoklund Olesen2011-07-24
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-24
* Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.Jakob Stoklund Olesen2011-07-23
* Fix a crash when building 177.mesa for armv6.Jakob Stoklund Olesen2011-07-18
* Silence unused variable warningMatt Beaumont-Gay2011-07-16
* He said *before* the last split point.Jakob Stoklund Olesen2011-07-16
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-15
* Reapply r134047 now that the world is ready for it.Jakob Stoklund Olesen2011-06-30
* Revert r134047 while investigating a llvm-gcc-i386-linux-selfhostJakob Stoklund Olesen2011-06-29
* Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.Jakob Stoklund Olesen2011-06-29
* Fix a bad iterator dereference that Evan uncovered.Jakob Stoklund Olesen2011-06-28
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-26
* Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.Jakob Stoklund Olesen2011-05-30
* Revert r132245, "Create two BlockInfo entries when a live range is discontinu...Jakob Stoklund Olesen2011-05-29
* Create two BlockInfo entries when a live range is discontinuous through a block.Jakob Stoklund Olesen2011-05-28
* Add SplitAnalysis::getNumLiveBlocks().Jakob Stoklund Olesen2011-05-28
* Fix PR9883. Make sure all caches are invalidated when a live range is repaired.Jakob Stoklund Olesen2011-05-10
* Add some statistics to the splitting and spilling frameworks.Jakob Stoklund Olesen2011-05-05
* Gracefully handle invalid live ranges. Fix PR9831.Jakob Stoklund Olesen2011-05-03
* Minimize the slot indexes spanned by register ranges created when splitting.Jakob Stoklund Olesen2011-05-02
* Add a safe-guard against repeated splitting for some rare cases.Jakob Stoklund Olesen2011-04-26
* Don't recycle loop variables.Matt Beaumont-Gay2011-04-21
* Allow allocatable ranges from global live range splitting to be split again.Jakob Stoklund Olesen2011-04-21
* Unbreak the MSVC 2010 build.Francois Pichet2011-04-16
* Teach the SplitKit blitter to handle multiply defined values as well.Jakob Stoklund Olesen2011-04-15
* Stop using dead function.Jakob Stoklund Olesen2011-04-13
* Create new intervals for isolated blocks during region splitting.Jakob Stoklund Olesen2011-04-12
* Add SplitKit API to query and select the current interval being worked on.Jakob Stoklund Olesen2011-04-12
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-09
* Analyze blocks with uses separately from live-through blocks without uses.Jakob Stoklund Olesen2011-04-06
* Sign errorJakob Stoklund Olesen2011-04-05