Provide LiveIntervalUnion::Query::checkLoopInterference.
[oota-llvm.git] / lib / CodeGen / LiveIntervalUnion.h
2010-12-17 Jakob Stoklund OlesenProvide LiveIntervalUnion::Query::checkLoopInterference.
2010-12-14 Jakob Stoklund OlesenAdd LiveIntervalUnion print methods, RegAllocGreedy...
2010-12-14 Jakob Stoklund OlesenUse TRI::printReg instead of AbstractRegisterDescriptio...
2010-12-09 Jakob Stoklund OlesenAdd a forgotten initializer for CheckedFirstInterference.
2010-12-09 Andrew TrickAdded register reassignment prototype to RAGreedy....
2010-12-09 Jakob Stoklund OlesenIntervalMap iterators are heavyweight, so avoid copying...
2010-12-08 Jakob Stoklund OlesenMove RABasic::addMBBLiveIns to the base class, it is...
2010-12-07 Jakob Stoklund OlesenSwitch LiveIntervalUnion from std::set to IntervalMap.
2010-12-07 Jakob Stoklund OlesenRemove unused member.
2010-11-30 Andrew TrickCoding style. No significant functionality. Abandon...
2010-11-11 Andrew TrickCheck TRI->getReservedRegs because other allocators...
2010-11-10 Andrew TrickRABasic is nearly functionally complete. There are...
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-09 Matt Beaumont-GayAdd a trivial virtual dtor to AbstractRegisterDescripti...
2010-11-09 Andrew TrickReverting r118604. Windows build broke.
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-08 Andrew TrickAdds support for spilling previously allocated live...
2010-10-26 Andrew TrickRemove the vector of live vregs. I thought we would...
2010-10-26 Andrew TrickJakob's review of the basic register allocator.
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation