aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SCCIterator.h
Commit message (Expand)AuthorAgeFilesLines
* 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