summaryrefslogtreecommitdiff
path: root/lib/Support/GraphWriter.cpp
Commit message (Expand)AuthorAge
* Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman2008-04-15
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* This is a patch to fix a compile error in STLExtras.h, andChris Lattner2007-05-03
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-26
* Remove a character to avoid line exceeding 80 cols.Reid Spencer2006-08-24
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-28
* For PR801:Reid Spencer2006-06-27