1. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
  2. 729d73d Don't explicitly use the SCC class by Chris Lattner · 22 years ago
  3. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
  4. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
  5. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 22 years ago
  6. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
  7. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 23 years ago