diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 664fd03..88ec752 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2012-08-22 Jakub Jelinek <jakub@redhat.com> + + * tree-vrp.c (find_assert_locations): Skip also edges + from the entry block. + + * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Call + free_stmt_vec_info on orig_cond after gsi_removing it. + * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Always + free body_cost_vec vector. + (vect_analyze_data_refs): If gather is unsuccessful, + free_data_ref (dr). + * tree-inline.c (tree_function_versioning): Free + old_transforms_to_apply vector. + 2012-08-22 Steven Bosscher <steven@gcc.gnu.org> * tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents |