aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SplitKit.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-1/+3
* Make SplitAnalysis::UseSlots private.Jakob Stoklund Olesen2012-01-121-3/+7
* Exclusively use SplitAnalysis::getLastSplitPoint().Jakob Stoklund Olesen2012-01-111-1/+4
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-141-0/+5
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-131-22/+14
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-131-0/+8
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-131-0/+15
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-131-4/+0
* Use a separate LiveRangeCalc for the complement in spill modes.Jakob Stoklund Olesen2011-09-131-2/+11
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-131-70/+3
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-121-1/+34
* Update comments to reflect some (not so) recent changes.Jakob Stoklund Olesen2011-09-121-4/+5
* Delete getMultiUseBlocks and splitSingleBlocks.Jakob Stoklund Olesen2011-08-051-9/+0
* Split around single instructions to enable register class inflation.Jakob Stoklund Olesen2011-08-051-0/+10
* Rename {First,Last}Use to {First,Last}Instr.Jakob Stoklund Olesen2011-08-021-3/+3
* Add a BlockInfo::FirstDef field.Jakob Stoklund Olesen2011-08-021-0/+1
* Delete BlockInfo::LiveThrough. It wasn't used any more.Jakob Stoklund Olesen2011-08-021-1/+0
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-151-0/+36
* Reapply r134047 now that the world is ready for it.Jakob Stoklund Olesen2011-06-301-0/+10
* Revert r134047 while investigating a llvm-gcc-i386-linux-selfhostJakob Stoklund Olesen2011-06-291-10/+0
* Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.Jakob Stoklund Olesen2011-06-291-0/+10
* Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.Jakob Stoklund Olesen2011-05-301-6/+15
* Revert r132245, "Create two BlockInfo entries when a live range is discontinu...Jakob Stoklund Olesen2011-05-291-15/+6
* Create two BlockInfo entries when a live range is discontinuous through a block.Jakob Stoklund Olesen2011-05-281-6/+15
* Add SplitAnalysis::getNumLiveBlocks().Jakob Stoklund Olesen2011-05-281-4/+9
* Gracefully handle invalid live ranges. Fix PR9831.Jakob Stoklund Olesen2011-05-031-0/+8
* Add a safe-guard against repeated splitting for some rare cases.Jakob Stoklund Olesen2011-04-261-0/+5
* Give SplitKit.h a header guard.Sebastian Redl2011-04-241-0/+5
* Allow allocatable ranges from global live range splitting to be split again.Jakob Stoklund Olesen2011-04-211-1/+4
* Teach the SplitKit blitter to handle multiply defined values as well.Jakob Stoklund Olesen2011-04-151-11/+40
* Stop using dead function.Jakob Stoklund Olesen2011-04-131-4/+0
* SparseBitVector is SLOW.Jakob Stoklund Olesen2011-04-121-0/+3
* Create new intervals for isolated blocks during region splitting.Jakob Stoklund Olesen2011-04-121-0/+5
* Add SplitKit API to query and select the current interval being worked on.Jakob Stoklund Olesen2011-04-121-1/+9
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-091-4/+9
* Analyze blocks with uses separately from live-through blocks without uses.Jakob Stoklund Olesen2011-04-061-5/+15
* Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen2011-04-051-16/+0
* Stop precomputing last split points, query the SplitAnalysis cache on demand.Jakob Stoklund Olesen2011-04-051-2/+0
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-051-4/+18
* Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen2011-04-041-2/+0
* Delete leftover data members.Jakob Stoklund Olesen2011-04-041-4/+0
* Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.Jakob Stoklund Olesen2011-03-171-7/+0
* Delete dead code after rematerializing.Jakob Stoklund Olesen2011-03-081-0/+3
* Work around a coalescer bug.Jakob Stoklund Olesen2011-03-051-1/+1
* Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen2011-03-041-1/+7
* Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...Jakob Stoklund Olesen2011-03-031-0/+2
* Change the SplitEditor interface to a single instance can be shared for multi...Jakob Stoklund Olesen2011-03-031-3/+3
* Turn the Edit member into a pointer so it can change dynamically.Jakob Stoklund Olesen2011-03-021-1/+1