aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/GraphWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wcovered-switch-default warning.Patrik Hägglund2012-05-241-1/+0
* Silence unused function warning when graphviz is not available.Benjamin Kramer2012-03-081-5/+3
* Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick2012-03-071-39/+40
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Fix these error messages to be less confusing. These errorDan Gohman2010-10-291-9/+5
* After printing "Running 'Graphviz' program... " and running theDan Gohman2010-10-051-6/+10
* Delete an unused declaration.Dan Gohman2010-09-271-2/+0
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-271-0/+26
* reduce indentationChris Lattner2010-04-181-21/+21
* Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner2010-04-131-1/+2
* Fix viewCFG on Linux.Jeffrey Yasskin2010-02-231-1/+1
* Unbreak the build for HAVE_GV platforms.Dan Gohman2009-08-241-2/+2
* fix some problems with my last patch which happen when one ofChris Lattner2009-08-231-14/+11
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-2/+3
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-16/+47
* cerr isn't buffered so it doesn't need to be flushed.Dan Gohman2009-08-051-3/+3
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-091-6/+48
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-081-15/+30
* improve compatibility with various versions of graphviz, patch byChris Lattner2009-01-201-1/+1
* Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman2008-04-151-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* This is a patch to fix a compile error in STLExtras.h, andChris Lattner2007-05-031-0/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-4/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-8/+8
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-261-9/+9
* Remove a character to avoid line exceeding 80 cols.Reid Spencer2006-08-241-1/+1
* For PR797:Reid Spencer2006-08-211-8/+10
* For PR797:Reid Spencer2006-08-211-1/+3
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-281-8/+2
* For PR801:Reid Spencer2006-06-271-0/+89