Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / CodeGen / SlotIndexes.cpp
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.