Commit 4e5821d3 by Uros Bizjak

ChangeLog: Fix whitespace.

	* ChangeLog: Fix whitespace.
	* testsuite/ChangeLog: Ditto.

From-SVN: r140829
parent 7f6caa85
...@@ -216,8 +216,8 @@ ...@@ -216,8 +216,8 @@
2008-09-29 Tobias Grosser <grosser@fim.uni-passau.de> 2008-09-29 Tobias Grosser <grosser@fim.uni-passau.de>
* graphite.c (dot_all_scops_1): Remove unused checks. SCoPs always have * graphite.c (dot_all_scops_1): Remove unused checks. SCoPs always
exit and entry. have exit and entry.
(new_scop): Take entry and exit edge to define new SCoP. (new_scop): Take entry and exit edge to define new SCoP.
(sd_region_p): New structure used during SCoP detection. (sd_region_p): New structure used during SCoP detection.
(move_scops): Delete. (move_scops): Delete.
...@@ -809,11 +809,12 @@ ...@@ -809,11 +809,12 @@
(xtensa_legitimize_address): Handle TLS symbols. (xtensa_legitimize_address): Handle TLS symbols.
(xtensa_tls_referenced_p_1): New. (xtensa_tls_referenced_p_1): New.
(xtensa_tls_referenced_p): New. (xtensa_tls_referenced_p): New.
(xtensa_output_addr_const_extra): Handle UNSPEC_TPOFF and UNSPEC_DTPOFF. (xtensa_output_addr_const_extra): Handle UNSPEC_TPOFF and
UNSPEC_DTPOFF.
(XTENSA_BUILTIN_THREAD_POINTER): New. (XTENSA_BUILTIN_THREAD_POINTER): New.
(XTENSA_BUILTIN_SET_THREAD_POINTER): New. (XTENSA_BUILTIN_SET_THREAD_POINTER): New.
(xtensa_init_builtins): Set NOTHROW and READONLY for umulsidi3 builtin. (xtensa_init_builtins): Set NOTHROW and READONLY for umulsidi3
Add declarations for __builtin_thread_pointer and builtin. Add declarations for __builtin_thread_pointer and
__builtin_set_thread_pointer. __builtin_set_thread_pointer.
(xtensa_fold_builtin): Recognize new builtins. (xtensa_fold_builtin): Recognize new builtins.
(xtensa_expand_builtin): Expand new builtins. (xtensa_expand_builtin): Expand new builtins.
...@@ -864,10 +865,11 @@ ...@@ -864,10 +865,11 @@
(get_reference_vars_info): ... this one, use cgraph uids. (get_reference_vars_info): ... this one, use cgraph uids.
(get_local_reference_vars_info, get_global_reference_vars_info): (get_local_reference_vars_info, get_global_reference_vars_info):
Use cgraph instead of decl. Use cgraph instead of decl.
(ipa_reference_get_read_local, ipa_reference_get_written_local): Remove. (ipa_reference_get_read_local, ipa_reference_get_written_local):
Remove.
(ipa_reference_get_read_global, ipa_reference_get_not_read_global (ipa_reference_get_read_global, ipa_reference_get_not_read_global
ipa_reference_get_written_global, ipa_reference_get_not_written_global): Use ipa_reference_get_written_global,
cgraph argument. ipa_reference_get_not_written_global): Use cgraph argument.
(check_call): Simplify avail check. (check_call): Simplify avail check.
(scan_stmt_for_static_refs): Update. (scan_stmt_for_static_refs): Update.
(propagate_bits): Update. (propagate_bits): Update.
...@@ -887,8 +889,8 @@ ...@@ -887,8 +889,8 @@
(ipa_reference_get_read_local, ipa_reference_get_written_local): (ipa_reference_get_read_local, ipa_reference_get_written_local):
Remove. Remove.
(ipa_reference_get_read_global, ipa_reference_get_written_global, (ipa_reference_get_read_global, ipa_reference_get_written_global,
ipa_reference_get_not_read_global, ipa_reference_get_not_written_global): ipa_reference_get_not_read_global,
Update prototype. ipa_reference_get_not_written_global): Update prototype.
* ipa-pure-const.c (funct_state_vec): Turn into VECtor. * ipa-pure-const.c (funct_state_vec): Turn into VECtor.
(init_state): Remove. (init_state): Remove.
(node_duplication_hook_holder, node_removal_hook_holder): New. (node_duplication_hook_holder, node_removal_hook_holder): New.
...@@ -897,14 +899,15 @@ ...@@ -897,14 +899,15 @@
(add_new_function): Likewise. (add_new_function): Likewise.
(duplicate_node_data, remove_node_data): New. (duplicate_node_data, remove_node_data): New.
(generate_summary): Register hooks; do not care about clones. (generate_summary): Register hooks; do not care about clones.
(propafate): Do not care about clones; recursive functions are not looping. (propafate): Do not care about clones; recursive functions are
not looping.
* ipa-utils.c (searchc, ipa_utils_reduced_inorder): Do not skip clones. * ipa-utils.c (searchc, ipa_utils_reduced_inorder): Do not skip clones.
* ipa-prop.c (edge_removal_hook_holder, node_removal_hook_holder, * ipa-prop.c (edge_removal_hook_holder, node_removal_hook_holder,
* edge_duplication_hook_holder, node_duplication_hook_holder): Make * edge_duplication_hook_holder, node_duplication_hook_holder): Make
static. static.
* tree-flow.h (function_ann_d): Remove reference_vars_info. * tree-flow.h (function_ann_d): Remove reference_vars_info.
* tree-ssa-opreands.c (add_call_clobber_ops, add_call_read_ops): Update call of * tree-ssa-opreands.c (add_call_clobber_ops, add_call_read_ops):
ipa-reference accesors. Update call of ipa-reference accesors.
2008-09-18 Simon Baldwin <simonb@google.com> 2008-09-18 Simon Baldwin <simonb@google.com>
...@@ -1628,12 +1631,12 @@ ...@@ -1628,12 +1631,12 @@
2008-09-10 Ira Rosen <irar@il.ibm.com> 2008-09-10 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/37385 PR tree-optimization/37385
* tree-vect-transform.c (vect_create_data_ref_ptr): Add a new argument, * tree-vect-transform.c (vect_create_data_ref_ptr): Add a new
and use it as a vector type if not NULL. argument, and use it as a vector type if not NULL.
(vectorizable_store): Call vect_create_data_ref_ptr with the type of (vectorizable_store): Call vect_create_data_ref_ptr with the type of
vectorized rhs. vectorized rhs.
(vect_setup_realignment): Call vect_create_data_ref_ptr with additional (vect_setup_realignment): Call vect_create_data_ref_ptr with
argument. additional argument.
(vectorizable_load): Likewise. (vectorizable_load): Likewise.
2008-09-10 Jakub Jelinek <jakub@redhat.com> 2008-09-10 Jakub Jelinek <jakub@redhat.com>
...@@ -1682,8 +1685,8 @@ ...@@ -1682,8 +1685,8 @@
(update_call_notes_after_inlining): Likewise. Push new indirect edge (update_call_notes_after_inlining): Likewise. Push new indirect edge
to *new_edges instead of new_edges. Reread IPA_EDGE_REF after to *new_edges instead of new_edges. Reread IPA_EDGE_REF after
ipa_check_create_edge_args. ipa_check_create_edge_args.
* ipa-inline.c (cgraph_decide_recursive_inlining): Change last argument * ipa-inline.c (cgraph_decide_recursive_inlining): Change last
to pointer to vector pointer. argument to pointer to vector pointer.
(cgraph_decide_inlining_of_small_function): Adjust (cgraph_decide_inlining_of_small_function): Adjust
cgraph_decide_recursive_inlining and ipa_propagate_indirect_call_infos cgraph_decide_recursive_inlining and ipa_propagate_indirect_call_infos
calls. calls.
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
2008-10-01 Andrew Pinski <andrew_pinski@playstation.sony.com> 2008-10-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
* gcc.target/powerpc/altivec_check.h (altivec_cell_check): New function. * gcc.target/powerpc/altivec_check.h (altivec_cell_check):
New function.
* gcc.target/powerpc/altivec-cell-6.c: New test. * gcc.target/powerpc/altivec-cell-6.c: New test.
* gcc.target/powerpc/altivec-cell-7.c: New test. * gcc.target/powerpc/altivec-cell-7.c: New test.
* gcc.target/powerpc/altivec-cell-8.c: New test. * gcc.target/powerpc/altivec-cell-8.c: New test.
...@@ -542,8 +543,8 @@ ...@@ -542,8 +543,8 @@
* g++.old-deja/g++.robertl/eb44.C: Ditto. * g++.old-deja/g++.robertl/eb44.C: Ditto.
* g++.old-deja/g++.robertl/eb4.C: Ditto. * g++.old-deja/g++.robertl/eb4.C: Ditto.
* g++.old-deja/g++.robertl/eb69.C: Ditto. * g++.old-deja/g++.robertl/eb69.C: Ditto.
* g++.dg/parse/constructor1.C: Remove "error" from dg-error, preserving * g++.dg/parse/constructor1.C: Remove "error" from dg-error,
column number. preserving column number.
* g++.dg/parse/error10.C: Ditto. * g++.dg/parse/error10.C: Ditto.
* g++.dg/parse/error13.C: Ditto. * g++.dg/parse/error13.C: Ditto.
* g++.dg/parse/error14.C: Ditto. * g++.dg/parse/error14.C: Ditto.
......
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