summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SCCIterator.h
Commit message (Expand)AuthorAge
* SCCIterator: Merge MinVisitNumStack and VisitStackDuncan P. N. Exon Smith2014-02-13
* [PM] [cleanup] Replace a reserved identifier "_Self" with the injectedChandler Carruth2013-11-26
* [PM] [cleanup] Run clang-format over this file. If fixes manyChandler Carruth2013-11-26
* [PM] [cleanup] Update doxygen comments to use the new style, add someChandler Carruth2013-11-26
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Avoid warnings about the parameter G being unused.Duncan Sands2011-10-20
* This file was moved from Support to ADT. Correct a comment.Duncan Sands2011-07-28
* Strip trailing whitespace.Duncan Sands2011-07-26
* Fix typo in comment.Nick Lewycky2011-02-14
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-17
* building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager Chris Lattner2010-04-16
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-16
* tidy upChris Lattner2010-04-16
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-17
* switch scciterator to use DenseMap instead of std::mapChris Lattner2009-09-15
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Fixed lint errors:Misha Brukman2009-02-20
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Support for llvm_ostreams.Bill Wendling2006-11-28
* Silence a warning on x86-64, reported by chandlerc.Chris Lattner2006-08-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Add namespace qualifierChris Lattner2003-11-13
* Minor cleanupsChris Lattner2003-11-13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-31
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-31
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-31
* Including statistics into an anonymous namespace that gets #included intoChris Lattner2003-08-01
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Bug fix in operator==() and in method fini().Vikram S. Adve2002-12-06
* Fix warningChris Lattner2002-11-15
* Add tarj_end() methodChris Lattner2002-11-10
* Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve2002-11-04