summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.cpp
Commit message (Expand)AuthorAge
* Delete dead code after rematerializing.Jakob Stoklund Olesen2011-03-08
* Work around a coalescer bug.Jakob Stoklund Olesen2011-03-05
* Tweak debug output. No functional changes.Jakob Stoklund Olesen2011-03-04
* Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen2011-03-04
* Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...Jakob Stoklund Olesen2011-03-03
* Change the SplitEditor interface to a single instance can be shared for multi...Jakob Stoklund Olesen2011-03-03
* Only run the updateSSA loop when we have actually seen multiple values.Jakob Stoklund Olesen2011-03-03
* Turn the Edit member into a pointer so it can change dynamically.Jakob Stoklund Olesen2011-03-02
* Transfer simply defined values directly without recomputing liveness and SSA.Jakob Stoklund Olesen2011-03-02
* Extract a method. No functional change.Jakob Stoklund Olesen2011-03-02
* Move extendRange() into SplitEditor and delete the LiveRangeMap class.Jakob Stoklund Olesen2011-03-02
* Rename mapValue to extendRange because that is its function now.Jakob Stoklund Olesen2011-03-02
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-02
* Delete dead code.Jakob Stoklund Olesen2011-03-01
* Move the value map from LiveIntervalMap to SplitEditor.Jakob Stoklund Olesen2011-03-01
* Delete dead code.Jakob Stoklund Olesen2011-03-01
* It is safe to ignore LastSplitPoint when the variable is not live out.Jakob Stoklund Olesen2011-02-23
* Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ...Jakob Stoklund Olesen2011-02-21
* Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().Jakob Stoklund Olesen2011-02-19
* Missed member rename for naming convention.Jakob Stoklund Olesen2011-02-19
* Delete unused code for analyzing and splitting around loops.Jakob Stoklund Olesen2011-02-09
* Use the LiveBLocks array for SplitEditor::splitSingleBlocks() as well.Jakob Stoklund Olesen2011-02-09
* Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.Jakob Stoklund Olesen2011-02-09
* Ignore <undef> uses when analyzing and rewriting.Jakob Stoklund Olesen2011-02-09
* Add SplitEditor::overlapIntv() to create small ranges where both registers ar...Jakob Stoklund Olesen2011-02-08
* Add assertion.Jakob Stoklund Olesen2011-02-08
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-04
* Skip unused values.Jakob Stoklund Olesen2011-02-04
* Add debug output and asserts to the phi-connecting code.Jakob Stoklund Olesen2011-02-03
* Fix coloring bug when mapping values in the middle of a live-through block.Jakob Stoklund Olesen2011-02-03
* Return live range end points from SplitEditor::enter*/leave*.Jakob Stoklund Olesen2011-02-03
* Reapply this.Eric Christopher2011-02-03
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-03
* Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen2011-02-03
* Rename member variables to follow the rest of LLVM.Jakob Stoklund Olesen2011-01-26
* Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...Jakob Stoklund Olesen2011-01-20
* Implement RAGreedy::splitAroundRegion and remove loop splitting.Jakob Stoklund Olesen2011-01-19
* Add RAGreedy methods for splitting live ranges around regions.Jakob Stoklund Olesen2011-01-18
* Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen2011-01-04
* Include a shadow of the original CFG edges in the edge bundle graph.Jakob Stoklund Olesen2010-12-22
* Add EdgeBundles to SplitKit.Jakob Stoklund Olesen2010-12-21
* Check that the register is live-in to the loop header before inserting copies inJakob Stoklund Olesen2010-12-18
* Fix build.Jakob Stoklund Olesen2010-12-15
* Detect and enumerate bypass loops.Jakob Stoklund Olesen2010-12-15
* Separate SplitAnalysis::getSplitLoops().Jakob Stoklund Olesen2010-12-15
* No need to add liveness that's already there.Jakob Stoklund Olesen2010-11-10
* Basic rematerialization during splitting.Jakob Stoklund Olesen2010-11-10
* Tag debug output as regallocJakob Stoklund Olesen2010-11-03
* When inserting copies during splitting, always use the parent register as theJakob Stoklund Olesen2010-11-01
* Update kill flags while rewriting instructions after splitting.Jakob Stoklund Olesen2010-11-01