Commit a9bcb3f0 by Eric Botcazou

Fix long lines

From-SVN: r173546
parent 1a8058a5
...@@ -4,11 +4,12 @@ ...@@ -4,11 +4,12 @@
2011-05-07 Jan Hubicka <jh@suse.cz> 2011-05-07 Jan Hubicka <jh@suse.cz>
* ipa-inline-transform.c (inline_call): Account when program size decreases. * ipa-inline-transform.c (inline_call): Account when program size
decreases.
* ipa-inline.c (relative_time_benefit): New function. * ipa-inline.c (relative_time_benefit): New function.
(edge_badness): Reorganize to be power 2 based; fix (edge_badness): Reorganize to be power 2 based; fix thinko when
thinko when computing badness for negative growth; update computing badness for negative growth; update comments to match
comments to match reality; better dumps. reality; better dumps.
2011-05-07 Eric Botcazou <ebotcazou@adacore.com> 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
...@@ -29,9 +30,11 @@ ...@@ -29,9 +30,11 @@
2011-05-06 Jan Hubicka <jh@suse.cz> 2011-05-06 Jan Hubicka <jh@suse.cz>
* i386.h (ix86_tune_indices): Add X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL. * i386.h (ix86_tune_indices): Add
X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
(TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macor. (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macor.
* i386.c (initial_ix86_tune_features): Add X86_SOFTARE_PREFETCHING_BENEFICIAL. * i386.c (initial_ix86_tune_features): Add
X86_SOFTARE_PREFETCHING_BENEFICIAL.
(software_prefetching_beneficial_p): Remove predicate. (software_prefetching_beneficial_p): Remove predicate.
(ix86_option_override_internal): Use new macro. (ix86_option_override_internal): Use new macro.
...@@ -46,7 +49,8 @@ ...@@ -46,7 +49,8 @@
to be right and add it into the corresponding same comdat group list. to be right and add it into the corresponding same comdat group list.
(dump_cgraph_node): Dump thunks. (dump_cgraph_node): Dump thunks.
* cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function, * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
cgraph_function_with_gimple_body_p, cgraph_first_function_with_gimple_body, cgraph_function_with_gimple_body_p,
cgraph_first_function_with_gimple_body,
cgraph_next_function_with_gimple_body): New functions. cgraph_next_function_with_gimple_body): New functions.
(FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION): (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
New macros. New macros.
...@@ -70,8 +74,10 @@ ...@@ -70,8 +74,10 @@
* ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks. * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
(inline_analyze_function): Do not care about thunk jump functions. (inline_analyze_function): Do not care about thunk jump functions.
(inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION. (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
* ipa-prop.c (ipa_prop_write_jump_functions): Use cgraph_function_with_gimple_body_p. * ipa-prop.c (ipa_prop_write_jump_functions): Use
* passes.c (do_per_function_toporder): Use cgraph_function_with_gimple_body_p. cgraph_function_with_gimple_body_p.
* passes.c (do_per_function_toporder): Use
cgraph_function_with_gimple_body_p.
(execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY. (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
(ipa_write_summaries): Use cgraph_function_with_gimple_body_p. (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
(function_called_by_processed_nodes_p): Likewise. (function_called_by_processed_nodes_p): Likewise.
......
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
2011-05-07 Jan Hubicka <jh@suse.cz> 2011-05-07 Jan Hubicka <jh@suse.cz>
* lto.c (lto_materialize_function): Use cgraph_function_with_gimple_body_p. * lto.c (lto_materialize_function): Use
(add_cgraph_node_to_partition): Do not re-add items to partition; handle thunks. cgraph_function_with_gimple_body_p.
(add_cgraph_node_to_partition): Do not re-add items to partition;
handle thunks.
(add_varpool_node_to_partition): Do not re-add items to partition. (add_varpool_node_to_partition): Do not re-add items to partition.
2011-05-03 Jan Hubicka <jh@suse.cz> 2011-05-03 Jan Hubicka <jh@suse.cz>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment