diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-30 00:25:09 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-30 00:25:09 +0000 |
commit | 6d1665b109d24b514b47abe0947ad083d8785d81 (patch) | |
tree | 8b8b17e7eadb45701c31d17e0bac8db3a05e750f | |
parent | 68a75e3c0dcdb883cc96b626b541da20ab4df2f2 (diff) | |
download | gcc-6d1665b109d24b514b47abe0947ad083d8785d81.zip gcc-6d1665b109d24b514b47abe0947ad083d8785d81.tar.gz gcc-6d1665b109d24b514b47abe0947ad083d8785d81.tar.bz2 |
Daily bump.
-rw-r--r-- | gcc/ChangeLog | 23 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 9 |
3 files changed, 33 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a525cf..9857b3b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e697180..2848e61 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250429 +20250430 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8a5303c..14ba532 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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: |