Rework the global split cost calculation.
[oota-llvm.git] / lib / CodeGen / RegAllocBasic.cpp
2011-02-22 Jakob Stoklund OlesenChange the RAGreedy register assignment order so large...
2011-02-18 Jakob Stoklund OlesenAdd VirtRegMap::rewrite() and use it in the new registe...
2011-02-18 Jakob Stoklund OlesenTrim debugging output.
2011-02-17 Jakob Stoklund OlesenAdd basic register allocator statistics.
2011-02-09 Jakob Stoklund OlesenEvict a lighter single interference before attempting...
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-14 Jakob Stoklund OlesenSimplyfy RegAllocBasic by using getOverlaps instead...
2010-12-14 Jakob Stoklund OlesenUse TRI::printReg instead of AbstractRegisterDescriptio...
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-09 Andrew TrickAdded register reassignment prototype to RAGreedy....
2010-12-08 Jakob Stoklund OlesenStore (priority,regnum) pairs in the priority queue...
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 OlesenSimplify assertion.
2010-11-30 Andrew TrickCoding style. No significant functionality. Abandon...
2010-11-25 Benjamin KramerNamespacify.
2010-11-20 Andrew TrickRABasic fix. Regalloc is responsible for updating block...
2010-11-20 Andrew TrickWhitespace.
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 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-11-03 Jakob Stoklund OlesenLet RegAllocBasic require MachineDominators - they...
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