Allow LiveIntervalMap to be reused by resetting the current live interval.
[oota-llvm.git] / lib / CodeGen / SplitKit.cpp
2010-09-13 Jakob Stoklund OlesenAllow LiveIntervalMap to be reused by resetting the...
2010-09-13 Jakob Stoklund OlesenLet's just declare that it is impossible to construct...
2010-08-19 Michael J. SpencerFix the msvc 2010 build.
2010-08-18 Jakob Stoklund OlesenThinking about it, we don't need MachineDominatorTree...
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd the LiveIntervalMap class. Don't hook it up yet.
2010-08-13 Jakob Stoklund OlesenClean up the Spiller.h interface.
2010-08-13 Jakob Stoklund OlesenImplement splitting inside a single block.
2010-08-13 Jakob Stoklund OlesenLet LiveInterval::addRange extend existing ranges,...
2010-08-13 Jakob Stoklund OlesenRemember to actually update SplitAnalysis statistics...
2010-08-12 Jakob Stoklund OlesenHandle an empty dupli.
2010-08-12 Jakob Stoklund OlesenUpdate the SplitAnalysis statistics as uses are moved...
2010-08-12 Jakob Stoklund OlesenAlso recompute HasPHIKill flags in LiveInterval::Renumb...
2010-08-12 Jakob Stoklund OlesenClean up debug output.
2010-08-12 Jakob Stoklund OlesenImplement single block splitting.
2010-08-10 Jakob Stoklund OlesenMore debug spew
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenRecalculate the spill weight and allocation hint for...
2010-08-06 Jakob Stoklund OlesenLazily defer duplicating the live interval we are split...
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Jakob Stoklund OlesenFix swapped COPY operands.
2010-08-04 Jakob Stoklund OlesenCheckpoint SplitKit progress.
2010-07-26 Jakob Stoklund OlesenAdd SplitEditor to SplitKit. This class will be used...
2010-07-20 Jakob Stoklund OlesenChange the createSpiller interface to take a MachineFun...
2010-07-20 Jakob Stoklund OlesenImplement loop splitting analysis.
2010-07-20 Jakob Stoklund OlesenAppease the colonials.
2010-07-20 Jakob Stoklund OlesenBeginning SplitKit - utility classes for live range...