summaryrefslogtreecommitdiff
path: root/include/Support/SCCIterator.h
Commit message (Expand)AuthorAge
* 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