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. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  5. 7f99761 Avoid constructing std::strings unless pass debugging is ON. by Devang Patel · 17 years ago
  6. 84da80d Make getPassManagerType() const. by Devang Patel · 17 years ago
  7. 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 18 years ago
  8. 505f36a Pretty print pass manager by Devang Patel · 18 years ago
  9. f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 18 years ago
  10. f82aa1c Measure timings. by Devang Patel · 18 years ago
  11. 129ccd9 Remove dead code. by Devang Patel · 18 years ago
  12. d9f10c3 Fix typo. by Devang Patel · 18 years ago
  13. 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 18 years ago
  14. 75f9abf Add CGPassManager. by Devang Patel · 18 years ago
  15. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  16. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  17. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  18. 7203599 Pass the callgraph not the module by Chris Lattner · 20 years ago
  19. a10df50 Add the ability for SCC passes to initialize and finalize themselves by Chris Lattner · 20 years ago
  20. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  21. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  22. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  23. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  24. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago