aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SlotIndexes.h
AgeCommit message (Expand)Author
2009-11-17Fixed call to wrong constructor.Lang Hames
2009-11-14Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames
2009-11-08Moved some ManagedStatics out of the SlotIndexes header.Lang Hames
2009-11-07Fix class -> struct tag.Daniel Dunbar
2009-11-07Update some globals to use ManagedStatic.Lang Hames
2009-11-05Tidied some ugliness in the SlotIndex default constructor.Lang Hames
2009-11-05Removed an assert which was causing significant slowdowns in debug builds.Lang Hames
2009-11-04Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames
2009-11-04Another spurious friend declaration removed.Lang Hames
2009-11-04Removed an unnecessary friend declaration and some crufty comments from Index...Lang Hames
2009-11-03The Indexes Patch.Lang Hames