1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  5. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  6. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  7. 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
  8. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  9. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  10. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  11. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  12. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  13. 729d73d Don't explicitly use the SCC class by Chris Lattner · 21 years ago
  14. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 21 years ago
  15. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  16. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 21 years ago
  17. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  18. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 22 years ago