aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SlotIndexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print the LSBs of a SlotIndex symbolically using letters referring to theJakob Stoklund Olesen2010-06-241-1/+3
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-2/+2
* Ignore DEBUG_VALUE when building live intervals;Dale Johannesen2010-01-221-0/+3
* Change errs() to dbgs().David Greene2010-01-051-6/+6
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-221-5/+6
* Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames2009-11-141-2/+1
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-1/+1
* Moved some ManagedStatics out of the SlotIndexes header.Lang Hames2009-11-081-2/+28
* Update some globals to use ManagedStatic.Lang Hames2009-11-071-2/+4
* Added support for renumbering existing index list elements. Removed some junk...Lang Hames2009-11-051-25/+31
* Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...Lang Hames2009-11-041-2/+2
* The Indexes Patch.Lang Hames2009-11-031-0/+189