summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-25 00:19:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-25 00:19:20 +0000
commited843f13146a0c753f33299ec37605cc5ec463d8 (patch)
tree2586d14fd35dac9ca36afe8363170cdd0f5e40f3 /gcc/ChangeLog
parent79ae75cc252154cf4ad75d28c3c909ff90f0cc76 (diff)
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6fb72a0d33f..eab10802422 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,32 @@
+2022-05-24 Qing Zhao <qing.zhao@oracle.com>
+
+ Backported from master:
+ 2022-05-09 Qing Zhao <qing.zhao@oracle.com>
+
+ PR target/101891
+ * config/i386/i386.cc (zero_call_used_regno_mode): use V2SImode
+ as a generic MMX mode instead of V4HImode.
+ (zero_all_mm_registers): Use SET to zero instead of MOV for
+ zeroing scratch registers.
+ (ix86_zero_call_used_regs): Likewise.
+
+2022-05-24 Bruno Haible <bruno@clisp.org>
+
+ Backported from master:
+ 2022-05-24 Bruno Haible <bruno@clisp.org>
+
+ PR other/105527
+ * doc/install.texi (Configuration): Add more details about --with-zstd.
+ Document --with-zstd-include and --with-zstd-lib
+
+2022-05-24 Martin Liska <mliska@suse.cz>
+
+ Backported from master:
+ 2022-05-11 Martin Liska <mliska@suse.cz>
+
+ PR other/105527
+ * doc/install.texi: Document the configure option --with-zstd.
+
2022-05-20 Peter Bergner <bergner@linux.ibm.com>
Backported from master: