]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Apr 2025 00:25:09 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Apr 2025 00:25:09 +0000 (00:25 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 0a525cf8aa6de3dd879f8f996744c9c43eb52d3b..9857b3b6489cec54118b08223b78e3205e358b09 100644 (file)
@@ -1,3 +1,26 @@
+2025-04-29  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-04-24  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/119610
+       * config/aarch64/aarch64.cc (aarch64_allocate_and_probe_stack_space):
+       Add a bytes_below_sp parameter and use it to calculate the CFA
+       offsets.  Attach the first SVE CFA note to the move into the
+       associated temporary register.
+       (aarch64_allocate_and_probe_stack_space): Update calls accordingly.
+       Start out with bytes_per_sp set to the frame size and decrement
+       it after each allocation.
+
+2025-04-29  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2025-04-29  liuhongt  <hongtao.liu@intel.com>
+
+       * config/i386/x86-tune.def (X86_TUNE_DEST_FALSE_DEP_FOR_GLC):
+       Remove other processor except for GLC since this one is only
+       for GLC.
+
 2025-04-25  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index e69718003fe10c2f492fb72a1d6d7acc7d7b545f..2848e618ec86e92320aebd8f12264458f2144066 100644 (file)
@@ -1 +1 @@
-20250429
+20250430
index 8a5303c95da34803b28be751d025d25ae72f5140..14ba532dd8fdb4bebe55d4ccbfb415722935b2fd 100644 (file)
@@ -1,3 +1,12 @@
+2025-04-29  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-04-24  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/119610
+       * g++.dg/torture/pr119610.C: New test.
+       * g++.target/aarch64/sve/pr119610-sve.C: Likewise.
+
 2025-04-27  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master: