1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 6b4af74 Do not overuse std::string. Pass around char * directly. by Devang Patel · 17 years ago
  3. c2bbfc1 More explicit keywords. by Dan Gohman · 17 years ago
  4. 58e0ef1 Verify loop info. by Devang Patel · 17 years ago
  5. 20d824b Replace mysterious code causing a g++-4.2 warning by Duncan Sands · 17 years ago
  6. 25e681a CallGraphSCCPass manager may require other passes. by Devang Patel · 17 years ago
  7. 1997473 Drop 'const' by Devang Patel · 17 years ago
  8. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  9. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  10. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  11. 7f99761 Avoid constructing std::strings unless pass debugging is ON. by Devang Patel · 17 years ago
  12. 84da80d Make getPassManagerType() const. by Devang Patel · 17 years ago
  13. 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 18 years ago
  14. 505f36a Pretty print pass manager by Devang Patel · 18 years ago
  15. f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 18 years ago
  16. f82aa1c Measure timings. by Devang Patel · 18 years ago
  17. 129ccd9 Remove dead code. by Devang Patel · 18 years ago
  18. d9f10c3 Fix typo. by Devang Patel · 18 years ago
  19. 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 18 years ago
  20. 75f9abf Add CGPassManager. by Devang Patel · 18 years ago
  21. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  22. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  23. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  24. 7203599 Pass the callgraph not the module by Chris Lattner · 20 years ago
  25. a10df50 Add the ability for SCC passes to initialize and finalize themselves by Chris Lattner · 20 years ago
  26. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  27. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  28. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  29. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  30. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago