r193061 - in /trunk/gcc: ChangeLog auto-inc-dec...

singhai@gcc.gnu.org singhai@gcc.gnu.org
Thu Nov 1 07:34:00 GMT 2012


Author: singhai
Date: Thu Nov  1 07:34:44 2012
New Revision: 193061

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193061
Log:
2012-11-01  Sharad Singhai  <singhai@google.com>

    * doc/invoke.texi: Update -fopt-info documentation.
    * dumpfile.c: Move dump_flags here from passes.c.
    Rename opt_info_options to optinfo_verbosity_options.
    Add optgroup_options.
    (dump_files): Add field for optinfo_flags in the static initializer.
    (dump_register): Handle additional parameter for optgroup_flags.
    (opt_info_enable_passes): Renamed opt_info_enable_all. Handle
    optgroup_flags. Fix documentation.
    (opt_info_switch_p_1): Handle optgroup options.
    (opt_info_switch_p): Handle optgroup_flags. Warn on multiple files.
    * dumpfile.h (dump_register): Additional argument for optgroup_flags.
    All callers updated.
    (struct dump_file_info): Add field for optgroup_flags.
    Define OPTGROUP_* flags.
    * tree-pass.h (struct opt_pass): Add addtional field for optinfo_flags.
    All opt_pass static initializers updated.
    * opts-global.c (dump_remap_tree_vectorizer_verbose): Use 'all'
    instead of 'optall'.
    (handle_common_deferred_options): Fix typo in error message.
    * passes.c (register_one_dump_file): Add argument for optgroup_flags.
    Turn on OPTGROUP_IPA for IPA passes.
    Move dump_flags from here to dumpfile.c.
    * statistics.c (statistics_early_init): Use OPTGROUP_NONE in call to
    dump_register.

testsuite/ChangeLog

    * testsuite/gcc.dg/plugin/selfassign.c: Add opgtroup_flags initializer.
    * testsuite/gcc.dg/plugin/one_time_plugin.c: Likewise.
    * testsuite/g++.dg/plugin/selfassign.c: Likewise.
    * testsuite/g++.dg/plugin/dumb_plugin.c: Likewise.



Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/auto-inc-dec.c
    trunk/gcc/bb-reorder.c
    trunk/gcc/bt-load.c
    trunk/gcc/cfgcleanup.c
    trunk/gcc/cfgexpand.c
    trunk/gcc/cfgrtl.c
    trunk/gcc/cgraphbuild.c
    trunk/gcc/combine-stack-adj.c
    trunk/gcc/combine.c
    trunk/gcc/compare-elim.c
    trunk/gcc/config/epiphany/mode-switch-use.c
    trunk/gcc/config/epiphany/resolve-sw-modes.c
    trunk/gcc/config/rl78/rl78.c
    trunk/gcc/cprop.c
    trunk/gcc/cse.c
    trunk/gcc/dce.c
    trunk/gcc/df-core.c
    trunk/gcc/doc/invoke.texi
    trunk/gcc/dse.c
    trunk/gcc/dumpfile.c
    trunk/gcc/dumpfile.h
    trunk/gcc/dwarf2cfi.c
    trunk/gcc/except.c
    trunk/gcc/final.c
    trunk/gcc/function.c
    trunk/gcc/fwprop.c
    trunk/gcc/gcse.c
    trunk/gcc/gimple-low.c
    trunk/gcc/gimple-ssa-strength-reduction.c
    trunk/gcc/ifcvt.c
    trunk/gcc/init-regs.c
    trunk/gcc/ipa-cp.c
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/ipa-inline.c
    trunk/gcc/ipa-pure-const.c
    trunk/gcc/ipa-reference.c
    trunk/gcc/ipa-split.c
    trunk/gcc/ipa.c
    trunk/gcc/ira.c
    trunk/gcc/jump.c
    trunk/gcc/loop-init.c
    trunk/gcc/lower-subreg.c
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/mode-switching.c
    trunk/gcc/modulo-sched.c
    trunk/gcc/omp-low.c
    trunk/gcc/opts-global.c
    trunk/gcc/passes.c
    trunk/gcc/postreload-gcse.c
    trunk/gcc/postreload.c
    trunk/gcc/predict.c
    trunk/gcc/recog.c
    trunk/gcc/ree.c
    trunk/gcc/reg-stack.c
    trunk/gcc/regcprop.c
    trunk/gcc/reginfo.c
    trunk/gcc/regmove.c
    trunk/gcc/regrename.c
    trunk/gcc/reorg.c
    trunk/gcc/sched-rgn.c
    trunk/gcc/stack-ptr-mod.c
    trunk/gcc/statistics.c
    trunk/gcc/store-motion.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    trunk/gcc/testsuite/g++.dg/plugin/selfassign.c
    trunk/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
    trunk/gcc/testsuite/gcc.dg/plugin/selfassign.c
    trunk/gcc/tracer.c
    trunk/gcc/trans-mem.c
    trunk/gcc/tree-call-cdce.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-cfgcleanup.c
    trunk/gcc/tree-complex.c
    trunk/gcc/tree-eh.c
    trunk/gcc/tree-emutls.c
    trunk/gcc/tree-if-conv.c
    trunk/gcc/tree-into-ssa.c
    trunk/gcc/tree-loop-distribution.c
    trunk/gcc/tree-mudflap.c
    trunk/gcc/tree-nomudflap.c
    trunk/gcc/tree-nrv.c
    trunk/gcc/tree-object-size.c
    trunk/gcc/tree-optimize.c
    trunk/gcc/tree-pass.h
    trunk/gcc/tree-profile.c
    trunk/gcc/tree-sra.c
    trunk/gcc/tree-ssa-ccp.c
    trunk/gcc/tree-ssa-copy.c
    trunk/gcc/tree-ssa-copyrename.c
    trunk/gcc/tree-ssa-dce.c
    trunk/gcc/tree-ssa-dom.c
    trunk/gcc/tree-ssa-dse.c
    trunk/gcc/tree-ssa-forwprop.c
    trunk/gcc/tree-ssa-ifcombine.c
    trunk/gcc/tree-ssa-loop-ch.c
    trunk/gcc/tree-ssa-loop.c
    trunk/gcc/tree-ssa-math-opts.c
    trunk/gcc/tree-ssa-phiopt.c
    trunk/gcc/tree-ssa-phiprop.c
    trunk/gcc/tree-ssa-pre.c
    trunk/gcc/tree-ssa-reassoc.c
    trunk/gcc/tree-ssa-sink.c
    trunk/gcc/tree-ssa-strlen.c
    trunk/gcc/tree-ssa-structalias.c
    trunk/gcc/tree-ssa-uncprop.c
    trunk/gcc/tree-ssa-uninit.c
    trunk/gcc/tree-ssa.c
    trunk/gcc/tree-ssanames.c
    trunk/gcc/tree-stdarg.c
    trunk/gcc/tree-switch-conversion.c
    trunk/gcc/tree-tailcall.c
    trunk/gcc/tree-vect-generic.c
    trunk/gcc/tree-vectorizer.c
    trunk/gcc/tree-vrp.c
    trunk/gcc/tree.c
    trunk/gcc/var-tracking.c
    trunk/gcc/web.c



More information about the Gcc-cvs mailing list