Re: Dump only functions with name matching patterns

2011-06-14 Thread Xinliang David Li
Attached the patch. David On Tue, Jun 14, 2011 at 4:21 PM, Xinliang David Li wrote: > This is the second (hopefully the last in the series of dumper > changes) follow-up patch. > > It adds a control so that verbosity of the dump can be greatly reduced > (and hopefully simplify gcc developer's li

Re: Dump only functions with name matching patterns

2011-06-14 Thread Xinliang David Li
This is the second (hopefully the last in the series of dumper changes) follow-up patch. It adds a control so that verbosity of the dump can be greatly reduced (and hopefully simplify gcc developer's life a little). For instance: -fdump-tree-dce="foo[0-9]$" to dump IR (and debug trace) only for