]> gcc.gnu.org Git - gcc.git/commit - gcc/common.opt
invoke.texi (-fipa-profile): Document.
authorJan Hubicka <jh@suse.cz>
Tue, 27 Apr 2010 14:56:33 +0000 (16:56 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 27 Apr 2010 14:56:33 +0000 (14:56 +0000)
commite65bb9be499d2cea82fdfad49d7cf901167f9562
treeba01f849174d822c82ea0fcae6a53e429d1ab377
parent38e3d8681f2e6773b44afc6beee57630e9b20b8e
invoke.texi (-fipa-profile): Document.

* doc/invoke.texi (-fipa-profile): Document.
* opts.c (decode_options): Enable ipa-profile at -O1.
* timevar.def (TV_IPA_PROFILE): Define.
* common.opt (fipa-profile): Add.
* cgraph.c (cgraph_clone_node): Set local flag and clear vtable method flag
for clones.
(cgraph_propagate_frequency): Handle only local ones.
* tree-pass.h (pass_ipa_profile): Declare.
* ipa-profile.c (gate_profile): Use flag_ipa_profile.
(pass_ipa_profile): Use TV_IPA_PROFILE.
* ipa.c (ipa_profile): New function.
(gate_ipa_profile): Likewise.
(pass_ipa_profile): New global variable.
* passes.c (pass_ipa_profile): New.

From-SVN: r158788
gcc/ChangeLog
gcc/cgraph.c
gcc/common.opt
gcc/doc/invoke.texi
gcc/ipa.c
gcc/opts.c
gcc/passes.c
gcc/timevar.def
gcc/tree-pass.h
This page took 0.064512 seconds and 5 git commands to generate.