Range-for-ify some things in GlobalMerge
[oota-llvm.git] / lib / CodeGen / SlotIndexes.cpp
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-02-23 Cameron ZwarichMake some fixes for LiveInterval repair with debug...
2013-02-20 Cameron ZwarichFind anchoring end points for repairIntervalsInRange...
2013-02-20 Cameron ZwarichAdd SlotIndexes::repairIndexesInRange(), which repairs...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-04-25 Jakob Stoklund OlesenRemove more dead code.
2012-04-17 Lang HamesSlotIndexes used to store the index list in a crufty...
2012-01-24 Jakob Stoklund OlesenUse the standard MachineFunction::print() after SlotInd...
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-04-02 Jakob Stoklund OlesenUse basic block numbers as indexes when mapping slot...
2011-03-04 Jakob Stoklund OlesenRenumber slot indexes locally when possible.
2011-03-04 Jakob Stoklund OlesenNumber SlotIndexes uniformly without looking at the...
2011-03-04 Jakob Stoklund OlesenAdd SlotIndex statistics.
2011-03-03 Jakob Stoklund OlesenRenumber slot indexes uniformly instead of spacing...
2011-03-03 Jakob Stoklund OlesenRepresent sentinel slot indexes with a null pointer.
2011-02-03 Jakob Stoklund OlesenTweak debug output from SlotIndexes.
2010-11-11 Jakob Stoklund OlesenInsert two blank SlotIndexes between basic blocks inste...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-25 Jakob Stoklund OlesenRemove SlotIndex::PHI_BIT. It is no longer used by...
2010-09-24 Jakob Stoklund OlesenTerminator gaps were unused. Might as well delete them.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-24 Jakob Stoklund OlesenPrint the LSBs of a SlotIndex symbolically using letter...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-22 Dale JohannesenIgnore DEBUG_VALUE when building live intervals;
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-11-14 Lang HamesAdded an API to the SlotIndexes pass to allow new instr...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-05 Lang HamesAdded support for renumbering existing index list eleme...
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-03 Lang HamesThe Indexes Patch.