aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SlotIndexes.cpp
AgeCommit message (Expand)Author
2009-12-22Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames
2009-11-14Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin
2009-11-08Moved some ManagedStatics out of the SlotIndexes header.Lang Hames
2009-11-07Update some globals to use ManagedStatic.Lang Hames
2009-11-05Added support for renumbering existing index list elements. Removed some junk...Lang Hames
2009-11-04Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames
2009-11-03The Indexes Patch.Lang Hames