Initial support for Neon scalar instructions.
[oota-llvm.git] / lib / CodeGen / RegAllocBase.cpp
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-07-17 Craig TopperMake constant string pointer into an array to remove...
2012-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-11-28 Chad RosierRevert r168630, r168631, and r168633 as these are causi...
2012-11-26 Chad RosierNow that the X86 Maximal Stack Alignment Check pass...
2012-06-20 Jakob Stoklund OlesenRemove LiveIntervalUnions from RegAllocBase.
2012-06-20 Jakob Stoklund OlesenConvert RABasic to using LiveRegMatrix interference...
2012-06-20 Jakob Stoklund OlesenAvoid iterating with LiveIntervals::iterator.
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-05 Jakob Stoklund OlesenMove LiveUnionArray into LiveIntervalUnion.h
2012-06-05 Jakob Stoklund OlesenDon't print register names in LiveIntervalUnion::print().
2012-06-05 Jakob Stoklund OlesenSimplify LiveInterval::print().
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-12 Jakob Stoklund OlesenDon't look for empty live ranges in the unions.
2012-04-02 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-01-11 Jakob Stoklund OlesenSink spillInterferences into RABasic.
2012-01-11 Jakob Stoklund OlesenMove RegAllocBase into its own cpp file separate from...