Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-19 Lang HamesRender MachineFunctions to HTML pages, with options...
2010-07-09 Lang HamesAdded a support for inserting new MBBs into the numbering.
2010-07-02 Jakob Stoklund OlesenHandle unindexed instructions in SlotIndices.
2010-04-07 Chris Lattnerremove some unneeded errorhandling stuff.
2010-04-02 Chris Lattnerinclude densemap.h explicitly and rearrange #includes.
2010-02-09 Lang HamesChanged the definition of an "invalid" slot to include...
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-19 Lang HamesFixed use of phi param in SlotIndex constructors.
2009-12-15 Chris LattnerLang verified that SlotIndex is "pod like" even though...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-17 Lang HamesFixed call to wrong constructor.
2009-11-14 Lang HamesAdded an API to the SlotIndexes pass to allow new instr...
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
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.