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