summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/GraphWriter.cpp
AgeCommit message (Expand)Author
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata
2024-06-21[GraphWriter] Add missing ManagedStatic.h include (NFC)Nikita Popov
2024-05-02[llvm][GraphWriter] Resize std::string, instead of reassigning to substr (NFC)Youngsuk Kim
2024-01-17[Support] Use SmallString::operator std::string (NFC)Kazu Hirata
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-01-21Add apple-specific missing header in Support/GraphWriter.cppserge-sans-paille
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2021-10-29Support: Use sys::path::is_style_{posix,windows}() in a few placesDuncan P. N. Exon Smith
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-04-30[llvm][Support][NFC] Fix fallthrough attribute indentationTimm Bäder
2020-05-05Fix SelectionDAG Graph Printing on WindowsJustice Adams
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko
2017-05-22Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova
2015-09-18[Support] Reapply r245289 "Always wait for GraphViz before opening the viewer"Michael Kruse
2015-09-10[ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth
2015-08-18[Support] On Windows, generate PDF files for graphs and open with associated ...Michael Kruse
2015-08-18[Support] Always wait for GraphViz before opening the viewerMichael Kruse
2015-07-02[GraphWriter] Don't wait on xdg-open when not on Apple.Charlie Turner
2015-04-03[GraphWriter] Attempt to open .dot files with xdg-open/open firstMatthias Braun
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-03-23Move private classes into anonymous namespacesBenjamin Kramer
2014-11-07Fix style.Michael J. Spencer
2014-11-04Use findProgramByName.Michael J. Spencer
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-04GraphWriter: try gv before xdg-openAlp Toker
2014-06-04GraphWriter: support the XDG open utilityAlp Toker
2014-06-02Silence -Wreturn-type warningAlp Toker
2014-06-02GraphWriter: tweak the program fallback orderAlp Toker
2014-06-02GraphWriter: detect graph viewer programs at runtimeAlp Toker
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper
2014-01-10Use the simpler version of sys::fs::remove when possible.Rafael Espindola
2013-10-01Remove several unused variables.Rafael Espindola
2013-07-08Find xdot or xdot.py.Matt Arsenault
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola
2013-06-14Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola
2013-06-14Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola
2013-06-13Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola