Re: undocumented optimization options

2007-11-20 Thread Richard Guenther
On Nov 20, 2007 12:32 PM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > Mark Mitchell <[EMAIL PROTECTED]> wrote on 12/11/2007 18:25:03: > > > > Richard Guenther wrote: > > > > > For options that are not enabled by default at any -O level the > > documentation > > > should be a help for the user to de

Re: undocumented optimization options

2007-11-20 Thread Razya Ladelsky
Mark Mitchell <[EMAIL PROTECTED]> wrote on 12/11/2007 18:25:03: > Richard Guenther wrote: > > > For options that are not enabled by default at any -O level the > documentation > > should be a help for the user to decide whether to enable or not enable it. > > So, yes, if there are non-standard

Re: undocumented optimization options

2007-11-15 Thread Razya Ladelsky
Ian Lance Taylor <[EMAIL PROTECTED]> wrote on 13/11/2007 20:11:35: > Razya Ladelsky <[EMAIL PROTECTED]> writes: > > > This patch adds documentation for fipa-cp and -fipa-matrix-reorg. > > > > 2007-11-12 Razya Ladelsky <[EMAIL PROTECTED]> > > > > * doc/invoke.texi (fipa-cp, fipa-matrix-reor

Re: undocumented optimization options

2007-11-13 Thread Ian Lance Taylor
Razya Ladelsky <[EMAIL PROTECTED]> writes: > This patch adds documentation for fipa-cp and -fipa-matrix-reorg. > > 2007-11-12 Razya Ladelsky <[EMAIL PROTECTED]> > > * doc/invoke.texi (fipa-cp, fipa-matrix-reorg): Add documentation. > > Ok to commit? This is OK. Thanks. Ian

Re: undocumented optimization options

2007-11-12 Thread Mark Mitchell
Richard Guenther wrote: > For options that are not enabled by default at any -O level the documentation > should be a help for the user to decide whether to enable or not enable it. > So, yes, if there are non-standard terms used or if there are not obvious > side-effects (like performing function

Re: undocumented optimization options

2007-11-12 Thread Richard Guenther
On Nov 12, 2007 3:27 PM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > "Richard Guenther" <[EMAIL PROTECTED]> wrote on 12/11/2007 > 12:28:05: > > > > On Nov 12, 2007 10:06 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > > > Kenneth Zadeck <[EMAIL PROTECTED]> wrote on 07/11/2007 > 19:49:29: > > > > >

Re: undocumented optimization options

2007-11-12 Thread Razya Ladelsky
"Richard Guenther" <[EMAIL PROTECTED]> wrote on 12/11/2007 12:28:05: > On Nov 12, 2007 10:06 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > > Kenneth Zadeck <[EMAIL PROTECTED]> wrote on 07/11/2007 19:49:29: > > > > > Razya Ladelsky wrote: > > > > Mark Mitchell <[EMAIL PROTECTED]> wrote on 05/11

Re: undocumented optimization options

2007-11-12 Thread Richard Guenther
On Nov 12, 2007 10:06 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > Kenneth Zadeck <[EMAIL PROTECTED]> wrote on 07/11/2007 19:49:29: > > > Razya Ladelsky wrote: > > > Mark Mitchell <[EMAIL PROTECTED]> wrote on 05/11/2007 01:51:33: > > > > > > > > >> Gerald Pfeifer wrote: > > >> > > >>> On Thu, 1

Re: undocumented optimization options

2007-11-12 Thread Razya Ladelsky
Kenneth Zadeck <[EMAIL PROTECTED]> wrote on 07/11/2007 19:49:29: > Razya Ladelsky wrote: > > Mark Mitchell <[EMAIL PROTECTED]> wrote on 05/11/2007 01:51:33: > > > > > >> Gerald Pfeifer wrote: > >> > >>> On Thu, 1 Nov 2007, Janis Johnson wrote: > >>> > -fipa-cp steven >

Re: undocumented optimization options

2007-11-07 Thread Kenneth Zadeck
Razya Ladelsky wrote: > Mark Mitchell <[EMAIL PROTECTED]> wrote on 05/11/2007 01:51:33: > > >> Gerald Pfeifer wrote: >> >>> On Thu, 1 Nov 2007, Janis Johnson wrote: >>> -fipa-cp steven -fipa-matrix-reorg razya -fipa-pure-const zadeck (ena

Re: undocumented optimization options

2007-11-07 Thread Razya Ladelsky
Mark Mitchell <[EMAIL PROTECTED]> wrote on 05/11/2007 01:51:33: > Gerald Pfeifer wrote: > > On Thu, 1 Nov 2007, Janis Johnson wrote: > >> -fipa-cp steven > >> -fipa-matrix-reorg razya > >> -fipa-pure-const zadeck (enabled with -O) > >> -fipa-referencezadeck

Re: undocumented optimization options

2007-11-04 Thread Mark Mitchell
Gerald Pfeifer wrote: > On Thu, 1 Nov 2007, Janis Johnson wrote: >> -fipa-cp steven >> -fipa-matrix-reorg razya >> -fipa-pure-const zadeck (enabled with -O) >> -fipa-referencezadeck (enabled with -O) >> -fipa-type-escape zadeck >> -fvar-tracking-un

Re: undocumented optimization options

2007-11-03 Thread Steven Bosscher
On 11/1/07, Janis Johnson <[EMAIL PROTECTED]> wrote: > Several options reported by --help=optimize are not documented in the > GCC Manual (via invoke.texi) but are still reported with > --help=optimize,^undocumented. Here are the options along with the > people who checked in the entries to common

Re: undocumented optimization options

2007-11-03 Thread Gerald Pfeifer
On Thu, 1 Nov 2007, Janis Johnson wrote: > -fipa-cp steven > -fipa-matrix-reorg razya > -fipa-pure-const zadeck (enabled with -O) > -fipa-referencezadeck (enabled with -O) > -fipa-type-escape zadeck > -fvar-tracking-uninit ctice > > Is there a po

undocumented optimization options

2007-11-01 Thread Janis Johnson
Several options reported by --help=optimize are not documented in the GCC Manual (via invoke.texi) but are still reported with --help=optimize,^undocumented. Here are the options along with the people who checked in the entries to common.opt: -fipa-cp steven -fipa-matrix-reorg