summaryrefslogtreecommitdiff
path: root/lib/Support/GraphWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick1-0/+11
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-05-24Fix -Wcovered-switch-default warning.Patrik Hägglund1-1/+0
2012-03-08Silence unused function warning when graphviz is not available.Benjamin Kramer1-5/+3
2012-03-07Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick1-39/+40
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-29Fix these error messages to be less confusing. These errorDan Gohman1-9/+5
2010-10-05After printing "Running 'Graphviz' program... " and running theDan Gohman1-6/+10
2010-09-27Delete an unused declaration.Dan Gohman1-2/+0
2010-09-27Add support for viewing graphviz graphs with xdot.py.Dan Gohman1-0/+26
2010-04-18reduce indentationChris Lattner1-21/+21
2010-04-13Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner1-1/+2
2010-02-23Fix viewCFG on Linux.Jeffrey Yasskin1-1/+1
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