aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/GraphWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[GraphWriter] Add missing ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-05-02[llvm][GraphWriter] Resize std::string, instead of reassigning to substr (NFC)Youngsuk Kim1-1/+2
2024-01-17[Support] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-01-21Add apple-specific missing header in Support/GraphWriter.cppserge-sans-paille1-0/+5
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-2/+0
2021-10-29Support: Use sys::path::is_style_{posix,windows}() in a few placesDuncan P. N. Exon Smith1-6/+4
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-3/+19
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-18/+2
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-2/+18
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-18/+2
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-2/+18
2021-04-30[llvm][Support][NFC] Fix fallthrough attribute indentationTimm Bäder1-1/+1
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