aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1f6e5c2..945f525 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2013-05-13 Marc Glisse <marc.glisse@inria.fr>
+
+ * tree-vect-generic.c (uniform_vector_p): Move ...
+ * tree.c (uniform_vector_p): ... here.
+ * tree.h (uniform_vector_p): Declare it.
+ * fold-const.c (fold_binary_loc) <shift>: Turn the second argument
+ into a scalar.
+
2013-05-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/57230