| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 2018-06-12 | 1 | -37/+27 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -2/+2 |
| * | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko | 2017-09-13 | 1 | -2/+2 |
| * | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko | 2017-06-21 | 1 | -2/+17 |
| * | Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through. | Galina Kistanova | 2017-05-22 | 1 | -0/+1 |
| * | [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer" | Michael Kruse | 2015-09-18 | 1 | -1/+1 |
| * | [ADT] Switch a bunch of places in LLVM that were doing single-character | Chandler Carruth | 2015-09-10 | 1 | -1/+1 |
| * | [Support] On Windows, generate PDF files for graphs and open with associated ... | Michael Kruse | 2015-08-18 | 1 | -23/+49 |
| * | [Support] Always wait for GraphViz before opening the viewer | Michael Kruse | 2015-08-18 | 1 | -1/+1 |
| * | [GraphWriter] Don't wait on xdg-open when not on Apple. | Charlie Turner | 2015-07-02 | 1 | -1/+1 |
| * | [GraphWriter] Attempt to open .dot files with xdg-open/open first | Matthias Braun | 2015-04-03 | 1 | -0/+23 |
| * | Remove more superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-30 | 1 | -1/+1 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -1/+0 |
| * | Move private classes into anonymous namespaces | Benjamin Kramer | 2015-03-23 | 1 | -0/+2 |
| * | Fix style. | Michael J. Spencer | 2014-11-07 | 1 | -2/+1 |
| * | Use findProgramByName. | Michael J. Spencer | 2014-11-04 | 1 | -2/+4 |
| * | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | GraphWriter: try gv before xdg-open | Alp Toker | 2014-06-04 | 1 | -2/+2 |
| * | GraphWriter: support the XDG open utility | Alp Toker | 2014-06-04 | 1 | -2/+8 |
| * | Silence -Wreturn-type warning | Alp Toker | 2014-06-02 | 1 | -0/+1 |
| * | GraphWriter: tweak the program fallback order | Alp Toker | 2014-06-02 | 1 | -1/+1 |
| * | GraphWriter: detect graph viewer programs at runtime | Alp Toker | 2014-06-02 | 1 | -119/+129 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -3/+3 |
| * | Use the simpler version of sys::fs::remove when possible. | Rafael Espindola | 2014-01-10 | 1 | -2/+1 |
| * | Remove several unused variables. | Rafael Espindola | 2013-10-01 | 1 | -0/+3 |
| * | Find xdot or xdot.py. | Matt Arsenault | 2013-07-08 | 1 | -3/+3 |
| * | Use sys::fs::createTemporaryFile. | Rafael Espindola | 2013-07-05 | 1 | -2/+1 |
| * | Don't use PathV1.h in GraphWriter.cpp. | Rafael Espindola | 2013-06-14 | 1 | -5/+2 |
| * | Convert a use of sys::Path::GetTemporaryDirectory. | Rafael Espindola | 2013-06-14 | 1 | -10/+9 |
| * | Avoid using PathV1.h in Program.h. | Rafael Espindola | 2013-06-13 | 1 | -2/+3 |
| * | Covert remaining graph viewers from sys::Path to std::string. | Rafael Espindola | 2013-06-13 | 1 | -3/+3 |
| * | Update code for other graph viewing programs too. | Rafael Espindola | 2013-06-13 | 1 | -3/+3 |
| * | Reduce usage of sys::Path in the graph writer. | Rafael Espindola | 2013-06-13 | 1 | -22/+40 |
| * | Remove the program class. | Rafael Espindola | 2013-06-12 | 1 | -2/+2 |
| * | ScheduleDAG: colorize the DOT graph and improve formatting. | Andrew Trick | 2013-01-25 | 1 | -0/+11 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Fix -Wcovered-switch-default warning. | Patrik Hägglund | 2012-05-24 | 1 | -1/+0 |
| * | Silence unused function warning when graphviz is not available. | Benjamin Kramer | 2012-03-08 | 1 | -5/+3 |
| * | Added -view-background to avoid waiting for each GraphViz invocation. | Andrew Trick | 2012-03-07 | 1 | -39/+40 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
| * | Fix these error messages to be less confusing. These error | Dan Gohman | 2010-10-29 | 1 | -9/+5 |
| * | After printing "Running 'Graphviz' program... " and running the | Dan Gohman | 2010-10-05 | 1 | -6/+10 |
| * | Delete an unused declaration. | Dan Gohman | 2010-09-27 | 1 | -2/+0 |
| * | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman | 2010-09-27 | 1 | -0/+26 |
| * | reduce indentation | Chris Lattner | 2010-04-18 | 1 | -21/+21 |
| * | Fix PR6826: GraphWriter delete the generated file before "dotty" load it, | Chris Lattner | 2010-04-13 | 1 | -1/+2 |
| * | Fix viewCFG on Linux. | Jeffrey Yasskin | 2010-02-23 | 1 | -1/+1 |
| * | Unbreak the build for HAVE_GV platforms. | Dan Gohman | 2009-08-24 | 1 | -2/+2 |