Fix class -> struct tag.
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
2009-11-07 Daniel DunbarFix class -> struct tag.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-05 Lang HamesTidied some ugliness in the SlotIndex default constructor.
2009-11-05 Lang HamesRemoved an assert which was causing significant slowdow...
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-04 Lang HamesAnother spurious friend declaration removed.
2009-11-04 Lang HamesRemoved an unnecessary friend declaration and some...
2009-11-03 Lang HamesThe Indexes Patch.