1. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  2. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
  3. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  4. 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 17 years ago
  5. 687e03b Move dominator info printer into tool/opt/GraphPrinters.cpp by Devang Patel · 17 years ago
  6. 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
  7. 1997473 Drop 'const' by Devang Patel · 18 years ago
  8. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  9. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  10. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 19 years ago
  11. 3a9ec24 For PR387: by Reid Spencer · 19 years ago
  12. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  13. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  14. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  15. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  17. 27829ec finegrainify namespacification by Chris Lattner · 21 years ago
  18. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  19. 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
  20. 9432111 fix file headers by Chris Lattner · 22 years ago
  21. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  22. f748254 Implement a new -print-callgraph analysis that turns a callgraph into a dot by Chris Lattner · 23 years ago
  23. ac859db - Implement a new -print-cfg option for analyze, that causes it to print the by Chris Lattner · 23 years ago