This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4b62bd519a8 RISC-V: testsuite: Fix vx_vf_*run-1-f16.c run tests.
new f796f819c35 RISC-V: Rework broadcast handling [PR121073].
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/riscv/autovec-opt.md | 3 +-
gcc/config/riscv/autovec.md | 7 +-
gcc/config/riscv/predicates.md | 13 +
gcc/config/riscv/riscv-protos.h | 4 +
gcc/config/riscv/riscv-string.cc | 6 +-
gcc/config/riscv/riscv-v.cc | 221 +++++++++---
gcc/config/riscv/riscv-vector-builtins-bases.cc | 3 +-
gcc/config/riscv/riscv-vector-builtins.cc | 41 ++-
gcc/config/riscv/riscv-vector-builtins.h | 1 +
gcc/config/riscv/vector.md | 380 ++++++++++++---------
.../riscv/rvv/autovec/vls-vlmax/repeat-6.c | 2 +-
.../gcc.target/riscv/rvv/base/scalar_move-5.c | 6 +-
.../gcc.target/riscv/rvv/base/scalar_move-6.c | 4 +-
.../gcc.target/riscv/rvv/base/scalar_move-7.c | 6 +-
.../gcc.target/riscv/rvv/base/scalar_move-8.c | 5 +-
.../gcc.target/riscv/rvv/base/scalar_move-9.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/pr121073.c | 12 +
17 files changed, 465 insertions(+), 250 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/pr121073.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 89be9a83ccf1 Linux 6.16-rc7
new 8346c6af27f1 platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array
new 3ebed2fddf6f power: supply: core: Add power_supply_get/set_property_direct()
new a5f354232118 power: supply: test-power: Test access to extended power supply
new d4e83784b2a9 platform/x86: dell-ddv: Fix taking the psy->extensions_sem [...]
new 44e6ca8faeee platform/mellanox: mlxbf-pmc: Remove newline char from eve [...]
new f8c1311769d3 platform/mellanox: mlxbf-pmc: Validate event/enable input
new 0e2cebd72321 platform/mellanox: mlxbf-pmc: Use kstrtobool() to check 0/1 input
new 9533b789df7e platform/x86: ideapad-laptop: Fix FnLock not remembered am [...]
new e10981075adc platform/x86: ideapad-laptop: Fix kbd backlight not rememb [...]
new c86f7bb92f1f lenovo-wmi-hotkey: Avoid triggering error -5 due to missin [...]
new bc48d79a1829 platform: arm64: huawei-gaokun-ec: fix OF node leak
new 2bfe3ae1aa45 platform/x86: Fix initialization order for firmware_attrib [...]
new dbfb567f4ae8 platform/x86: alieneware-wmi-wmax: Add AWCC support to mor [...]
new aef9da333823 platform/x86: dell-lis3lv02d: Add Precision 3551
new e2967b50b709 MAINTAINERS: Update entries for IFS and SBL drivers
new 964ebc07c546 Merge tag 'platform-drivers-x86-v6.16-4' of git://git.kern [...]
new e09a335a8191 fix the regression in ufs options parsing
new 01a412d06bc5 Merge tag 'pull-ufs-fix' of git://git.kernel.org/pub/scm/l [...]
The 18 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 | 6 +-
drivers/platform/arm64/huawei-gaokun-ec.c | 2 +
drivers/platform/mellanox/mlxbf-pmc.c | 25 ++++---
drivers/platform/x86/Makefile | 3 +-
drivers/platform/x86/dell/alienware-wmi-wmax.c | 17 +++++
drivers/platform/x86/dell/dell-lis3lv02d.c | 1 +
drivers/platform/x86/dell/dell-wmi-ddv.c | 10 ++-
drivers/platform/x86/ideapad-laptop.c | 4 +-
drivers/platform/x86/lenovo-wmi-hotkey-utilities.c | 30 +++++---
drivers/power/supply/power_supply_core.c | 82 ++++++++++++++++++----
drivers/power/supply/test_power.c | 4 ++
fs/ufs/super.c | 2 +-
include/linux/power_supply.h | 8 +++
13 files changed, 154 insertions(+), 40 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 66c879571ab aarch64: Fix fma steering when rename fails [PR120119]
new 4b62bd519a8 RISC-V: testsuite: Fix vx_vf_*run-1-f16.c run tests.
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.target/riscv/rvv/autovec/vx_vf/vf_vfmacc-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfmadd-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfmsac-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfmsub-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfnmacc-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfnmadd-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfnmsac-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfnmsub-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmacc-run-1-f16.c | 6 +++++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmsac-run-1-f16.c | 6 +++++-
gcc/testsuite/lib/target-supports.exp | 8 ++++++++
11 files changed, 58 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 akhuettel/wip
in repository glibc.
discards 6c73a90cfb elf: Check SFrame on tst-dl_find_object.c
discards 2b7919c2c1 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
discards 9e53fdcf2d Disable SFrame support by default
new f8098b5d59 Disable SFrame support by default
new a584ea9886 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
new 9e67e77870 elf: Check SFrame on tst-dl_find_object.c
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6c73a90cfb)
\
N -- N -- N refs/heads/akhuettel/wip (9e67e77870)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 3 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:
INSTALL | 4 ++--
NEWS | 7 +++---
configure | 64 ++++++++++++++++++++++++++++------------------------
configure.ac | 56 +++++++++++++++++++++++----------------------
debug/backtrace.c | 4 +---
elf/dl-find_object.h | 10 --------
manual/install.texi | 8 +++----
7 files changed, 74 insertions(+), 79 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 3cc2116fe66 cobol: Tweak adjustments to location_t of GENERIC nodes for [...]
new 66c879571ab aarch64: Fix fma steering when rename fails [PR120119]
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/aarch64/cortex-a57-fma-steering.cc | 5 +++++
gcc/testsuite/g++.dg/torture/pr120119-1.C | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr120119-1.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 binutils-gdb.
from 4983bb052d3 libctf: don't run tests requiring deduplicating linker unle [...]
new ae114fb523e PR 33197 [AVR] Incorrect syntax in generated ldscript
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:
ld/scripttempl/avr.sc | 22 ++++++++++++----------
1 file changed, 12 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 releases/gcc-15
in repository gcc.
from 156c3ee6a90 testsuite: Fix overflow in gcc.dg/vect/pr116125.c
new 420b1632e00 tree-sra: Fix grp_covered flag computation when totally sca [...]
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/testsuite/gcc.dg/tree-ssa/pr117423.c | 49 ++++++++++++++++++++++++++++++++
gcc/tree-sra.cc | 9 ++++--
2 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117423.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 7590c14b53a c++: name lookup for non-dep rewritten != expr [PR121179]
new 3cc2116fe66 cobol: Tweak adjustments to location_t of GENERIC nodes for [...]
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/cobol/genapi.cc | 7 +++++++
1 file changed, 7 insertions(+)
--
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 1deaf515e91 aarch64: testsuite: Keep -mtune=generic when specifying -moverride
new 04a176a1d84 c++: fix __is_invocable for std::reference_wrapper [PR121055]
new 7590c14b53a c++: name lookup for non-dep rewritten != expr [PR121179]
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/cp/call.cc | 4 +++-
gcc/cp/method.cc | 3 ++-
gcc/cp/tree.cc | 3 +++
gcc/testsuite/g++.dg/ext/is_invocable5.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/lookup/operator-8.C | 9 ++++++++-
5 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/is_invocable5.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 9acdbf81eef libstdc++: Prepare test code for default_accessor for reuse.
new 1deaf515e91 aarch64: testsuite: Keep -mtune=generic when specifying -moverride
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/testsuite/lib/gcc-defs.exp | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.