Re: [patch] Rework RTL CFG graph dumping to dump DOT format

2012-12-03 Thread Richard Biener
On Sat, Dec 1, 2012 at 6:40 PM, Steven Bosscher wrote: > On Sat, Dec 1, 2012 at 2:23 PM, Steven Bosscher wrote: >> On Mon, Nov 26, 2012 at 4:46 PM, Richard Biener wrote: >>> Btw, I of course have my own CFG dumper (producing graphviz input) >>> in my local tree - attached for reference (I'm simply

Re: [patch] Rework RTL CFG graph dumping to dump DOT format

2012-12-01 Thread Steven Bosscher
On Sat, Dec 1, 2012 at 2:23 PM, Steven Bosscher wrote: > On Mon, Nov 26, 2012 at 4:46 PM, Richard Biener wrote: >> Btw, I of course have my own CFG dumper (producing graphviz input) >> in my local tree - attached for reference (I'm simply using it from >> gdb sessions). > > Here's my version of it.

Re: [patch] Rework RTL CFG graph dumping to dump DOT format

2012-12-01 Thread Steven Bosscher
On Mon, Nov 26, 2012 at 4:46 PM, Richard Biener wrote: > Btw, I of course have my own CFG dumper (producing graphviz input) > in my local tree - attached for reference (I'm simply using it from > gdb sessions). Here's my version of it. I still have to fix some minor fall-out of not flushing the pr

Re: [patch] Rework RTL CFG graph dumping to dump DOT format

2012-11-26 Thread Richard Biener
On Mon, Nov 26, 2012 at 4:53 PM, Steven Bosscher wrote: > On Mon, Nov 26, 2012 at 4:46 PM, Richard Biener wrote: >> On Fri, Nov 23, 2012 at 10:46 AM, Steven Bosscher wrote: >>> Hello, >>> >>> The graph.[ch] code to dump the CFG for viewing with VCG is quite >>> broken and hasn't been updated to fo

Re: [patch] Rework RTL CFG graph dumping to dump DOT format

2012-11-26 Thread Steven Bosscher
On Mon, Nov 26, 2012 at 4:46 PM, Richard Biener wrote: > On Fri, Nov 23, 2012 at 10:46 AM, Steven Bosscher wrote: >> Hello, >> >> The graph.[ch] code to dump the CFG for viewing with VCG is quite >> broken and hasn't been updated to follow the advances in the CFG >> infrastructure. >> >> The attach

Re: [patch] Rework RTL CFG graph dumping to dump DOT format

2012-11-26 Thread Richard Biener
On Fri, Nov 23, 2012 at 10:46 AM, Steven Bosscher wrote: > Hello, > > The graph.[ch] code to dump the CFG for viewing with VCG is quite > broken and hasn't been updated to follow the advances in the CFG > infrastructure. > > The attached patch is the first in a series of patches I have planned > t