aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
AgeCommit message (Expand)Author
2011-03-17Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.Jakob Stoklund Olesen
2011-03-08Delete dead code after rematerializing.Jakob Stoklund Olesen
2011-03-05Work around a coalescer bug.Jakob Stoklund Olesen
2011-03-04Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen
2011-03-03Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...Jakob Stoklund Olesen
2011-03-03Change the SplitEditor interface to a single instance can be shared for multi...Jakob Stoklund Olesen
2011-03-02Turn the Edit member into a pointer so it can change dynamically.Jakob Stoklund Olesen
2011-03-02Transfer simply defined values directly without recomputing liveness and SSA.Jakob Stoklund Olesen
2011-03-02Extract a method. No functional change.Jakob Stoklund Olesen
2011-03-02Move extendRange() into SplitEditor and delete the LiveRangeMap class.Jakob Stoklund Olesen
2011-03-02Rename mapValue to extendRange because that is its function now.Jakob Stoklund Olesen
2011-03-02Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen
2011-03-01Delete dead code.Jakob Stoklund Olesen
2011-03-01Move the value map from LiveIntervalMap to SplitEditor.Jakob Stoklund Olesen
2011-03-01Delete dead code.Jakob Stoklund Olesen
2011-02-21Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ...Jakob Stoklund Olesen
2011-02-19Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().Jakob Stoklund Olesen
2011-02-19Missed member rename for naming convention.Jakob Stoklund Olesen
2011-02-17Split local live ranges.Jakob Stoklund Olesen
2011-02-09Delete unused code for analyzing and splitting around loops.Jakob Stoklund Olesen
2011-02-09Use the LiveBLocks array for SplitEditor::splitSingleBlocks() as well.Jakob Stoklund Olesen
2011-02-09Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.Jakob Stoklund Olesen
2011-02-08Add SplitEditor::overlapIntv() to create small ranges where both registers ar...Jakob Stoklund Olesen
2011-02-03Return live range end points from SplitEditor::enter*/leave*.Jakob Stoklund Olesen
2011-02-03Reapply this.Eric Christopher
2011-02-03Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher
2011-02-03Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen
2011-01-26Rename member variables to follow the rest of LLVM.Jakob Stoklund Olesen
2011-01-20Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...Jakob Stoklund Olesen
2011-01-18Add RAGreedy methods for splitting live ranges around regions.Jakob Stoklund Olesen
2011-01-04Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen
2010-12-21Add EdgeBundles to SplitKit.Jakob Stoklund Olesen
2010-12-15Detect and enumerate bypass loops.Jakob Stoklund Olesen
2010-12-15Separate SplitAnalysis::getSplitLoops().Jakob Stoklund Olesen
2010-11-10Basic rematerialization during splitting.Jakob Stoklund Olesen
2010-11-01When inserting copies during splitting, always use the parent register as theJakob Stoklund Olesen
2010-10-28Replace SplitKit SSA update with an iterative algorithm very similar to the oneJakob Stoklund Olesen
2010-10-28Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen
2010-10-27Handle critical loop predecessors by making both inside and outside registersJakob Stoklund Olesen
2010-10-27Compute critical loop predecessors in the same way as critical loop exits.Jakob Stoklund Olesen
2010-10-22This is a prototype of an experimental register allocationAndrew Trick
2010-10-22Add print methodsJakob Stoklund Olesen
2010-10-15Remove unused accessor.Jakob Stoklund Olesen
2010-10-15Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.Jakob Stoklund Olesen
2010-10-14Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen
2010-10-08Rename SplitEditor::rewrite to finish() and break it out into a couple of newJakob Stoklund Olesen
2010-10-05Remove SplitAnalysis::removeUse. It was only used to make SplitAnalysisJakob Stoklund Olesen
2010-10-05Update SplitEditor API to reflect the fact that the original live interval isJakob Stoklund Olesen
2010-10-05Don't use nextIndex to check for live out of instruction.Jakob Stoklund Olesen
2010-09-21Build the complement interval dupli after the split intervals instead ofJakob Stoklund Olesen