1. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  2. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  3. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  4. 729d73d Don't explicitly use the SCC class by Chris Lattner · 21 years ago
  5. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 21 years ago
  6. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  7. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 21 years ago
  8. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  9. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 22 years ago