aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2010-05-14 06:23:16 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-05-14 06:23:16 +0000
commitc46a5e284eeb2cfdfe882c1ad1e16ffd73eb4173 (patch)
tree1dc97ea26927b28f4cc8a40ac19d2d0c3fed2b37 /gcc
parenta940d033a1e883ca4e20f4a66b07e0b8cccf11f5 (diff)
downloadgcc-c46a5e284eeb2cfdfe882c1ad1e16ffd73eb4173.zip
gcc-c46a5e284eeb2cfdfe882c1ad1e16ffd73eb4173.tar.gz
gcc-c46a5e284eeb2cfdfe882c1ad1e16ffd73eb4173.tar.bz2
Fix long lines
From-SVN: r159386
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 86e0efd..3313434 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -94,14 +94,16 @@
2010-05-12 Jan Hubicka <jh@suse.cz>
- * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.
+ * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
+ flag.
* cgraph.h (cgraph_only_called_directly_p,
cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
(cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
* cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
(assemble
* ipa.c (cgraph_remove_unreachable_nodes): Use
- cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken flags.
+ cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
+ flags.
* tree-inline.c (copy_bb): Check address_taken flag.
* tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
externally_visible flag.
@@ -296,7 +298,8 @@
2010-05-11 Jan Hubicka <jh@suse.cz>
PR tree-optimize/44063
- * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of queue.
+ * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
+ queue.
(cgraph_decide_inlining_of_small_function): Skip check when disrgarding
limits.
(estimate_function_body_sizes): Compute sizes even when disregarding.
@@ -374,12 +377,13 @@
2010-05-10 Jan Hubicka <jh@suse.cz>
- * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally commited change.
+ * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
+ commited change.
2010-05-10 Jan Hubicka <jh@suse.cz>
- * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries): Allocate
- encoders.
+ * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
+ Allocate encoders.
* lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
* lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
(lto_streamer_cache_create): Init alloc pool.
@@ -4080,9 +4084,9 @@
2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
- * config/s390/s390.c (override_options): Adjust the z10
- defaults for max-unroll-times, max-completely-peeled-insns
- and max-completely-peel-times.
+ * config/s390/s390.c (override_options): Adjust the z10 defaults
+ for max-unroll-times, max-completely-peeled-insns
+ and max-completely-peel-times.
2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>