Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / ADT / SCCIterator.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-04-25 Duncan P. N. Exon... SCC: Use the reference typedef
2014-04-25 Duncan P. N. Exon... SCC: Provide operator->() through iterator_facade_base
2014-04-25 Duncan P. N. Exon... SCC: Remove non-const operator*()
2014-04-25 Duncan P. N. Exon... SCC: Doxygen-ize comments, NFC
2014-04-25 Duncan P. N. Exon... SCC: Un-inline long functions
2014-04-25 Duncan P. N. Exon... SCC: Remove redundant inline keywords, NFC
2014-02-13 Duncan P. N. Exon... SCCIterator: Merge MinVisitNumStack and VisitStack
2013-11-26 Chandler Carruth[PM] [cleanup] Replace a reserved identifier "_Self...
2013-11-26 Chandler Carruth[PM] [cleanup] Run clang-format over this file. If...
2013-11-26 Chandler Carruth[PM] [cleanup] Update doxygen comments to use the new...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-10-20 Duncan SandsAvoid warnings about the parameter G being unused.
2011-07-28 Duncan SandsThis file was moved from Support to ADT. Correct a...
2011-07-26 Duncan SandsStrip trailing whitespace.
2011-02-14 Nick LewyckyFix typo in comment.
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnertidy up
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-11-17 Duncan Sands1. Allow SCCIterator to work with GraphT types that...
2009-09-15 Chris Lattnerswitch scciterator to use DenseMap instead of std::map
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-02-20 Misha BrukmanFixed lint errors:
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-08-06 Chris LattnerSilence a warning on x86-64, reported by chandlerc.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-11-15 Chris LattnerFix warning
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph