Daily bump.

This commit is contained in:
GCC Administrator 2024-07-14 00:24:37 +00:00
parent 89f9342980
commit 81972649bd
3 changed files with 36 additions and 1 deletions

View file

@ -1,3 +1,30 @@
2024-07-13 Lulu Cheng <chenglulu@loongson.cn>
Backported from master:
2024-07-12 Lulu Cheng <chenglulu@loongson.cn>
PR target/115752
* config/loongarch/loongarch.cc
(loongarch_hard_regno_mode_ok_uncached): Replace
UNITS_PER_FPVALUE with UNITS_PER_HWFPVALUE.
* config/loongarch/loongarch.h (UNITS_PER_FPVALUE): Delete.
2024-07-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Backported from master:
2024-07-12 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
* config/s390/vector.md (mov<mode>): Fix output template for
movv1qi.
2024-07-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Backported from master:
2024-07-12 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
* config/s390/s390.md (*icjump_64): Allow raw CC comparisons,
i.e., any constant integer between 0 and 15 for CC comparisons.
2024-07-12 YunQiang Su <yunqiang@isrc.iscas.ac.cn>
Backported from master:

View file

@ -1 +1 @@
20240713
20240714

View file

@ -1,3 +1,11 @@
2024-07-13 Lulu Cheng <chenglulu@loongson.cn>
Backported from master:
2024-07-12 Lulu Cheng <chenglulu@loongson.cn>
PR target/115752
* gcc.target/loongarch/pr115752.c: New test.
2024-07-12 YunQiang Su <yunqiang@isrc.iscas.ac.cn>
Backported from master: