This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_45-branch
in repository binutils-gdb.
from 4b42ea66d0d Automatic date update in version.in
new 1ae9fa5c600 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-17-branch
in repository binutils-gdb.
from 5757a1aa11b Automatic date update in version.in
new 29528c11ff3 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 1cc41c88ef00 Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/proj [...]
new fdf302e6bea1 gendwarfksyms: Skip files with no exports
new a752782a2843 Merge tag 'rust-fixes-6.18-2' of git://git.kernel.org/pub/ [...]
new 56b3c85e153b ftrace: Fix BPF fexit with livepatch
new 3e9a18e1c3e9 ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
new 62d2d0a33839 selftests/bpf: Add tests for livepatch + bpf trampoline
new 156c75f596c9 Merge branch 'fix-ftrace-for-livepatch-bpf-fexit-programs'
new ea0714d61dea bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
new 137cc92ffe2e bpf: add _impl suffix for bpf_stream_vprintk() kfunc
new 44e8f13f07cf Merge branch 'bpf-add-_impl-suffix-for-kfuncs-with-implicit-args'
new 6d08340d1e35 Revert "perf/x86: Always store regs->ip in perf_callchain_ [...]
new 20a0bc10272f x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi ret [...]
new c9e208fa93cd selftests/bpf: Add stacktrace ips test for kprobe_multi/kr [...]
new 3490d29964bd selftests/bpf: Add stacktrace ips test for raw_tp
new e427054ae7bc Merge branch 'x86-fgraph-bpf-fix-orc-stack-unwind-from-ret [...]
new fbade4bd08ba mptcp: Disallow MPTCP subflows from sockmap
new c77b3b79a92e mptcp: Fix proto fallback detection with BPF
new cb730e4ac1b4 selftests/bpf: Add mptcp test with sockmap
new 91a78ce994e7 Merge branch 'mptcp-fix-conflicts-between-mptcp-and-sockmap'
new 4ef927436258 bpf: Add bpf_prog_run_data_pointers()
new b0c8e6d3d866 bpf: account for current allocated stack depth in widen_im [...]
new 6c762611fed7 selftests/bpf: Test widen_imprecise_scalars() with differe [...]
new cbba5d1b53fb Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
new 4495bffd86ba PCI/ASPM: Cache L0s/L1 Supported so advertised link states [...]
new 575b98e39d81 PCI/ASPM: Add pcie_aspm_remove_cap() to override advertise [...]
new 30579eebba6a PCI/ASPM: Convert quirks to override advertised link states
new 5b40a5080c39 PCI/ASPM: Avoid L0s and L1 on Freescale [1957:0451] Root Ports
new 823576c894d7 PCI/ASPM: Avoid L0s and L1 on PA Semi [1959:a002] Root Ports
new 921b3f59b7b0 PCI/ASPM: Avoid L0s and L1 on Hi1105 [19e5:1105] Wi-Fi
new 7a0892d2836e Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/ [...]
The 29 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:
arch/x86/events/core.c | 10 +-
arch/x86/include/asm/ftrace.h | 5 +
arch/x86/kernel/ftrace_64.S | 8 +-
drivers/pci/pci.h | 2 +
drivers/pci/pcie/aspm.c | 25 ++--
drivers/pci/probe.c | 7 +
drivers/pci/quirks.c | 42 +++---
include/linux/filter.h | 20 +++
include/linux/ftrace.h | 10 +-
include/linux/pci.h | 2 +
kernel/bpf/helpers.c | 26 ++--
kernel/bpf/stream.c | 3 +-
kernel/bpf/trampoline.c | 5 -
kernel/bpf/verifier.c | 18 +--
kernel/trace/ftrace.c | 60 ++++++---
net/mptcp/protocol.c | 6 +-
net/mptcp/subflow.c | 8 ++
net/sched/act_bpf.c | 6 +-
net/sched/cls_bpf.c | 6 +-
scripts/gendwarfksyms/gendwarfksyms.c | 3 +-
scripts/gendwarfksyms/gendwarfksyms.h | 2 +-
scripts/gendwarfksyms/symbols.c | 4 +-
tools/bpf/bpftool/Documentation/bpftool-prog.rst | 2 +-
tools/lib/bpf/bpf_helpers.h | 28 ++--
tools/testing/selftests/bpf/config | 3 +
.../bpf/prog_tests/livepatch_trampoline.c | 107 +++++++++++++++
tools/testing/selftests/bpf/prog_tests/mptcp.c | 140 +++++++++++++++++++
.../selftests/bpf/prog_tests/stacktrace_ips.c | 150 +++++++++++++++++++++
tools/testing/selftests/bpf/progs/iters_looping.c | 53 ++++++++
.../selftests/bpf/progs/livepatch_trampoline.c | 30 +++++
tools/testing/selftests/bpf/progs/mptcp_sockmap.c | 43 ++++++
tools/testing/selftests/bpf/progs/stacktrace_ips.c | 49 +++++++
tools/testing/selftests/bpf/progs/stream_fail.c | 6 +-
tools/testing/selftests/bpf/progs/task_work.c | 6 +-
tools/testing/selftests/bpf/progs/task_work_fail.c | 8 +-
.../testing/selftests/bpf/progs/task_work_stress.c | 4 +-
.../testing/selftests/bpf/test_kmods/bpf_testmod.c | 26 ++++
37 files changed, 818 insertions(+), 115 deletions(-)
create mode 100644 tools/testing/selftests/bpf/prog_tests/livepatch_trampoline.c
create mode 100644 tools/testing/selftests/bpf/prog_tests/stacktrace_ips.c
create mode 100644 tools/testing/selftests/bpf/progs/livepatch_trampoline.c
create mode 100644 tools/testing/selftests/bpf/progs/mptcp_sockmap.c
create mode 100644 tools/testing/selftests/bpf/progs/stacktrace_ips.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 releases/gcc-15
in repository gcc.
from 3bc54cfb35b i386: Remove 'i' from output operand constraint
new e4f492106bf [PR target/119275][RISC-V] Avoid calling gen_lowpart in cas [...]
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/riscv.cc | 3 ++-
gcc/testsuite/gcc.target/riscv/pr119275.c | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr119275.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 de90cc610eb6 Merge tag 'spi-fix-v6.18-rc5' of git://git.kernel.org/pub/ [...]
new 7c3643f204ed acpi,srat: Fix incorrect device handle check for Generic I [...]
new b6cfddd26ec5 cxl: Adjust offset calculation for poison injection
new 214291cbaace acpi/hmat: Fix lockdep warning for hmem_register_resource()
new 6014e75e8756 Merge tag 'cxl-fixes-6.18-rc6' of git://git.kernel.org/pub [...]
new 90c82941adf1 pmdomain: samsung: plug potential memleak during probe
new 7458f72cc28f pmdomain: arm: scmi: Fix genpd leak on provider registrati [...]
new fccac54b0d3d pmdomain: samsung: Rework legacy splash-screen handover wo [...]
new bbde14682eba pmdomain: imx: Fix reference count leak in imx_gpc_remove
new 241e99dbdcdf Merge tag 'pmdomain-v6.18-rc2' of git://git.kernel.org/pub [...]
new a7b17ece4032 mmc: wmt-sdmmc: fix compile test default
new a28352cf2d2f mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
new 9e805625218b mmc: pxamci: Simplify pxamci_probe() error handling using [...]
new 739f04f4a462 mmc: dw_mmc-rockchip: Fix wrong internal phase calculate
new ccc0011804d4 Merge tag 'mmc-v6.18-rc2' of git://git.kernel.org/pub/scm/ [...]
new 22a36e660d01 drm/amdgpu: disable peer-to-peer access for DCC-enabled GC [...]
new 9f8fd538e244 drm/amdgpu: jump to the correct label on failure
new 6623c5f9fd87 drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process
new 33c995709121 drm/amd/display: Allow VRR params change if unsynced with [...]
new 7132f7e025f9 drm/amd/amdgpu: Ensure isp_kernel_buffer_alloc() creates a new BO
new bbe3c115030d drm/amdgpu/jpeg: Add parse_cs for JPEG5_0_1
new d15deafab5d7 drm/amdkfd: relax checks for over allocation of save area
new eac32ff42393 drm/amdkfd: Fix GPU mappings for APU after prefetch
new 63444b4ca4bb Merge tag 'amd-drm-fixes-6.18-2025-11-12' of https://gitla [...]
new 32b415a9dc2c drm/vmwgfx: Validate command header size against SVGA_CMD_ [...]
new c1962742ffff drm/vmwgfx: Use kref in vmw_bo_dirty
new eef295a85082 drm/vmwgfx: Restore Guest-Backed only cursor plane support
new 576c930e5e7d drm/panthor: Flush shmem writes before mapping buffers CPU [...]
new 0a4a18e888ae drm/client: fix MODULE_PARM_DESC string for "active"
new 15ebea1bdff2 Merge tag 'drm-misc-fixes-2025-11-13' of https://gitlab.fr [...]
new 994dec10991b drm/i915/psr: fix pipe to vblank conversion
new f2687d3cc9f9 drm/i915/dp_mst: Disable Panel Replay
new 538e0110fedc Merge tag 'drm-intel-fixes-2025-11-13' of https://gitlab.f [...]
new 0b2f7be54800 drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
new fa3376319b83 drm/xe/xe3: Extend wa_14023061436
new 240372edaf85 drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpg
new 362a7d4fd5c4 Merge tag 'drm-xe-fixes-2025-11-13' of https://gitlab.free [...]
new d5c1b4b43249 Merge tag 'drm-fixes-2025-11-15' of https://gitlab.freedes [...]
new 7aca00d950e7 pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()
new 28e19737e157 pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()
new 8ab523ce78d4 pnfs: Set transport security policy to RPC_XPRTSEC_NONE un [...]
new fb2cba0854a7 NFS: Check the TLS certificate fields in nfs_match_client()
new 51a491f2708d nfs/localio: remove unecessary ENOTBLK handling in DIO WRI [...]
new f2060bdc21d7 nfs/localio: add refcounting for each iocb IO associated w [...]
new d0497dd27452 nfs/localio: backfill missing partial read support for mis [...]
new d32ddfeb5593 nfs/localio: Ensure DIO WRITE's IO on stable storage upon [...]
new 6a218b9c3183 nfs/localio: do not issue misaligned DIO out-of-order
new 85d2c2392ac6 NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
new 7a7a3456520b NFS: sysfs: fix leak when nfs_client kobject add fails
new 1f214e9c3aef NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()
new b623390045a8 NFS: Fix LTP test failures when timestamps are delegated
new 1cc41c88ef00 Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/proj [...]
The 51 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:
drivers/acpi/numa/hmat.c | 46 +++--
drivers/acpi/numa/srat.c | 2 +-
drivers/cxl/core/region.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 12 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 5 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_1.c | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 12 +-
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 +
.../drm/amd/display/modules/freesync/freesync.c | 11 +
drivers/gpu/drm/clients/drm_client_setup.c | 4 +-
drivers/gpu/drm/i915/display/intel_psr.c | 7 +-
drivers/gpu/drm/panthor/panthor_gem.c | 18 ++
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c | 16 +-
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.h | 1 +
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 5 +
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 12 +-
drivers/gpu/drm/xe/regs/xe_gt_regs.h | 1 +
drivers/gpu/drm/xe/xe_wa.c | 11 +
drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/dw_mmc-rockchip.c | 4 +-
drivers/mmc/host/pxamci.c | 56 ++---
drivers/mmc/host/sdhci-of-dwcmshc.c | 2 +-
drivers/pmdomain/arm/scmi_pm_domain.c | 13 +-
drivers/pmdomain/imx/gpc.c | 2 +
drivers/pmdomain/samsung/exynos-pm-domains.c | 29 ++-
fs/nfs/client.c | 8 +
fs/nfs/dir.c | 7 +-
fs/nfs/inode.c | 18 +-
fs/nfs/localio.c | 229 +++++++++++----------
fs/nfs/nfs3client.c | 14 +-
fs/nfs/nfs4client.c | 14 +-
fs/nfs/nfs4proc.c | 9 +-
fs/nfs/pnfs_nfs.c | 66 +++---
fs/nfs/sysfs.c | 1 +
36 files changed, 390 insertions(+), 256 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 00a522ee1ca RISC-V: Add missing member for andes_25_tune_info
new 332d8340dff [RISC-V] Drop scan-tests of marginal value
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.target/riscv/rvv/vsetvl/avl_single-37.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-1.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-10.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-11.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-12.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-13.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-14.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-15.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-16.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-17.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-18.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-19.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-2.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-20.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-21.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-22.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-23.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-24.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-25.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-26.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-27.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-28.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-3.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-4.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-5.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-6.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-7.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-8.c | 1 -
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vlmax_phi-9.c | 1 -
29 files changed, 29 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 54b3c41e27f arm: [MVE intrinsics] rework sqrshr sqshl srshr uqrshl uqshl urshr
new 00a522ee1ca RISC-V: Add missing member for andes_25_tune_info
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/riscv.cc | 1 +
1 file changed, 1 insertion(+)
--
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 d4f8cccc6230 Merge tag 'block-6.18-20251114' of git://git.kernel.org/pu [...]
new b98b69c38512 ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
new 82420bd4e17b ALSA: hda/hdmi: Fix breakage at probing nvhdmi-mcp driver
new 7a39c723b747 ALSA: hda/tas2781: Add new quirk for HP new projects
new 05a1fc5efdd8 ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
new 632108ec072a ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_m [...]
new f6fdd77b3e0d ALSA: hda/tas2781: Correct the wrong project ID
new 8da0efc3da93 ASoC: doc: cs35l56: Update firmware filename description f [...]
new 249d96b492ef ASoC: da7213: Use component driver suspend/resume
new 6b6eddc63ce8 ASoC: cs4271: Fix regulator leak on probe failure
new 1a58d865f423 ASoC: sdw_utils: fix device reference leak in is_sdca_endp [...]
new 84f5526e4dce ASoC: tas2783A: Fix issues in firmware parsing
new 3dc8c73365d3 ASoC: codecs: va-macro: fix resource leak in probe error path
new 29528c8e643b ASoC: tas2781: fix getting the wrong device number
new eb2d6774cc0d ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list
new 360b3730f8ea ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe()
new fa3c727e0599 Merge tag 'asoc-fix-v6.18-rc5' of https://git.kernel.org/p [...]
new 21a9ab5b90b3 ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series
new 27f518609e58 Merge tag 'sound-6.18-rc6' of git://git.kernel.org/pub/scm [...]
new 636f4618b1cd regulator: fixed: fix GPIO descriptor leak on register failure
new 809bd2745215 Merge tag 'regulator-fix-v6.18-rc5' of git://git.kernel.or [...]
new 3cd2018e15b3 spi: Try to get ACPI GPIO IRQ earlier
new 86d57d9c07d5 spi: imx: keep dma request disabled before dma transfer setup
new 939edfaa10f1 spi: xilinx: increase number of retries before declaring stall
new 66e9feb03e7c spi: Add TODO comment about ACPI GPIO setup
new de90cc610eb6 Merge tag 'spi-fix-v6.18-rc5' of git://git.kernel.org/pub/ [...]
The 25 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:
Documentation/sound/codecs/cs35l56.rst | 9 ++---
drivers/regulator/fixed.c | 1 +
drivers/spi/spi-imx.c | 15 ++++++--
drivers/spi/spi-xilinx.c | 2 +-
drivers/spi/spi.c | 12 ++++++
sound/hda/codecs/hdmi/nvhdmi-mcp.c | 4 +-
sound/hda/codecs/realtek/alc269.c | 9 +++++
sound/soc/codecs/cs4271.c | 10 +++--
sound/soc/codecs/da7213.c | 69 ++++++++++++++++++++++------------
sound/soc/codecs/da7213.h | 1 +
sound/soc/codecs/lpass-va-macro.c | 2 +-
sound/soc/codecs/tas2781-i2c.c | 9 ++++-
sound/soc/codecs/tas2783-sdw.c | 20 +++++++++-
sound/soc/renesas/rcar/ssiu.c | 3 +-
sound/soc/sdca/sdca_functions.c | 3 +-
sound/soc/sdw_utils/soc_sdw_utils.c | 20 +++++++---
sound/usb/endpoint.c | 5 +++
sound/usb/mixer.c | 2 +
sound/usb/quirks.c | 8 ++++
19 files changed, 150 insertions(+), 54 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 de124ffe143 Add 'num_children' method to relevant pretty-printers
new e0b23a99afa arm: [MVE intrinsics] rework vpnot
new eb5f0c77260 arm: [MVE intrinsics] rework uqrshll uqrshll_sat48
new 859c3ce1437 arm: [MVE intrinsics] rework sqrshrl sqrshrl_sat48
new 8dea981b8f6 arm: [MVE intrinsics] rework sqshll srshrl uqshll urshrl
new 54b3c41e27f arm: [MVE intrinsics] rework sqrshr sqshl srshr uqrshl uqshl urshr
The 5 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-mve-builtins-base.cc | 104 ++++++++++++++++
gcc/config/arm/arm-mve-builtins-base.def | 15 +++
gcc/config/arm/arm-mve-builtins-base.h | 15 +++
gcc/config/arm/arm-mve-builtins-shapes.cc | 137 +++++++++++++++++++++
gcc/config/arm/arm-mve-builtins-shapes.h | 7 ++
gcc/config/arm/arm_mve.h | 119 ------------------
gcc/config/arm/mve.md | 8 +-
.../arm/mve/intrinsics/sqshl_check_shift.c | 24 ++++
.../arm/mve/intrinsics/sqshll_check_shift.c | 24 ++++
.../arm/mve/intrinsics/srshr_check_shift.c | 24 ++++
.../arm/mve/intrinsics/srshrl_check_shift.c | 24 ++++
.../arm/mve/intrinsics/uqshl_check_shift.c | 24 ++++
.../arm/mve/intrinsics/uqshll_check_shift.c | 24 ++++
.../arm/mve/intrinsics/urshr_check_shift.c | 24 ++++
.../arm/mve/intrinsics/urshrl_check_shift.c | 24 ++++
15 files changed, 474 insertions(+), 123 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/sqshl_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/sqshll_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/srshr_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/srshrl_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/uqshl_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/uqshll_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/urshr_check_shift.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/urshrl_check_shift.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.