summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SlotIndexes.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2013-02-23
* Find anchoring end points for repairIntervalsInRange and repairIndexesInRangeCameron Zwarich2013-02-20
* Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich2013-02-20
* Release build: guard dump functions withManman Ren2012-09-11
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Remove more dead code.Jakob Stoklund Olesen2012-04-25
* SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames2012-04-17
* Use the standard MachineFunction::print() after SlotIndexes.Jakob Stoklund Olesen2012-01-24
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Use basic block numbers as indexes when mapping slot index ranges.Jakob Stoklund Olesen2011-04-02
* Renumber slot indexes locally when possible.Jakob Stoklund Olesen2011-03-04
* Number SlotIndexes uniformly without looking at the number of defs on each in...Jakob Stoklund Olesen2011-03-04
* Add SlotIndex statistics.Jakob Stoklund Olesen2011-03-04
* Renumber slot indexes uniformly instead of spacing according to the number of...Jakob Stoklund Olesen2011-03-03
* Represent sentinel slot indexes with a null pointer.Jakob Stoklund Olesen2011-03-03
* Tweak debug output from SlotIndexes.Jakob Stoklund Olesen2011-02-03
* Insert two blank SlotIndexes between basic blocks instead of just one.Jakob Stoklund Olesen2010-11-11
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Remove SlotIndex::PHI_BIT. It is no longer used by anything.Jakob Stoklund Olesen2010-09-25
* Terminator gaps were unused. Might as well delete them.Jakob Stoklund Olesen2010-09-24
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Print the LSBs of a SlotIndex symbolically using letters referring to theJakob Stoklund Olesen2010-06-24
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Ignore DEBUG_VALUE when building live intervals;Dale Johannesen2010-01-22
* Change errs() to dbgs().David Greene2010-01-05
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-22
* Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames2009-11-14
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Moved some ManagedStatics out of the SlotIndexes header.Lang Hames2009-11-08
* Update some globals to use ManagedStatic.Lang Hames2009-11-07
* Added support for renumbering existing index list elements. Removed some junk...Lang Hames2009-11-05
* Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames2009-11-04
* The Indexes Patch.Lang Hames2009-11-03