aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-06-18 08:33:44 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-06-18 08:33:44 +0000
commit68f6df73324a1389bce336d55ae94aa58f519997 (patch)
treecea22e859af7a194868852aa25abe1653a1d9ea2 /gcc/ChangeLog
parent419d45db8e25741704b8ccd06699e4d4cfcfbc4e (diff)
downloadgcc-68f6df73324a1389bce336d55ae94aa58f519997.zip
gcc-68f6df73324a1389bce336d55ae94aa58f519997.tar.gz
gcc-68f6df73324a1389bce336d55ae94aa58f519997.tar.bz2
common.opt (fssa-phiopt): New option.
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. From-SVN: r211772
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.