Number SlotIndexes uniformly without looking at the number of defs on each instruction.
[oota-llvm.git] / lib / CodeGen / SlotIndexes.cpp
2011-03-04 Jakob Stoklund OlesenNumber SlotIndexes uniformly without looking at the...
2011-03-04 Jakob Stoklund OlesenAdd SlotIndex statistics.
2011-03-03 Jakob Stoklund OlesenRenumber slot indexes uniformly instead of spacing...
2011-03-03 Jakob Stoklund OlesenRepresent sentinel slot indexes with a null pointer.
2011-02-03 Jakob Stoklund OlesenTweak debug output from SlotIndexes.
2010-11-11 Jakob Stoklund OlesenInsert two blank SlotIndexes between basic blocks inste...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-25 Jakob Stoklund OlesenRemove SlotIndex::PHI_BIT. It is no longer used by...
2010-09-24 Jakob Stoklund OlesenTerminator gaps were unused. Might as well delete them.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-24 Jakob Stoklund OlesenPrint the LSBs of a SlotIndex symbolically using letter...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-22 Dale JohannesenIgnore DEBUG_VALUE when building live intervals;
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-11-14 Lang HamesAdded an API to the SlotIndexes pass to allow new instr...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-05 Lang HamesAdded support for renumbering existing index list eleme...
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-03 Lang HamesThe Indexes Patch.