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 98042bb..39fa9c2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-18 Richard Biener <rguenther@suse.de>
+
+ * common.opt (fssa-phiopt): New option.
+ * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
+ but not with -Og.
+ * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
+ * doc/invoke.texi (-fssa-phiopt): Document.
+
2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* genattrtab.c (n_bypassed): New variable.