[llvm-commits] [llvm] r53875 - in /llvm/trunk: include/llvm/Support/DOTGraphTraits.h include/llvm/Support/GraphWriter.h lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

Chris Lattner clattner at apple.com
Mon Jul 21 14:35:12 PDT 2008


On Jul 21, 2008, at 2:06 PM, Dan Gohman wrote:

> Author: djg
> Date: Mon Jul 21 16:06:55 2008
> New Revision: 53875
>
> URL: http://llvm.org/viewvc/llvm-project?rev=53875&view=rev
> Log:
> Enhance the GraphWriter support for edge destinations, and teach the
> SelectionDAG graph writer to make use of them. Now, nodes with  
> multiple
> values are displayed as such, with incoming edges pointing to the
> specific value they use.

Whoa, totally awesome!

-Chris




More information about the llvm-commits mailing list