Also handle the situation where an indirect branch is the first (and last)
[oota-llvm.git] / lib / CodeGen / RegAllocGreedy.cpp
2011-02-08 Jakob Stoklund OlesenAlso handle the situation where an indirect branch...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund OlesenTrim debug spew
2011-02-08 Jakob Stoklund OlesenAdd SplitEditor::overlapIntv() to create small ranges...
2011-02-05 Jakob Stoklund OlesenBe more strict about the first/last interference-free...
2011-02-05 Jakob Stoklund OlesenAdd assertions to verify that the new interval is clear...
2011-02-04 Jakob Stoklund OlesenBe more accurate about live range splitting at the...
2011-02-04 Jakob Stoklund OlesenVerify that one of the ranges produced by region splitt...
2011-02-04 Jakob Stoklund OlesenAlso compute interference intervals for blocks with...
2011-02-03 Jakob Stoklund OlesenEnsure that the computed interference intervals actuall...
2011-02-03 Jakob Stoklund OlesenReturn live range end points from SplitEditor::enter...
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Jakob Stoklund OlesenDefer SplitKit value mapping until all defs are available.
2011-01-20 Jakob Stoklund OlesenSplitKit requires that all defs are in place before...
2011-01-19 Jakob Stoklund OlesenDon't accidentally leave small gaps in the live ranges...
2011-01-19 Jakob Stoklund OlesenImplement RAGreedy::splitAroundRegion and remove loop...
2011-01-18 Jakob Stoklund OlesenAdd RAGreedy methods for splitting live ranges around...
2010-12-28 Duncan SandsPacify the compiler. BestWeight cannot in fact be...
2010-12-22 Jakob Stoklund OlesenWhen RegAllocGreedy decides to spill the interferences...
2010-12-18 Jakob Stoklund OlesenTweak debug spew.
2010-12-18 Nick LewyckyFix GCC warning:
2010-12-18 Jakob Stoklund OlesenPass a Banner argument to the machine code verifier...
2010-12-17 Jakob Stoklund OlesenMake the -verify-regalloc command line option available...
2010-12-17 Jakob Stoklund OlesenEnable loop splitting in RegAllocGreedy.
2010-12-15 Jakob Stoklund OlesenStart using SplitKit and MachineLoopRanges in RegAllocG...
2010-12-14 Jakob Stoklund OlesenSimplify RegAllocGreedy's use of register aliases.
2010-12-14 Matt Beaumont-GayMove debugging code entirely within DEBUG(). Silences...
2010-12-14 Jakob Stoklund OlesenAdd LiveIntervalUnion print methods, RegAllocGreedy...
2010-12-14 Jakob Stoklund OlesenQ.seenAllInterferences() must be called after Q.collect...
2010-12-14 Jakob Stoklund OlesenRemove unused vector.
2010-12-14 Jakob Stoklund OlesenTry reassigning all virtual register interferences...
2010-12-14 Jakob Stoklund OlesenAdd stub for RAGreedy::trySplit.
2010-12-11 Jakob Stoklund OlesenAdd named timer groups for the different stages of...
2010-12-10 Jakob Stoklund OlesenMove MRI into RegAllocBase. Clean up debug output a...
2010-12-10 Nick LewyckyRemove extraneous close parenthesis.
2010-12-10 Nick LewyckyMove variable that's unused in an NDEBUG build inside...
2010-12-10 Jakob Stoklund OlesenForce the greedy register allocator to always use the...
2010-12-10 Jakob Stoklund OlesenUse AllocationOrder in RegAllocGreedy, fix a bug in...
2010-12-10 Jakob Stoklund OlesenFix miscompilation caused by trivial logic error in...
2010-12-09 Jakob Stoklund OlesenRemember to filter out reserved rergisters from the...
2010-12-09 Andrew TrickAdded register reassignment prototype to RAGreedy....
2010-12-08 Jakob Stoklund OlesenProperly deal with empty intervals when checking for...
2010-12-08 Jakob Stoklund OlesenImplement very primitive hinting support in RegAllocGreedy.
2010-12-08 Jakob Stoklund OlesenStore (priority,regnum) pairs in the priority queue...
2010-12-08 Jakob Stoklund OlesenTrim includes.
2010-12-08 Jakob Stoklund OlesenStub out RegAllocGreedy.