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