diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-20 15:30:47 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-20 15:30:47 +0000 |
commit | 9d12f71a54d11f490dca17c9d1f8a8fdf442dcb9 (patch) | |
tree | 276cb7e968a0de07ba7c9b1998755e366d92486b /gcc | |
parent | 818412ba527596fe9d4392cc506b33bafb2e62b6 (diff) | |
download | gcc-9d12f71a54d11f490dca17c9d1f8a8fdf442dcb9.zip gcc-9d12f71a54d11f490dca17c9d1f8a8fdf442dcb9.tar.gz gcc-9d12f71a54d11f490dca17c9d1f8a8fdf442dcb9.tar.bz2 |
Fix long line and tidy up
From-SVN: r172773
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 45 |
1 files changed, 4 insertions, 41 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59c5c25..7a459c7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -39,43 +39,6 @@ 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org> - * doc/md.texi, optabs.h, genopinit.c, internal-fn.def - internal-fn.c, tree.h, tree.c, tree-vectorizer.h, - tree-vect-data-refs.c, tree-vect-stmts.c, tree-vect-slp.c: Revert - last patch. - -2011-04-20 Richard Sandiford <richard.sandiford@linaro.org> - - * doc/md.texi (vec_load_lanes, vec_store_lanes): Document. - * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New - convert_optab_index values. - (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs. - * genopinit.c (optabs): Initialize the new optabs. - * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions. - * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES) - (expand_STORE_LANES): New functions. - * tree.h (build_array_type_nelts): Declare. - * tree.c (build_array_type_nelts): New function. - * tree-vectorizer.h (vect_model_store_cost): Add a bool argument. - (vect_model_load_cost): Likewise. - (vect_store_lanes_supported, vect_load_lanes_supported) - (vect_record_strided_load_vectors): Declare. - * tree-vect-data-refs.c (vect_lanes_optab_supported_p) - (vect_store_lanes_supported, vect_load_lanes_supported): New functions. - (vect_transform_strided_load): Split out statement recording into... - (vect_record_strided_load_vectors): ...this new function. - * tree-vect-stmts.c (create_vector_array, read_vector_array) - (write_vector_array, create_array_ref): New functions. - (vect_model_store_cost): Add store_lanes_p argument. - (vect_model_load_cost): Add load_lanes_p argument. - (vectorizable_store): Try to use store-lanes functions for - interleaved stores. - (vectorizable_load): Likewise load-lanes and loads. - * tree-vect-slp.c (vect_get_and_check_slp_defs) - (vect_build_slp_tree): - -2011-04-20 Richard Sandiford <richard.sandiford@linaro.org> - * tree-vect-stmts.c (vectorizable_store): Only chain one related statement per copy. @@ -146,8 +109,8 @@ 2011-04-19 Jan Hubicka <jh@suse.cz> * ipa-inline-transform.c (save_inline_function_body): Add comments. - * ipa-inline.c (inline_small_functions): Compute summaries first, populate - heap later. + * ipa-inline.c (inline_small_functions): Compute summaries first, + populate heap later. 2011-04-19 Jan Hubicka <jh@suse.cz> @@ -201,8 +164,8 @@ 2011-04-19 Xinliang David Li <davidxl@google.com> - * ipa-cp.c (ipcp_update_profiling): asserting - scale_completement is not negative. + * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is + not negative. 2011-04-19 Jakub Jelinek <jakub@redhat.com> |