diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d499c39964..519980b1b35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2006-03-29 Sebastian Pop <pop@cri.ensmp.fr> + + * tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls. + * tree-data-ref.c (find_data_references_in_loop, + compute_data_dependences_for_loop): Use pointers to VEC. + (analyze_all_data_dependences): Adjust calls. + * tree-data-ref.h (find_data_references_in_loop, + compute_data_dependences_for_loop): Adjust declarations. + * tree-vect-analyze.c (vect_analyze_data_refs): Adjust call to + compute_data_dependences_for_loop. + 2006-03-29 Paul Brook <paul@codesourcery.com> * config/arm/vfp.md (movsf_vfp): Disparage w<->r alternatives. |