aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SlotIndexes.h
Commit message (Expand)AuthorAgeFilesLines
* Added a support for inserting new MBBs into the numbering.Lang Hames2010-07-091-0/+42
* Handle unindexed instructions in SlotIndices.Jakob Stoklund Olesen2010-07-021-7/+12
* remove some unneeded errorhandling stuff.Chris Lattner2010-04-071-7/+3
* include densemap.h explicitly and rearrange #includes.Chris Lattner2010-04-021-3/+3
* Changed the definition of an "invalid" slot to include the empty & tombstone ...Lang Hames2010-02-091-10/+10
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-221-1/+1
* Fixed use of phi param in SlotIndex constructors.Lang Hames2009-12-191-2/+2
* Lang verified that SlotIndex is "pod like" even though it isn't a pod.Chris Lattner2009-12-151-1/+3
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-1/+1
* Fixed call to wrong constructor.Lang Hames2009-11-171-1/+1
* Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames2009-11-141-74/+64
* Moved some ManagedStatics out of the SlotIndexes header.Lang Hames2009-11-081-29/+2
* Fix class -> struct tag.Daniel Dunbar2009-11-071-1/+1
* Update some globals to use ManagedStatic.Lang Hames2009-11-071-19/+58
* Tidied some ugliness in the SlotIndex default constructor.Lang Hames2009-11-051-1/+1
* Removed an assert which was causing significant slowdowns in debug builds.Lang Hames2009-11-051-1/+0
* Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames2009-11-041-18/+44
* Another spurious friend declaration removed.Lang Hames2009-11-041-2/+0
* Removed an unnecessary friend declaration and some crufty comments from Index...Lang Hames2009-11-041-33/+0
* The Indexes Patch.Lang Hames2009-11-031-0/+775