aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-04-23 00:16:24 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-04-23 00:16:24 +0000
commitab54f6007c79711fc2192098d4ccc3c24e95f3e6 (patch)
treec44ffc7d1293963f12c43e454e434ec25dbce974 /gcc/ChangeLog
parent7c21556daf385fe9ece37319f574776dd7d8ab1c (diff)
downloadgcc-ab54f6007c79711fc2192098d4ccc3c24e95f3e6.zip
gcc-ab54f6007c79711fc2192098d4ccc3c24e95f3e6.tar.gz
gcc-ab54f6007c79711fc2192098d4ccc3c24e95f3e6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1ecfbb5..d2470b93 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,22 @@
+2022-04-22 Segher Boessenkool <segher@kernel.crashing.org>
+
+ PR target/105334
+ * config/rs6000/rs6000.md (pack<mode> for FMOVE128): New expander.
+ (pack<mode> for FMOVE128): Rename and split the insn_and_split to...
+ (pack<mode>_hard for FMOVE128): ... this...
+ (pack<mode>_soft for FMOVE128): ... and this.
+
+2022-04-22 Paul A. Clarke <pc@us.ibm.com>
+
+ * doc/extend.texi: Correct "This" to "These".
+
+2022-04-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/105333
+ * rtlanal.cc (replace_rtx): Use simplify_subreg or
+ simplify_unary_operation if CONST_SCALAR_INT_P rather than just
+ CONST_INT_P.
+
2022-04-21 Segher Boessenkool <segher@kernel.crashing.org>
PR target/103197