aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/GraphWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-08-24Unbreak the build for HAVE_GV platforms.Dan Gohman1-2/+2
2009-08-23fix some problems with my last patch which happen when one ofChris Lattner1-14/+11
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-2/+3
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner1-16/+47
2009-08-05cerr isn't buffered so it doesn't need to be flushed.Dan Gohman1-3/+3
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene1-6/+48
2009-07-08Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene1-15/+30
2009-01-20improve compatibility with various versions of graphviz, patch byChris Lattner1-1/+1
2008-04-15Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman1-0/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-05-03This is a patch to fix a compile error in STLExtras.h, andChris Lattner1-0/+1
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov1-4/+4
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-8/+8
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling1-9/+9
2006-08-24Remove a character to avoid line exceeding 80 cols.Reid Spencer1-1/+1
2006-08-21For PR797:Reid Spencer1-8/+10
2006-08-21For PR797:Reid Spencer1-1/+3
2006-07-28Finegrainify namespacification, minor cleanupsChris Lattner1-8/+2
2006-06-27For PR801:Reid Spencer1-0/+89