Revert "Reapply 91184 with fixes and an addition to the testcase to cover the
[oota-llvm.git] / lib / CodeGen / SlotIndexes.cpp
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.