This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 59554a50be8 RISC-V: Use vmv1r.v instead of vmv.v.v for fma output reloa [...]
new 74e8cc28eda i386: Fix and improve insn constraint for V2QI arithmetic/s [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/i386/mmx.md | 33 +++++++++++++++++++++++----------
1 file changed, 23 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b575f37a342 ARM: Fix conditional execution [PR113915]
new 9ae83078fe4 RISC-V: Adjust vec unit-stride load/store costs.
new 59554a50be8 RISC-V: Use vmv1r.v instead of vmv.v.v for fma output reloa [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/riscv/riscv-vector-costs.cc | 86 ++++++++++++++++---
gcc/config/riscv/riscv-vector-costs.h | 10 +++
gcc/config/riscv/vector.md | 96 +++++++++++-----------
.../gcc.dg/vect/costmodel/riscv/rvv/vse-slp-1.c | 51 ++++++++++++
.../gcc.dg/vect/costmodel/riscv/rvv/vse-slp-2.c | 51 ++++++++++++
.../gcc.target/riscv/rvv/autovec/pr114200.c | 18 ++++
.../gcc.target/riscv/rvv/autovec/pr114202.c | 20 +++++
7 files changed, 274 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/vse-slp-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/vse-slp-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr114200.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr114202.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 49c3f24552e Revert "Set num_threads to 50 on 32-bit hppa in two libgomp [...]
new b575f37a342 ARM: Fix conditional execution [PR113915]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/arm/arm.cc | 5 +++--
gcc/config/arm/arm.md | 6 ++++++
gcc/testsuite/gcc.target/arm/builtin-bswap-1.c | 15 ++++++---------
3 files changed, 15 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 10cbfcd60f9 [PR target/113001] Fix incorrect operand swapping in condit [...]
new 49c3f24552e Revert "Set num_threads to 50 on 32-bit hppa in two libgomp [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libgomp/testsuite/libgomp.c++/loop-3.C | 8 +-------
libgomp/testsuite/libgomp.c/omp-loop03.c | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dc6c3bfb59b c++: ICE with noexcept and local specialization [PR114114]
new 93e1d4d24ed Fortran: error recovery while simplifying expressions [PR10 [...]
new 10cbfcd60f9 [PR target/113001] Fix incorrect operand swapping in condit [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/riscv/riscv.cc | 2 -
gcc/fortran/arith.cc | 134 +++++++++++++++------
.../riscv/{zicond-ice-2.c => zicond-ice-3.c} | 16 ++-
gcc/testsuite/gcc.target/riscv/zicond-ice-4.c | 22 ++++
.../gfortran.dg/arithmetic_overflow_3.f90 | 48 ++++++++
gcc/testsuite/gfortran.dg/pr99350.f90 | 2 +-
6 files changed, 175 insertions(+), 49 deletions(-)
copy gcc/testsuite/gcc.target/riscv/{zicond-ice-2.c => zicond-ice-3.c} (60%)
create mode 100644 gcc/testsuite/gcc.target/riscv/zicond-ice-4.c
create mode 100644 gcc/testsuite/gfortran.dg/arithmetic_overflow_3.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e772c0c05c3 i386: Eliminate common code from x86_32 TARGET_MACHO part i [...]
new dc6c3bfb59b c++: ICE with noexcept and local specialization [PR114114]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/pt.cc | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/noexcept84.C | 32 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept84.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 5847c9777c30 Merge tag 'cgroup-for-6.8-rc7-fixes' of git://git.kernel.o [...]
new 183420038444 crypto: sun8i-ce - Fix use after free in unprepare
new c0afb6b88fbb crypto: rk3288 - Fix use after free in unprepare
new 09dcdbac54f4 Merge tag 'v6.8-p6' of git://git.kernel.org/pub/scm/linux/ [...]
new cbec657208bd arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile
new aa8bb984f786 Merge tag 'sunxi-fixes-for-6.8-1' of https://git.kernel.or [...]
new 361bb7c96140 arm64: dts: qcom: sm8650-qrd: add gpio74 as reserved gpio
new df77288f7e3a arm64: dts: qcom: sm8650-mtp: add gpio74 as reserved gpio
new cb0bbdc4cc32 arm64: dts: qcom: sm6115: Fix missing interconnect-names
new 2bb5a9ac8842 Merge tag 'qcom-arm64-fixes-for-6.8' of https://git.kernel [...]
new 2b0a5a8a397c ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE
new d2f8795d9e50 ARM: dts: imx7: remove DSI port endpoints
new 892cc217565f MAINTAINERS: Use a proper mailinglist for NXP i.MX development
new 418a7fc53977 arm64: dts: imx8mp: Fix TC9595 reset GPIO on DH i.MX8M Plu [...]
new 65e32301e1a0 arm64: dts: imx8mp: Fix LDB clocks property
new d20f2a196d28 Merge tag 'imx-fixes-6.8-2' of git://git.kernel.org/pub/sc [...]
new 4c892121d43b arm64: tegra: Set the correct PHY mode for MGBE
new ff6bd76f4d99 arm64: tegra: Fix Tegra234 MGBE power-domains
new 35edcf68a999 Merge tag 'tegra-for-6.8-arm64-dt' of git://git.kernel.org [...]
new 95915ba4b987 tee: optee: Fix kernel panic caused by incorrect error handling
new 64b9175055a6 Merge tag 'optee-fix-for-v6.8' of https://git.linaro.org/p [...]
new db8138845ceb arm64: dts: qcom: sc8280xp-crd: limit pcie4 link speed
new 7a1c6a8bf47b arm64: dts: qcom: sc8280xp-x13s: limit pcie4 link speed
new 4f423c4cbe26 Revert "arm64: dts: qcom: msm8996: Hook up MPM"
new 415ba4ed598d Merge tag 'qcom-arm64-fixes-for-6.8-2' of https://git.kern [...]
new af1e0a7d39f9 firmware: microchip: Fix over-requested allocation size
new 1c7cfb6158f6 Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel. [...]
new 5274d261404c Merge tag 'arm-fixes-6.8-3' of git://git.kernel.org/pub/sc [...]
new 28468cbed92e Revert "fs/aio: Make io_cancel() generate completions again"
new 961ebd120565 fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
new a50026bdb867 iov_iter: get rid of 'copy_mc' flag
new 67be068d31d4 Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/ [...]
The 31 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MAINTAINERS | 16 ++++----
arch/arm/boot/dts/nxp/imx/imx7s.dtsi | 26 -------------
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/arm64/boot/dts/allwinner/Makefile | 1 +
.../arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
.../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 2 +-
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 6 +--
arch/arm64/boot/dts/qcom/msm8996.dtsi | 39 +++----------------
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 2 +
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +
arch/arm64/boot/dts/qcom/sm6115.dtsi | 3 ++
arch/arm64/boot/dts/qcom/sm8650-mtp.dts | 2 +-
arch/arm64/boot/dts/qcom/sm8650-qrd.dts | 2 +-
.../crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c | 34 ++++++++--------
drivers/crypto/rockchip/rk3288_crypto_ahash.c | 4 +-
drivers/firmware/microchip/mpfs-auto-update.c | 3 +-
drivers/tee/optee/device.c | 3 +-
fs/aio.c | 35 ++++++++++-------
fs/coredump.c | 45 ++++++++++++++++++++--
include/linux/uio.h | 16 --------
lib/iov_iter.c | 23 -----------
22 files changed, 118 insertions(+), 151 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71aad523144 amdgcn: additional gfx1030/gfx1100 support: adjust test cases
new e772c0c05c3 i386: Eliminate common code from x86_32 TARGET_MACHO part i [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/i386/i386-expand.cc | 37 +++++++++++--------------------------
1 file changed, 11 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 29769294e Add entry 9715c545d33b3a32ddc1ae817ba9356ade1fb9df from https [...]
new 07ba26d37 Add entry 9715c545d33b3a32ddc1ae817ba9356ade1fb9df from https [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/jira/description | 5 +++++
gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/jira/yaml | 5 +++++
gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/status.txt | 5 +++++
.../gnu-aarch64-master-O2_LTO/details.txt | 2 ++
.../gnu-aarch64-master-O2_LTO}/reproduction_instructions.txt | 4 ++--
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 1 +
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-O2_LTO/status.txt | 6 +++---
.../tcwg_bmk-code_size-spec2k6/status-summary.txt | 1 +
.../tcwg_bmk-code_size-spec2k6/status.txt | 6 +++---
9 files changed, 27 insertions(+), 8 deletions(-)
create mode 100644 gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/tcwg_bmk-code [...]
copy gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/{tcwg_bmk-code_speed-spec2k [...]
create mode 100644 gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/tcwg_bmk-code [...]
copy gcc/sha1/{6d25ea520f7ed58568c9a0031409bc8e38b673f3 => 9715c545d33b3a32ddc1ae8 [...]
create mode 100644 gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/tcwg_bmk-code [...]
copy gcc/sha1/{6d25ea520f7ed58568c9a0031409bc8e38b673f3 => 9715c545d33b3a32ddc1ae8 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d881baae5 Add entry b8df88b41c8a1b4e879b4fd34be3522c9b45e86f from https [...]
new 29769294e Add entry 9715c545d33b3a32ddc1ae817ba9356ade1fb9df from https [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-O2_LTO}/build_url | 2 +-
.../gnu-aarch64-master-O2_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{0cfc9c953d0221ec3971a25e6509ebe1041f142e/tcwg_bmk-code_size-spec2k6 [...]
copy gcc/sha1/9715c545d33b3a32ddc1ae817ba9356ade1fb9df/{tcwg_bmk-code_speed-spec2k [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.