aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2011-06-14 07:47:01 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-06-14 07:47:01 +0000
commit10c63ba47c8eb20ba6237239d89c7a5ed7e2294b (patch)
tree972dd92654225f64bb92eb41c5e224411eb144bc /gcc
parent456e13231b8c04b48ca50ff784963486dfb2714d (diff)
downloadgcc-10c63ba47c8eb20ba6237239d89c7a5ed7e2294b.zip
gcc-10c63ba47c8eb20ba6237239d89c7a5ed7e2294b.tar.gz
gcc-10c63ba47c8eb20ba6237239d89c7a5ed7e2294b.tar.bz2
Fix long lines
From-SVN: r175011
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog20
1 files changed, 11 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4059d4e..e7d876f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -34,9 +34,9 @@
(clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
(inline_call): Update use of can_remove_node_now_p.
-2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
+2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
- * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
+ * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
condition to disallow non-identical memory locations.
(*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
preference to bit manipulation instructions.
@@ -48,11 +48,12 @@
(nonremovable_p): New function.
(cgraph_can_remove_if_no_direct_calls_p): New function.
(used_from_object_file_p): New functoin.
- (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for references
- from aliases.
+ (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
+ references from aliases.
* cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
* ipa-inline.c (check_caller_edge): New function.
- (want_inline_function_called_once_p): Use it; accept aliases called once, too.
+ (want_inline_function_called_once_p): Use it; accept aliases called
+ once, too.
* ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
@@ -103,7 +104,8 @@
2011-06-11 Jan Hubicka <jh@suse.cz>
- * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying args.
+ * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying
+ args.
(ipa_update_after_lto_read): Likewise.
(ipa_write_node_info): Do not sream call_with_var_arguments.
(ipa_read_node_info): Likewise.
@@ -147,8 +149,8 @@
(cgraph_function_or_thunk_node): Likewise.
* ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
(inline_call): Remove dead aliases.
- * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler name
- hack for same body aliases.
+ * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
+ name hack for same body aliases.
(clone_of_p): Look through aliases.
(verify_cgraph_node): Verify aliases.
(cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
@@ -1099,7 +1101,7 @@
* config/ia64/unwind-ia64.c: Likewise.
* config/xtensa/unwind-dw2-xtensa.c: Likewise.
-2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
+2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
* varpool.c (varpool_extra_name_alias): Return NULL, not false.