Fix a problem where bad graphs could be generated
[oota-llvm.git] / include / llvm / Support / GraphWriter.h
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...