1. cdaedf9 Silence unused function warning when graphviz is not available. by Benjamin Kramer · 13 years ago
  2. 255cd51 Added -view-background to avoid waiting for each GraphViz invocation. by Andrew Trick · 13 years ago
  3. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  4. c463316 Fix these error messages to be less confusing. These error by Dan Gohman · 14 years ago
  5. 644801a After printing "Running 'Graphviz' program... " and running the by Dan Gohman · 14 years ago
  6. 477268c Delete an unused declaration. by Dan Gohman · 14 years ago
  7. 48fd5a7 Add support for viewing graphviz graphs with xdot.py. by Dan Gohman · 14 years ago
  8. 459e13a reduce indentation by Chris Lattner · 14 years ago
  9. 7c57b7b Fix PR6826: GraphWriter delete the generated file before "dotty" load it, by Chris Lattner · 14 years ago
  10. e298d7c Fix viewCFG on Linux. by Jeffrey Yasskin · 15 years ago
  11. 2d5e3ac Unbreak the build for HAVE_GV platforms. by Dan Gohman · 15 years ago
  12. 40ef79d fix some problems with my last patch which happen when one of by Chris Lattner · 15 years ago
  13. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  14. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 15 years ago
  15. c2a9eeb cerr isn't buffered so it doesn't need to be flushed. by Dan Gohman · 15 years ago
  16. 00ad26f by David Greene · 15 years ago
  17. 229509a by David Greene · 15 years ago
  18. ccb3ab4 improve compatibility with various versions of graphviz, patch by by Chris Lattner · 16 years ago
  19. b11af0d Use gv's --spartan option, which trades away an extra row of UI buttons by Dan Gohman · 16 years ago
  20. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  21. 8249328 This is a patch to fix a compile error in STLExtras.h, and by Chris Lattner · 17 years ago
  22. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  23. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  24. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 18 years ago
  25. 7b7a1be Remove a character to avoid line exceeding 80 cols. by Reid Spencer · 18 years ago
  26. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  27. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  28. 65a392e Finegrainify namespacification, minor cleanups by Chris Lattner · 18 years ago
  29. 9d5b532 For PR801: by Reid Spencer · 18 years ago