[Support] On Windows, generate PDF files for graphs and open with associated viewer
[oota-llvm.git] / lib / Support / GraphWriter.cpp
2015-08-18 Michael Kruse[Support] On Windows, generate PDF files for graphs...
2015-08-18 Michael Kruse[Support] Always wait for GraphViz before opening the...
2015-07-02 Charlie Turner[GraphWriter] Don't wait on xdg-open when not on Apple.
2015-04-03 Matthias Braun[GraphWriter] Attempt to open .dot files with xdg-open...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2014-11-07 Michael J. SpencerFix style.
2014-11-04 Michael J. SpencerUse findProgramByName.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-04 Alp TokerGraphWriter: try gv before xdg-open
2014-06-04 Alp TokerGraphWriter: support the XDG open utility
2014-06-02 Alp TokerSilence -Wreturn-type warning
2014-06-02 Alp TokerGraphWriter: tweak the program fallback order
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-06-14 Rafael EspindolaDon't use PathV1.h in GraphWriter.cpp.
2013-06-14 Rafael EspindolaConvert a use of sys::Path::GetTemporaryDirectory.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaCovert remaining graph viewers from sys::Path to std...
2013-06-13 Rafael EspindolaUpdate code for other graph viewing programs too.
2013-06-13 Rafael EspindolaReduce usage of sys::Path in the graph writer.
2013-06-12 Rafael EspindolaRemove the program class.
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-24 Patrik HägglundFix -Wcovered-switch-default warning.
2012-03-08 Benjamin KramerSilence unused function warning when graphviz is not...
2012-03-07 Andrew TrickAdded -view-background to avoid waiting for each GraphV...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-29 Dan GohmanFix these error messages to be less confusing. These...
2010-10-05 Dan GohmanAfter printing "Running 'Graphviz' program... " and...
2010-09-27 Dan GohmanDelete an unused declaration.
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-04-18 Chris Lattnerreduce indentation
2010-04-13 Chris LattnerFix PR6826: GraphWriter delete the generated file befor...
2010-02-23 Jeffrey YasskinFix viewCFG on Linux.
2009-08-24 Dan GohmanUnbreak the build for HAVE_GV platforms.
2009-08-23 Chris Lattnerfix some problems with my last patch which happen when...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-05 Dan Gohmancerr isn't buffered so it doesn't need to be flushed.
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-01-20 Chris Lattnerimprove compatibility with various versions of graphviz...
2008-04-15 Dan GohmanUse gv's --spartan option, which trades away an extra...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-08-24 Reid SpencerRemove a character to avoid line exceeding 80 cols.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-07-28 Chris LattnerFinegrainify namespacification, minor cleanups
2006-06-27 Reid SpencerFor PR801: