summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.cpp
Commit message (Expand)AuthorAge
...
* Make sure copies are inserted after any exception handling labels at the top ofJakob Stoklund Olesen2010-10-30
* Don't transfer unused values to the new intervals formed by splitting.Jakob Stoklund Olesen2010-10-29
* Silence Release build warnings.Benjamin Kramer2010-10-29
* Never propagate the idom value out of a block that defines its own value.Jakob Stoklund Olesen2010-10-29
* Replace SplitKit SSA update with an iterative algorithm very similar to the oneJakob Stoklund Olesen2010-10-28
* Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen2010-10-28
* Handle critical loop predecessors by making both inside and outside registersJakob Stoklund Olesen2010-10-27
* Compute critical loop predecessors in the same way as critical loop exits.Jakob Stoklund Olesen2010-10-27
* After splitting, compute connected components of all new registers, not just forJakob Stoklund Olesen2010-10-26
* Call RenumberValues for all new registers created during splitting. This isJakob Stoklund Olesen2010-10-26
* Preserve PHIDef bits in cloned values during splitting.Jakob Stoklund Olesen2010-10-26
* Be more strict about detecting multi-use blocks for isolation.Jakob Stoklund Olesen2010-10-22
* Be more strict when detecting critical edges before loop splitting.Jakob Stoklund Olesen2010-10-22
* Add print methodsJakob Stoklund Olesen2010-10-22
* Don't include the destination interval in the union when computingJakob Stoklund Olesen2010-10-21
* Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.Jakob Stoklund Olesen2010-10-15
* Move stack slot assignments into LiveRangeEdit.Jakob Stoklund Olesen2010-10-15
* Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen2010-10-14
* Only split around a loop if the live range has uses outside the loop periphery.Jakob Stoklund Olesen2010-10-14
* Rename SplitEditor::rewrite to finish() and break it out into a couple of newJakob Stoklund Olesen2010-10-08
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-07
* Print more loop info.Jakob Stoklund Olesen2010-10-07
* Print out MBB number when rewriting.Jakob Stoklund Olesen2010-10-07
* Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have toJakob Stoklund Olesen2010-10-07
* Clean up debug printing.Jakob Stoklund Olesen2010-10-07
* Count uses in all nested loops, not just the deepest.Jakob Stoklund Olesen2010-10-05
* Remove SplitAnalysis::removeUse. It was only used to make SplitAnalysisJakob Stoklund Olesen2010-10-05
* dupli always has an interval now.Jakob Stoklund Olesen2010-10-05
* We can split around loops with multiple exits now.Jakob Stoklund Olesen2010-10-05
* Update SplitEditor API to reflect the fact that the original live interval isJakob Stoklund Olesen2010-10-05
* Intervals are half-open.Jakob Stoklund Olesen2010-10-05
* When we find a reaching definition, make sure it is visited from all paths byJakob Stoklund Olesen2010-10-05
* Don't use nextIndex to check for live out of instruction.Jakob Stoklund Olesen2010-10-05
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Build the complement interval dupli after the split intervals instead ofJakob Stoklund Olesen2010-09-21
* Use the value mapping provided by LiveIntervalMap. This simplifies the code aJakob Stoklund Olesen2010-09-16
* Mechanically replace LiveInterval* with LiveIntervalMap for intervals beingJakob Stoklund Olesen2010-09-13
* Allow LiveIntervalMap to be reused by resetting the current live interval.Jakob Stoklund Olesen2010-09-13
* Let's just declare that it is impossible to construct a std::pair from a nullJakob Stoklund Olesen2010-09-13
* Fix the msvc 2010 build.Michael J. Spencer2010-08-19
* Thinking about it, we don't need MachineDominatorTree after all. The DomValueJakob Stoklund Olesen2010-08-18
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-18
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-18
* Add the LiveIntervalMap class. Don't hook it up yet.Jakob Stoklund Olesen2010-08-18
* Clean up the Spiller.h interface.Jakob Stoklund Olesen2010-08-13
* Implement splitting inside a single block.Jakob Stoklund Olesen2010-08-13
* Let LiveInterval::addRange extend existing ranges, it will verify that valueJakob Stoklund Olesen2010-08-13
* Remember to actually update SplitAnalysis statistics now that we have a fancyJakob Stoklund Olesen2010-08-13
* Handle an empty dupli.Jakob Stoklund Olesen2010-08-12
* Update the SplitAnalysis statistics as uses are moved from curli to the newJakob Stoklund Olesen2010-08-12