summaryrefslogtreecommitdiff
path: root/lib/Support/GraphWriter.cpp
Commit message (Expand)AuthorAge
* Remove several unused variables.Rafael Espindola2013-10-01
* Find xdot or xdot.py.Matt Arsenault2013-07-08
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola2013-06-14
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-14
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-13
* Update code for other graph viewing programs too.Rafael Espindola2013-06-13
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-25
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix -Wcovered-switch-default warning.Patrik Hägglund2012-05-24
* Silence unused function warning when graphviz is not available.Benjamin Kramer2012-03-08
* Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick2012-03-07
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix these error messages to be less confusing. These errorDan Gohman2010-10-29
* After printing "Running 'Graphviz' program... " and running theDan Gohman2010-10-05
* Delete an unused declaration.Dan Gohman2010-09-27
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-27
* reduce indentationChris Lattner2010-04-18
* Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner2010-04-13
* Fix viewCFG on Linux.Jeffrey Yasskin2010-02-23
* Unbreak the build for HAVE_GV platforms.Dan Gohman2009-08-24
* fix some problems with my last patch which happen when one ofChris Lattner2009-08-23
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* cerr isn't buffered so it doesn't need to be flushed.Dan Gohman2009-08-05
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-09
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-08
* improve compatibility with various versions of graphviz, patch byChris Lattner2009-01-20
* Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman2008-04-15
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* This is a patch to fix a compile error in STLExtras.h, andChris Lattner2007-05-03
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-26
* Remove a character to avoid line exceeding 80 cols.Reid Spencer2006-08-24
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-28
* For PR801:Reid Spencer2006-06-27