r158720 - in /branches/pretty-ipa/gcc: ChangeLo...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Mon Apr 26 08:29:00 GMT 2010
Author: hubicka
Date: Mon Apr 26 08:29:41 2010
New Revision: 158720
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158720
Log:
* cgraph.c (cgraph_create_node): Set node frequency to normal.
(cgraph_clone_node): Copy function frequency.
* cgraph.h (node_frequency): New enum
(struct cgraph_node): Add.
* final.c (rest_of_clean_state): Update.
* lto-cgraph.c (lto_output_node): Output node frequency.
(input_overwrite_node): Input node frequency.
* tre-ssa-loop-ivopts (computation_cost): Update.
* lto-streamer-out.c (output_function): Do not output function frequency.
* predict.c (maybe_hot_frequency_p, cgraph_maybe_hot_edge_p,
probably_never_executed_bb_p, optimize_function_for_size_p,
compute_function_frequency, choose_function_section): Update.
* lto-streamer-in.c (input_function): Do not input function frequency.
* function.c (allocate_struct_function): Do not initialize function frequency.
* function.h (function_frequency): Remove.
(struct function): Remove function frequency.
* ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
(try_update): Update.
* tree-inline.c (initialize_cfun): Do not update function frequency.
* passes.c (pass_init_dump_file): Update.
* i386.c (ix86_compute_frame_layout): Update.
(ix86_pad_returns): Update.
Modified:
branches/pretty-ipa/gcc/ChangeLog.pretty-ipa
branches/pretty-ipa/gcc/cgraph.c
branches/pretty-ipa/gcc/cgraph.h
branches/pretty-ipa/gcc/config/i386/i386.c
branches/pretty-ipa/gcc/final.c
branches/pretty-ipa/gcc/function.c
branches/pretty-ipa/gcc/function.h
branches/pretty-ipa/gcc/ipa-profile.c
branches/pretty-ipa/gcc/ipa-pure-const.c
branches/pretty-ipa/gcc/lto-cgraph.c
branches/pretty-ipa/gcc/lto-streamer-in.c
branches/pretty-ipa/gcc/lto-streamer-out.c
branches/pretty-ipa/gcc/passes.c
branches/pretty-ipa/gcc/predict.c
branches/pretty-ipa/gcc/tree-inline.c
branches/pretty-ipa/gcc/tree-ssa-loop-ivopts.c
More information about the Gcc-cvs
mailing list