From: Eric Botcazou Date: Wed, 20 Apr 2011 15:30:47 +0000 (+0000) Subject: Fix long line and tidy up X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d12f71a54d11f490dca17c9d1f8a8fdf442dcb9;p=gcc.git Fix long line and tidy up From-SVN: r172773 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59c5c2516e5..7a459c7d7bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -37,43 +37,6 @@ objects and types here. Adjust for their offset before comparing. -2011-04-20 Richard Sandiford - - * 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 - - * 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 * tree-vect-stmts.c (vectorizable_store): Only chain one related @@ -146,8 +109,8 @@ 2011-04-19 Jan Hubicka * 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 @@ -201,8 +164,8 @@ 2011-04-19 Xinliang David Li - * 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