summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/GraphWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-37/+27
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-2/+2
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-211-2/+17
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-221-0/+1
* [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer"Michael Kruse2015-09-181-1/+1
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-1/+1
* [Support] On Windows, generate PDF files for graphs and open with associated ...Michael Kruse2015-08-181-23/+49
* [Support] Always wait for GraphViz before opening the viewerMichael Kruse2015-08-181-1/+1
* [GraphWriter] Don't wait on xdg-open when not on Apple.Charlie Turner2015-07-021-1/+1
* [GraphWriter] Attempt to open .dot files with xdg-open/open firstMatthias Braun2015-04-031-0/+23
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+0
* Move private classes into anonymous namespacesBenjamin Kramer2015-03-231-0/+2
* Fix style.Michael J. Spencer2014-11-071-2/+1
* Use findProgramByName.Michael J. Spencer2014-11-041-2/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-1/+1
* GraphWriter: try gv before xdg-openAlp Toker2014-06-041-2/+2
* GraphWriter: support the XDG open utilityAlp Toker2014-06-041-2/+8
* Silence -Wreturn-type warningAlp Toker2014-06-021-0/+1
* GraphWriter: tweak the program fallback orderAlp Toker2014-06-021-1/+1
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-021-119/+129
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+3
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-101-2/+1
* Remove several unused variables.Rafael Espindola2013-10-011-0/+3
* Find xdot or xdot.py.Matt Arsenault2013-07-081-3/+3
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola2013-06-141-5/+2
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-141-10/+9
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-2/+3
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-131-3/+3
* Update code for other graph viewing programs too.Rafael Espindola2013-06-131-3/+3
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-131-22/+40
* Remove the program class.Rafael Espindola2013-06-121-2/+2
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-0/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Fix -Wcovered-switch-default warning.Patrik Hägglund2012-05-241-1/+0
* Silence unused function warning when graphviz is not available.Benjamin Kramer2012-03-081-5/+3
* Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick2012-03-071-39/+40
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Fix these error messages to be less confusing. These errorDan Gohman2010-10-291-9/+5
* After printing "Running 'Graphviz' program... " and running theDan Gohman2010-10-051-6/+10
* Delete an unused declaration.Dan Gohman2010-09-271-2/+0
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-271-0/+26
* reduce indentationChris Lattner2010-04-181-21/+21
* Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner2010-04-131-1/+2
* Fix viewCFG on Linux.Jeffrey Yasskin2010-02-231-1/+1
* Unbreak the build for HAVE_GV platforms.Dan Gohman2009-08-241-2/+2
OpenPOWER on IntegriCloud