aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SCCIterator.h
Commit message (Expand)AuthorAgeFilesLines
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Avoid warnings about the parameter G being unused.Duncan Sands2011-10-201-1/+1
* This file was moved from Support to ADT. Correct a comment.Duncan Sands2011-07-281-1/+1
* Strip trailing whitespace.Duncan Sands2011-07-261-3/+3
* Fix typo in comment.Nick Lewycky2011-02-141-1/+1
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-171-3/+2
* building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager Chris Lattner2010-04-161-0/+9
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-161-4/+4
* tidy upChris Lattner2010-04-161-23/+25
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-2/+2
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-171-4/+14
* switch scciterator to use DenseMap instead of std::mapChris Lattner2009-09-151-2/+2
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-2/+4
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-3/+2
* remove a few DOUTs here and there.Chris Lattner2009-08-231-2/+2
* Fixed lint errors:Misha Brukman2009-02-201-1/+1
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Support for llvm_ostreams.Bill Wendling2006-11-281-4/+4
* Silence a warning on x86-64, reported by chandlerc.Chris Lattner2006-08-061-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Changes For Bug 352Reid Spencer2004-09-011-6/+6
* Add namespace qualifierChris Lattner2003-11-131-1/+1
* Minor cleanupsChris Lattner2003-11-131-43/+38
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-19/+18
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-311-25/+9
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-311-12/+13
* * CleanupsChris Lattner2003-08-311-21/+14
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-311-23/+23
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-311-5/+5
* Including statistics into an anonymous namespace that gets #included intoChris Lattner2003-08-011-10/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Remove a ton of extraneous #includesChris Lattner2003-06-221-4/+4
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Bug fix in operator==() and in method fini().Vikram S. Adve2002-12-061-4/+5
* Fix warningChris Lattner2002-11-151-3/+1
* Add tarj_end() methodChris Lattner2002-11-101-0/+5
* Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve2002-11-041-0/+221