X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=b5c240789f7f5d36b9b8cd89a01ff957f09c9b02;hb=b123eaab661e58a140bfc33dde9c12e2ab91f82b;hp=b431193ea7220b72af2ac4dc5729666b57c28391;hpb=d3ab9b67ea650c4b3711fb8e6c2ebe16c8d12ebf;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b431193ea72..b5c240789f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,19 @@ 2010-01-09 Alexandre Oliva + PR debug/42604 + PR debug/42395 + * tree-vect-loop-manip.c (adjust_info): New type. + (adjust_vec): New pointer to vector. + (adjust_debug_stmts_now, adjust_vec_debug_stmts): New. + (adjust_debug_stmts, adjust_phi_and_debug_stmts): New. + (slpeel_update_phis_for_duplicate_loop): Use them. + (slpeel_update_phi_nodes_for_guard1): Likewise. + (slpeel_update_phi_nodes_for_guard2): Likewise. + (slpeel_tree_peel_loop_to_edge): Likewise. + (vect_update_ivs_after_vectorizer): Likewise. + +2010-01-09 Alexandre Oliva + * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren. (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.