summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SlotIndexes.h
Commit message (Expand)AuthorAge
* Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen2010-08-11
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-19
* Added a support for inserting new MBBs into the numbering.Lang Hames2010-07-09
* Handle unindexed instructions in SlotIndices.Jakob Stoklund Olesen2010-07-02
* remove some unneeded errorhandling stuff.Chris Lattner2010-04-07
* include densemap.h explicitly and rearrange #includes.Chris Lattner2010-04-02
* Changed the definition of an "invalid" slot to include the empty & tombstone ...Lang Hames2010-02-09
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-22
* Fixed use of phi param in SlotIndex constructors.Lang Hames2009-12-19
* Lang verified that SlotIndex is "pod like" even though it isn't a pod.Chris Lattner2009-12-15
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Fixed call to wrong constructor.Lang Hames2009-11-17
* Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames2009-11-14
* Moved some ManagedStatics out of the SlotIndexes header.Lang Hames2009-11-08
* Fix class -> struct tag.Daniel Dunbar2009-11-07
* Update some globals to use ManagedStatic.Lang Hames2009-11-07
* Tidied some ugliness in the SlotIndex default constructor.Lang Hames2009-11-05
* Removed an assert which was causing significant slowdowns in debug builds.Lang Hames2009-11-05
* Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames2009-11-04
* Another spurious friend declaration removed.Lang Hames2009-11-04
* Removed an unnecessary friend declaration and some crufty comments from Index...Lang Hames2009-11-04
* The Indexes Patch.Lang Hames2009-11-03