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. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  5. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  6. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  7. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  8. 6d99777 Needs the iostream include. by Bill Wendling · 18 years ago
  9. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  10. 9d5b532 For PR801: by Reid Spencer · 18 years ago
  11. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 18 years ago
  12. e2d7fdf * Unbreak optimized build (noticed by Eric van Riet Paap) by Misha Brukman · 19 years ago
  13. b06f677 add support for Graphviz when viewing CFGs by Chris Lattner · 19 years ago
  14. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  15. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  17. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  18. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 20 years ago
  19. bf94a1e Reorder #includes as per style guide. by Misha Brukman · 20 years ago
  20. c6e2d8a Add functions that return instances of these printer passes by Brian Gaeke · 20 years ago
  21. 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 21 years ago
  22. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  23. d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 21 years ago
  24. a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 21 years ago
  25. 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 21 years ago