Fix a memory correctness error noticed by valgrind (harmless in practice).
[oota-llvm.git] / include / llvm / Support / GraphWriter.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-19 Ted KremenekPreviously GraphWriter assumed operator*() for node_ite...
2007-08-30 Ted KremenekAdded Graphviz escaping for the '|' character.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-06-27 Reid SpencerFor PR801:
2005-10-01 Chris LattnerAnnotate nodes with their addresses if a graph requests it.
2005-09-30 Jim LaskeyReverting change moving to selection dag graph.
2005-09-30 Jim LaskeyAdd the node name (thus the address) to node label.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2005-01-10 Chris LattnerAdd a helper method
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-02-05 Chris LattnerAllow the addition of edge source labels
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
2002-10-16 Chris LattnerAllow simple nodes to have outgoing edges
2002-10-16 Chris Lattner * Factor printing code again, add emitSimpleNode...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-16 Chris Lattner * Significantly refactor GraphWriter into a class.
2002-10-16 Chris Lattner - Generic graph printing infrastructure changes:
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...