aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/GraphWriter.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-05-24Fix -Wcovered-switch-default warning.Patrik Hägglund
2012-03-08Silence unused function warning when graphviz is not available.Benjamin Kramer
2012-03-07Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-29Fix these error messages to be less confusing. These errorDan Gohman
2010-10-05After printing "Running 'Graphviz' program... " and running theDan Gohman
2010-09-27Delete an unused declaration.Dan Gohman
2010-09-27Add support for viewing graphviz graphs with xdot.py.Dan Gohman
2010-04-18reduce indentationChris Lattner
2010-04-13Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner
2010-02-23Fix viewCFG on Linux.Jeffrey Yasskin
2009-08-24Unbreak the build for HAVE_GV platforms.Dan Gohman
2009-08-23fix some problems with my last patch which happen when one ofChris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner
2009-08-05cerr isn't buffered so it doesn't need to be flushed.Dan Gohman
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-08Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene
2009-01-20improve compatibility with various versions of graphviz, patch byChris Lattner
2008-04-15Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-03This is a patch to fix a compile error in STLExtras.h, andChris Lattner
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling
2006-08-24Remove a character to avoid line exceeding 80 cols.Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-07-28Finegrainify namespacification, minor cleanupsChris Lattner
2006-06-27For PR801:Reid Spencer