summaryrefslogtreecommitdiff
path: root/lib/Support/GraphWriter.cpp
Commit message (Expand)AuthorAge
* 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