Be a bit more efficient when processing the active and inactive
[oota-llvm.git] / include / Support / GraphWriter.h
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...