aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/GraphWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+24
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-120/+137
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+1
* Remove several unused variables.Rafael Espindola2013-10-011-0/+3
* Find xdot or xdot.py.Matt Arsenault2013-07-081-3/+3
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola2013-06-141-5/+2
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-141-10/+9
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-2/+3
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-131-3/+3
* Update code for other graph viewing programs too.Rafael Espindola2013-06-131-3/+3
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-131-22/+40
* Remove the program class.Rafael Espindola2013-06-121-2/+2
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-0/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* 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