CodeGen: Remove implicit iterator conversions from SlotIndexes.h, NFC
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-09-12 Bruce MitchenerFix typos.
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
2015-08-25 Matthias BraunSlotIndexes: Introduce an iterator into the idx2MBBMap.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-07-30 Andrew TrickDown-scale slot index distance to save bits.
2013-07-30 Andrew Trickwhitespace
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-04-19 Lang HamesAdd support for index resources (for a SlotIndex) to...
2013-03-08 Jakob Stoklund OlesenNo really, don't use end().
2013-03-08 Jakob Stoklund OlesenAvoid creating a SlotIndex from the end() iterator.
2013-02-20 Cameron ZwarichAdd SlotIndexes::repairIndexesInRange(), which repairs...
2013-02-20 Cameron ZwarichMake SlotIndex::getEntry() return unsigned to match...
2013-02-12 Cameron ZwarichRenumber SlotIndexes locally when a new block is inserted.
2013-02-11 Cameron ZwarichFix some problems with the updating of SlotIndexes...
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
2012-12-27 Chandler CarruthProvide a common half-open interval map info implementa...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-05 Chandler CarruthRemove dead infrastructure for building DenseMaps with...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-25 Jakob Stoklund OlesenRemove more dead code.
2012-04-21 Benjamin KramerRemove unused PointerLikeTypeTraits for IndexListEntry.
2012-04-17 Francois PichetUnbreak the MSVC build, that next() thing again.
2012-04-17 Lang HamesSlotIndexes used to store the index list in a crufty...
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-02-28 Jakob Stoklund OlesenInstructions inside a bundle have the same number as...
2012-02-15 Lang HamesAdd a check to make sure we don't assign slot indexes...
2012-02-04 Jakob Stoklund OlesenDrop ZeroIndex and InvalidIndex.
2012-01-11 Jakob Stoklund OlesenDetect when a value is undefined on an edge to a landin...
2012-01-04 Benjamin KramerSimplify more DenseMap.find users.
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-09-29 Nick LewyckyFix typo.
2011-07-15 Jakob Stoklund OlesenExtract parts of RAGreedy::splitAroundRegion as SplitKi...
2011-05-02 Chandler CarruthRemove an unused variable in NDEBUG (found with -Wunuse...
2011-05-02 Jakob Stoklund OlesenAdd a SlotIndexes::insertMachineInstrInMaps to insert...
2011-04-11 Jakob Stoklund OlesenSkip a binary search when possible.
2011-04-05 Jakob Stoklund OlesenUse std::unique instead of a SmallPtrSet to ensure...
2011-04-04 Jakob Stoklund OlesenStop caching basic block index ranges now that SlotInde...
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 OlesenSymbolize the default instruction distance.
2011-03-04 Jakob Stoklund OlesenDeferred SlotIndex renumbering was a good idea but...
2011-03-03 Jakob Stoklund OlesenRepresent sentinel slot indexes with a null pointer.
2011-03-03 Jakob Stoklund OlesenAvoid comparing invalid slot indexes, and assert that...
2011-03-03 Jakob Stoklund OlesenOptimize SlotIndex equality tests.
2011-01-12 Jakob Stoklund OlesenAssert if anybody tries to put a slot index on a DBG_VA...
2010-12-15 Jakob Stoklund OlesenAdd SlotIndexes::getMBBRange() to get the range of...
2010-12-02 Jakob Stoklund OlesenImplement the first half of LiveDebugVariables.
2010-11-11 Jakob Stoklund OlesenInsert two blank SlotIndexes between basic blocks inste...
2010-11-10 Jakob Stoklund OlesenDelete unused function.
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
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-08-11 Jakob Stoklund OlesenFix a FIXME. The SlotIndex::Slot enum should be private.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-19 Lang HamesRender MachineFunctions to HTML pages, with options...
2010-07-09 Lang HamesAdded a support for inserting new MBBs into the numbering.
2010-07-02 Jakob Stoklund OlesenHandle unindexed instructions in SlotIndices.
2010-04-07 Chris Lattnerremove some unneeded errorhandling stuff.
2010-04-02 Chris Lattnerinclude densemap.h explicitly and rearrange #includes.
2010-02-09 Lang HamesChanged the definition of an "invalid" slot to include...
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-19 Lang HamesFixed use of phi param in SlotIndex constructors.
2009-12-15 Chris LattnerLang verified that SlotIndex is "pod like" even though...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-17 Lang HamesFixed call to wrong constructor.
2009-11-14 Lang HamesAdded an API to the SlotIndexes pass to allow new instr...
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
2009-11-07 Daniel DunbarFix class -> struct tag.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-05 Lang HamesTidied some ugliness in the SlotIndex default constructor.
2009-11-05 Lang HamesRemoved an assert which was causing significant slowdow...
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-04 Lang HamesAnother spurious friend declaration removed.
2009-11-04 Lang HamesRemoved an unnecessary friend declaration and some...
2009-11-03 Lang HamesThe Indexes Patch.