aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBase.cpp
AgeCommit message (Expand)Author
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-06-20Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen
2012-06-20Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen
2012-06-09Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen
2012-06-05Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen
2012-06-05Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen
2012-06-05Simplify LiveInterval::print().Jakob Stoklund Olesen
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-05-12Don't look for empty live ranges in the unions.Jakob Stoklund Olesen
2012-04-02Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-01-11Sink spillInterferences into RABasic.Jakob Stoklund Olesen
2012-01-11Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen