1. 020296a [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer" by Michael Kruse · 10 years ago
  2. e4405e9 [ADT] Switch a bunch of places in LLVM that were doing single-character by Chandler Carruth · 10 years ago
  3. c1c9f8a [Support] On Windows, generate PDF files for graphs and open with associated viewer by Michael Kruse · 10 years ago
  4. c0a8414 [Support] Always wait for GraphViz before opening the viewer by Michael Kruse · 10 years ago
  5. 0912de3 [GraphWriter] Don't wait on xdg-open when not on Apple. by Charlie Turner · 10 years ago
  6. e376d16 [GraphWriter] Attempt to open .dot files with xdg-open/open first by Matthias Braun · 11 years ago
  7. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  8. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  9. 51f6096c Move private classes into anonymous namespaces by Benjamin Kramer · 11 years ago
  10. d48829b Fix style. by Michael J. Spencer · 11 years ago
  11. f9074b5 Use findProgramByName. by Michael J. Spencer · 11 years ago
  12. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  13. 7459272 GraphWriter: try gv before xdg-open by Alp Toker · 11 years ago
  14. e3fbe2c GraphWriter: support the XDG open utility by Alp Toker · 11 years ago
  15. 1feec4b Silence -Wreturn-type warning by Alp Toker · 11 years ago
  16. 54b6ab0 GraphWriter: tweak the program fallback order by Alp Toker · 11 years ago
  17. 125be84 GraphWriter: detect graph viewer programs at runtime by Alp Toker · 11 years ago
  18. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  19. 81e7fd0 Use the simpler version of sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  20. 44fee4e Remove several unused variables. by Rafael Espindola · 12 years ago
  21. fe56cc6 Find xdot or xdot.py. by Matt Arsenault · 12 years ago
  22. 155cf0f Use sys::fs::createTemporaryFile. by Rafael Espindola · 12 years ago
  23. 3e3e040 Don't use PathV1.h in GraphWriter.cpp. by Rafael Espindola · 12 years ago
  24. 6a6f04a Convert a use of sys::Path::GetTemporaryDirectory. by Rafael Espindola · 12 years ago
  25. 7c1023a Avoid using PathV1.h in Program.h. by Rafael Espindola · 12 years ago
  26. 04fa5c1 Covert remaining graph viewers from sys::Path to std::string. by Rafael Espindola · 12 years ago
  27. 48944e7 Update code for other graph viewing programs too. by Rafael Espindola · 12 years ago
  28. ce61b1e Reduce usage of sys::Path in the graph writer. by Rafael Espindola · 12 years ago
  29. cb2eca0 Remove the program class. by Rafael Espindola · 12 years ago
  30. b36388a ScheduleDAG: colorize the DOT graph and improve formatting. by Andrew Trick · 13 years ago
  31. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  32. 26dcb95 Fix -Wcovered-switch-default warning. by Patrik Hägglund · 13 years ago
  33. 3bc40c5 Silence unused function warning when graphviz is not available. by Benjamin Kramer · 14 years ago
  34. edbb3b2 Added -view-background to avoid waiting for each GraphViz invocation. by Andrew Trick · 14 years ago
  35. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  36. e1db7f2 Fix these error messages to be less confusing. These error by Dan Gohman · 15 years ago
  37. 6547a50 After printing "Running 'Graphviz' program... " and running the by Dan Gohman · 15 years ago
  38. ca8ebc8 Delete an unused declaration. by Dan Gohman · 15 years ago
  39. a0da889 Add support for viewing graphviz graphs with xdot.py. by Dan Gohman · 15 years ago
  40. 1049e1c reduce indentation by Chris Lattner · 16 years ago
  41. 33154c1 Fix PR6826: GraphWriter delete the generated file before "dotty" load it, by Chris Lattner · 16 years ago
  42. cc2e3d2 Fix viewCFG on Linux. by Jeffrey Yasskin · 16 years ago
  43. a53c35d Unbreak the build for HAVE_GV platforms. by Dan Gohman · 16 years ago
  44. 486fcad4 fix some problems with my last patch which happen when one of by Chris Lattner · 16 years ago
  45. c521f54 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  46. 4883d90 convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
  47. 400cd1a cerr isn't buffered so it doesn't need to be flushed. by Dan Gohman · 16 years ago
  48. 4417b4c by David Greene · 16 years ago
  49. 9dadbbd by David Greene · 16 years ago
  50. 17844c7 improve compatibility with various versions of graphviz, patch by by Chris Lattner · 17 years ago
  51. 53d3241 Use gv's --spartan option, which trades away an extra row of UI buttons by Dan Gohman · 18 years ago
  52. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  53. 357882d This is a patch to fix a compile error in STLExtras.h, and by Chris Lattner · 18 years ago
  54. d01defe Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 19 years ago
  55. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  56. 3750ae2 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 19 years ago
  57. a38aa72 Remove a character to avoid line exceeding 80 cols. by Reid Spencer · 19 years ago
  58. 944645a For PR797: by Reid Spencer · 19 years ago
  59. c295914 For PR797: by Reid Spencer · 19 years ago
  60. 2091cc8 Finegrainify namespacification, minor cleanups by Chris Lattner · 19 years ago
  61. ee7eaa2 For PR801: by Reid Spencer · 19 years ago