Remove several unused variables.
[oota-llvm.git] / lib / Support / GraphWriter.cpp
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: