Allow simple nodes to have outgoing edges
[oota-llvm.git] / include / Support / GraphWriter.h
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...