LLVM/project 3d01fffllvm/test/CodeGen/SPIRV/transcoding OpGroupAsyncCopy-strided-64.ll

Merge branch 'users/mgcarrasco/spirv/fix-spirv-val-tests' into users/jmmartinez/spirv/memory_consumption
DeltaFile
+0-1llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy-strided-64.ll
+0-11 files

LLVM/project 40f2a5dllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel fpext.ll unmerge-sgpr-s16.ll

AMDGPU/GlobalISel: Regbanklegalize rules for G_UNMERGE_VALUES

Move G_UNMERGE_VALUES handling to AMDGPURegBankLegalizeRules.cpp.
Fix sgpr S16 unmerge by lowering using shift and using S32.
Previously sgpr S16 unmerge was selected using _lo16 and _hi16 subreg
indexes which are exclusive to vgpr register classes.
For remaing cases we do trivial mapping, assigns same reg bank
to all operands, vgpr or sgpr.
DeltaFile
+47-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+13-27llvm/test/CodeGen/AMDGPU/GlobalISel/fpext.ll
+36-0llvm/test/CodeGen/AMDGPU/GlobalISel/unmerge-sgpr-s16.ll
+24-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+14-9llvm/test/CodeGen/AMDGPU/GlobalISel/uaddsat.ll
+14-9llvm/test/CodeGen/AMDGPU/GlobalISel/usubsat.ll
+148-452 files not shown
+156-498 files

OPNSense/core 8ecd344src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php

Firewall: Rules [new]: FilterBaseController requires Base\UserException
DeltaFile
+1-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterBaseController.php
+1-01 files

LLVM/project 8370304lldb/source/API SBBreakpointName.cpp, lldb/test/API/functionalities/breakpoint/breakpoint_names TestBreakpointNames.py

[lldb] Fix SBBreakpointName::SetEnabled to propagate changes to breakpoints (#178734)

When setting the enabled state of a breakpoint name via the API, the
change was not being propagated to breakpoints using that name.
This was inconsistent with the CLI behaviour where `breakpoint name
configure --enable/--disable` correctly updates all associated
breakpoints.
DeltaFile
+66-2lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
+1-0lldb/source/API/SBBreakpointName.cpp
+67-22 files

LLVM/project f5c80a6clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp, clang/lib/Sema SemaAMDGPU.cpp

Address comments
DeltaFile
+51-0clang/test/CodeGenHIP/builtins-amdgcn-gfx1250-cooperative-atomics-templated.hip
+24-14clang/lib/Sema/SemaAMDGPU.cpp
+32-0clang/test/SemaHIP/builtins-amdgcn-gfx1250-cooperative-atomics-templated.hip
+12-17clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
+26-0clang/test/SemaHIP/builtins-amdgcn-gfx1250-load-monitor-templated.hip
+25-0clang/test/CodeGenHIP/builtins-amdgcn-gfx1250-load-monitor-templated.hip
+170-311 files not shown
+175-377 files

OPNSense/core 1a087bfsrc/opnsense/mvc/app/views/OPNsense/Firewall dnat_rule.volt

Use selector in loop to determine where to replace the data
DeltaFile
+9-3src/opnsense/mvc/app/views/OPNsense/Firewall/dnat_rule.volt
+9-31 files

NetBSD/pkgsrc yqWkZ8Udoc CHANGES-2026

   Updated devel/protobuf, devel/py-protobuf
VersionDeltaFile
1.749+5-1doc/CHANGES-2026
+5-11 files

LLVM/project 3bf2c83lldb/source/Plugins/Process/scripted ScriptedFrame.cpp

[lldb] Clean up #includes. NFC.
DeltaFile
+4-6lldb/source/Plugins/Process/scripted/ScriptedFrame.cpp
+4-61 files

NetBSD/pkgsrc pn8qus8devel/protobuf distinfo Makefile, devel/py-protobuf distinfo Makefile

   protobuf py-protobuf: updated to [6.]33.5

   Protocol Buffers v33.5

   Python

   Fix Any recursion depth bypass in Python json_format.ParseDict

   Other

   Update release_bazel_module.yaml
   Make BCR PRs non-draft by default. (9db25c1)
   Fix(publish-to-bcr): disable attestations
VersionDeltaFile
1.86+4-4devel/py-protobuf/distinfo
1.97+4-4devel/protobuf/distinfo
1.95+2-2devel/py-protobuf/Makefile
1.101+2-2devel/protobuf/Makefile
+12-124 files

NetBSD/pkgsrc pzO6CF4devel/cmake distinfo version.mk

   cmake cmake-gui: updated to 4.2.3

   CMake 4.2.3
   * libarchive: Restore tolerance of archives with non-OEM paths on Windows
   * Tests: Remove invalid CUDA code from tests
VersionDeltaFile
1.261+4-4devel/cmake/distinfo
1.83+2-2devel/cmake/version.mk
+6-62 files

LLVM/project 956770allvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG jump-threading.ll

[SimplifyCFG] Fix null pointer dereference in foldCondBranchOnValueKnownInPredecessorImpl (#178835)

DeltaFile
+41-0llvm/test/Transforms/SimplifyCFG/jump-threading.ll
+2-0llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+43-02 files

FreeBSD/src 33596d9sys/dev/dpaa2 dpaa2_ni.c

dpaa2: add support for several interface counters

Add support for IFCOUNTER_IPACKETS, IFCOUNTER_OPACKETS,
IFCOUNTER_OBYTES, IFCOUNTER_OMCASTS, IFCOUNTER_OERRORS, and
IFCOUNTER_OQDROPS.
This allows tools like systat to report the incoming and outgoing
bandwidth.

Reviewed by:            dsl, Timo Völker
MFC after:              1 week
Differential Revision:  https://reviews.freebsd.org/D54893
DeltaFile
+14-0sys/dev/dpaa2/dpaa2_ni.c
+14-01 files

FreeBSD/ports d5128cesysutils/gitwatch distinfo Makefile

sysutils/gitwatch: Update version 0.4=>0.5

Changelog: https://github.com/gitwatch/gitwatch/releases/tag/v0.5
DeltaFile
+3-3sysutils/gitwatch/distinfo
+1-1sysutils/gitwatch/Makefile
+4-42 files

FreeBSD/ports b14dad9databases/mroonga distinfo Makefile

databases/mroonga: Update version 15.04=>15.05

Changelog: https://mroonga.org/docs/news/15.html#release-15-05
DeltaFile
+3-3databases/mroonga/distinfo
+1-1databases/mroonga/Makefile
+4-42 files

FreeBSD/ports 71be2c5sysutils/dar distinfo Makefile

sysutils/dar: Update version 2.8.2=>2.8.3

Changelog: https://github.com/Edrusb/DAR/releases/tag/v2.8.3
DeltaFile
+3-3sysutils/dar/distinfo
+2-2sysutils/dar/Makefile
+5-52 files

FreeBSD/ports ed3f1dasecurity/go-tuf distinfo Makefile

security/go-tuf: Update version 2.4.0=>2.4.1

Changelog: https://github.com/theupdateframework/go-tuf/releases/tag/v2.4.1
DeltaFile
+5-5security/go-tuf/distinfo
+1-1security/go-tuf/Makefile
+6-62 files

FreeBSD/ports 9be52f2devel/gsoap distinfo Makefile

devel/gsoap: Update version 2.8.139=>2.8.140

Changelog: https://www.genivia.com/changelog.html#latest
DeltaFile
+3-3devel/gsoap/distinfo
+1-1devel/gsoap/Makefile
+4-42 files

FreeBSD/ports eaffaf6net/google-cloud-sdk distinfo Makefile

net/google-cloud-sdk: Update version 553.0.0=>554.0.0
DeltaFile
+3-3net/google-cloud-sdk/distinfo
+1-1net/google-cloud-sdk/Makefile
+4-42 files

FreeBSD/ports 02b331edevel/grpc-gateway distinfo Makefile

devel/grpc-gateway: Update version 2.27.5=>2.27.6

Changelog: https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.6
DeltaFile
+5-5devel/grpc-gateway/distinfo
+1-1devel/grpc-gateway/Makefile
+6-62 files

FreeBSD/ports e5f1eeddatabases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.237=>1.5.239
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

FreeBSD/ports 64798ecdevel/cirrus-cli distinfo Makefile

devel/cirrus-cli: Update version 0.160.0=>0.161.0

Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.161.0
DeltaFile
+5-5devel/cirrus-cli/distinfo
+1-1devel/cirrus-cli/Makefile
+6-62 files

FreeBSD/ports 72089cemultimedia/bcmatroska2 Makefile, multimedia/bcmatroska2/files patch-corec_corec_helpers_file_file__bctbx.c patch-corec-corec-helpers-file-file_libc.c

multimedia/bcmatroska2: Fix regression in linphone

bcmatroska2 port commented out some part of the code by the patch. But when
net/mediastreamer was built, it turned out that that part was needed.

PR:             291967
DeltaFile
+1-159multimedia/bcmatroska2/files/patch-corec_corec_helpers_file_file__bctbx.c
+0-11multimedia/bcmatroska2/files/patch-corec-corec-helpers-file-file_libc.c
+1-0multimedia/bcmatroska2/Makefile
+2-1703 files

OPNSense/core 7a11458src/opnsense/mvc/app/models/OPNsense/Interfaces/Migrations SET1_0_0.php

interfaces: fix migration for no-release option

This was introduced in d87ce014d96f storing the enabled value as "yes"
instead of true.  Threat it the same as the debug option.

PR: https://forum.opnsense.org/index.php?topic=50575.0 (and others)
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Interfaces/Migrations/SET1_0_0.php
+1-11 files

NetBSD/pkgsrc X5K6dNAdoc CHANGES-2026

   doc: Updated net/yt-dlp to 2026.1.29

   Thanks <mrg>!
VersionDeltaFile
1.748+2-1doc/CHANGES-2026
+2-11 files

LLVM/project c8132f3llvm/test/CodeGen/SPIRV event-zero-const-64.ll event-zero-const.ll, llvm/test/CodeGen/SPIRV/transcoding spirv-event-null.ll spirv-event-null-64.ll

[SPIRV] Split async copy tests and fix invalid tests

After a spirv-val update, tests that mix spirv32 and spirv64 targets with
the same LLVM IR are now correctly flagged as invalid. The SPIR-V
specification requires that NumElements and Stride operands in
OpGroupAsyncCopy must be 32-bit integers when the addressing model is
Physical32, and 64-bit integers for Physical64.
DeltaFile
+55-52llvm/test/CodeGen/SPIRV/transcoding/spirv-event-null.ll
+101-0llvm/test/CodeGen/SPIRV/transcoding/spirv-event-null-64.ll
+37-0llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy-strided-64.ll
+16-15llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy-strided.ll
+27-0llvm/test/CodeGen/SPIRV/event-zero-const-64.ll
+6-6llvm/test/CodeGen/SPIRV/event-zero-const.ll
+242-736 files

OpenBSD/ports qJ0hVUInet/synapse Makefile distinfo, net/synapse/patches patch-synapse_util_check_dependencies_py patch-pyproject_toml

   net/synapse: update to 1.146, from MAINTAINER Renaud Allard

   build system switched from poetry-core to maturin.
VersionDeltaFile
1.1+20-0net/synapse/patches/patch-synapse_util_check_dependencies_py
1.114+11-8net/synapse/Makefile
1.86+8-8net/synapse/distinfo
1.74+8-0net/synapse/pkg/PLIST
1.49+3-3net/synapse/modules.inc
1.11+0-0net/synapse/patches/patch-pyproject_toml
+50-196 files

NetBSD/pkgsrc tQ3crQ6devel Makefile, devel/py-xdist Makefile PLIST

   py-xdist: remove

   deleted upstream, no users in pkgsrc
VersionDeltaFile
1.747+2-1doc/CHANGES-2026
1.4582+1-2devel/Makefile
1.8+1-1devel/py-xdist/Makefile
1.2+1-1devel/py-xdist/PLIST
1.2+1-1devel/py-xdist/distinfo
1.2+0-0devel/py-xdist/DESCR
+6-66 files

NetBSD/pkgsrc gBAVIp2doc TODO CHANGES-2026, www Makefile

   py-wtforms-recaptcha: remove

   deleted upstream, no users in pkgsrc
VersionDeltaFile
1.26731+2-2doc/TODO
1.746+2-1doc/CHANGES-2026
1.1903+1-2www/Makefile
1.2+1-1www/py-wtforms-recaptcha/PLIST
1.9+1-1www/py-wtforms-recaptcha/Makefile
1.6+1-1www/py-wtforms-recaptcha/distinfo
+8-81 files not shown
+8-87 files

NetBSD/pkgsrc uioe6FJtextproc/py-Whoosh Makefile

   py-Whoosh: comment out dead site
VersionDeltaFile
1.20+2-2textproc/py-Whoosh/Makefile
+2-21 files

LLVM/project d0ed0acllvm/lib/Analysis ValueTracking.cpp, llvm/test/Transforms/Attributor nofpclass-fma.ll nofpclass-fmul.ll

ValueTracking: Revert noundef checks in computeKnownFPClass for fmul/fma

This functionally reverts fd5cfcc41311c6287e9dc408b8aae499501660e1 and
35ce17b6f6ca5dd321af8e6763554b10824e4ac4.

This was correct and necessary, but is causing performance regressions
since isGuaranteedNotToBeUndef is apparently not smart enough to detect
through recurrences. Revert this for the release branch.

Also the test coverage was inadequate for the fma case, so add a new
case which changes with and without the check.
DeltaFile
+24-0llvm/test/Transforms/Attributor/nofpclass-fma.ll
+4-5llvm/lib/Analysis/ValueTracking.cpp
+1-1llvm/test/Transforms/Attributor/nofpclass-fmul.ll
+29-63 files