Fix viewCFG on Linux.
[oota-llvm.git] / lib / Support / GraphWriter.cpp
2010-02-23 Jeffrey YasskinFix viewCFG on Linux.
2009-08-24 Dan GohmanUnbreak the build for HAVE_GV platforms.
2009-08-23 Chris Lattnerfix some problems with my last patch which happen when...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-05 Dan Gohmancerr isn't buffered so it doesn't need to be flushed.
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-01-20 Chris Lattnerimprove compatibility with various versions of graphviz...
2008-04-15 Dan GohmanUse gv's --spartan option, which trades away an extra...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-08-24 Reid SpencerRemove a character to avoid line exceeding 80 cols.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-07-28 Chris LattnerFinegrainify namespacification, minor cleanups
2006-06-27 Reid SpencerFor PR801: