summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index eacdaacadf6..cb4dc8bf7a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,20 @@
+2017-06-22 Richard Biener <rguenther@suse.de>
+
+ Backport from mainline
+ 2017-02-17 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/79552
+ * tree-ssa-structalias.c (visit_loadstore): Properly verify
+ default defs.
+
+ 2016-04-18 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/43434
+ * tree-ssa-structalias.c (struct vls_data): New.
+ (visit_loadstore): Handle all pointer-based accesses.
+ (compute_dependence_clique): Compute a bitmap of restrict tags
+ assigned bases and pass it to visit_loadstore.
+
2017-06-22 Jakub Jelinek <jakub@redhat.com>
Backported from mainline