aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 42e89c7dc22..23100e06003 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2016-02-10 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/69726
+ * passes.def: Add DCE pass before late uninit.
+ * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
+ really fixup if-conversions job.
+
2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
* config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.