aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/GraphWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Fix SelectionDAG Graph Printing on WindowsJustice Adams1-1/+26
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-37/+27
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-2/+2
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-2/+2
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko1-2/+17
2017-05-22Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova1-0/+1
2015-09-18[Support] Reapply r245289 "Always wait for GraphViz before opening the viewer"Michael Kruse1-1/+1
2015-09-10[ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth1-1/+1
2015-08-18[Support] On Windows, generate PDF files for graphs and open with associated ...Michael Kruse1-23/+49
2015-08-18[Support] Always wait for GraphViz before opening the viewerMichael Kruse1-1/+1
2015-07-02[GraphWriter] Don't wait on xdg-open when not on Apple.Charlie Turner1-1/+1
2015-04-03[GraphWriter] Attempt to open .dot files with xdg-open/open firstMatthias Braun1-0/+23
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-1/+1
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-1/+0
2015-03-23Move private classes into anonymous namespacesBenjamin Kramer1-0/+2
2014-11-07Fix style.Michael J. Spencer1-2/+1
2014-11-04Use findProgramByName.Michael J. Spencer1-2/+4
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-1/+1
2014-06-04GraphWriter: try gv before xdg-openAlp Toker1-2/+2
2014-06-04GraphWriter: support the XDG open utilityAlp Toker1-2/+8
2014-06-02Silence -Wreturn-type warningAlp Toker1-0/+1
2014-06-02GraphWriter: tweak the program fallback orderAlp Toker1-1/+1
2014-06-02GraphWriter: detect graph viewer programs at runtimeAlp Toker1-119/+129
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-3/+3
2014-01-10Use the simpler version of sys::fs::remove when possible.Rafael Espindola1-2/+1
2013-10-01Remove several unused variables.Rafael Espindola1-0/+3
2013-07-08Find xdot or xdot.py.Matt Arsenault1-3/+3
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola1-2/+1
2013-06-14Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola1-5/+2
2013-06-14Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola1-10/+9
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-2/+3
2013-06-13Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola1-3/+3
2013-06-13Update code for other graph viewing programs too.Rafael Espindola1-3/+3
2013-06-13Reduce usage of sys::Path in the graph writer.Rafael Espindola1-22/+40
2013-06-12Remove the program class.Rafael Espindola1-2/+2
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick1-0/+11
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-05-24Fix -Wcovered-switch-default warning.Patrik Hägglund1-1/+0
2012-03-08Silence unused function warning when graphviz is not available.Benjamin Kramer1-5/+3
2012-03-07Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick1-39/+40
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-29Fix these error messages to be less confusing. These errorDan Gohman1-9/+5
2010-10-05After printing "Running 'Graphviz' program... " and running theDan Gohman1-6/+10
2010-09-27Delete an unused declaration.Dan Gohman1-2/+0
2010-09-27Add support for viewing graphviz graphs with xdot.py.Dan Gohman1-0/+26
2010-04-18reduce indentationChris Lattner1-21/+21
2010-04-13Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner1-1/+2