diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-21 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-21 00:16:32 +0000 |
commit | f658f1d7a22c09e1192fb2343f20263890106b82 (patch) | |
tree | 45c6b9ab0f7d1fef151f5a30373f442d1a5fb263 /gcc/ChangeLog | |
parent | ce2dbf943ac8ffefe048016ac3abfd3b6a4518d4 (diff) | |
download | gcc-f658f1d7a22c09e1192fb2343f20263890106b82.zip gcc-f658f1d7a22c09e1192fb2343f20263890106b82.tar.gz gcc-f658f1d7a22c09e1192fb2343f20263890106b82.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6faa1bd..0100f7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,32 @@ +2021-11-20 Jan Hubicka <hubicka@ucw.cz> + + PR ipa/103052 + * ipa-modref.c (ignore_nondeterminism_p): Allow looping pure/cont. + (merge_call_side_effects): Improve debug output. + +2021-11-20 Jan Hubicka <hubicka@ucw.cz> + + PR ipa/103052 + * ipa-pure-const.c (propagate_pure_const): Fix merging of loping flag. + +2021-11-20 Jeff Law <jeffreyalaw@gmail.com> + + PR tree-optimization/103226 + * config/bfin/bfin.md (doloop pattern, splitter and expander): Clobber + CC. + +2021-11-20 Andrew Pinski <apinski@marvell.com> + + PR tree-optimization/103220 + * match.pd ((type) X bitop CST): Don't check if CST + fits into the type if only the sign changes. + +2021-11-20 Alexandre Oliva <oliva@adacore.com> + + PR tree-optimization/102988 + * gimple-harden-conditionals.cc (detach_value): Copy SSA_NAME + without decl sharing. + 2021-11-19 Iain Sandoe <iain@sandoe.co.uk> * doc/invoke.texi: Remove whitespace after an @option. |