LLVM/project 206ad04llvm/include/llvm/CodeGen TargetRegisterInfo.h

Remove unused iterator members

Created using spr 1.3.8-wip
DeltaFile
+0-2llvm/include/llvm/CodeGen/TargetRegisterInfo.h
+0-21 files

OPNSense/core a630214src/opnsense/mvc/app/models/OPNsense/OpenVPN OpenVPN.xml

VPN: OpenVPN: Instances -  forgot a spot in 803b2fa6855a8ef1431209edc7e257e7a7681d4e m cryptv2 uses base64
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/OpenVPN/OpenVPN.xml
+1-11 files

LLVM/project 6c5fa60llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG UnreachableEliminate.ll

[SimplifyCFG] Avoid calling `paramHasNonNullAttr` on a ptr vector argument (#207195)

After
https://github.com/llvm/llvm-project/commit/f8467698d8cdbac6e02cdc1aab643d1ac733ec19,
`ConstantPointerNull` also represents a null ptr vector. However,
`paramHasNonNullAttr` only accepts scalar pointer arguments.

Closes https://github.com/llvm/llvm-project/issues/207188.
DeltaFile
+17-0llvm/test/Transforms/SimplifyCFG/UnreachableEliminate.ll
+1-1llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+18-12 files

LLVM/project 4ddeb17llvm/lib/Transforms/Vectorize VPlan.cpp LoopVectorize.cpp

Patch 4: [LV][NFC]: Filter between vplans by tail-folding status
DeltaFile
+33-4llvm/lib/Transforms/Vectorize/VPlan.cpp
+17-9llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+2-5llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
+2-0llvm/lib/Transforms/Vectorize/VPlan.h
+54-184 files

FreeBSD/src a2545f6share/man/man5 src.conf.5, tools/build/options WITH_CCACHE_BUILD

src.conf(5): Suggest using ccache4

We have separate ports for Ccache 3 and 4.  Suggest both, rather than
only the Ccache 3 port.  Rearrange the text somewhat to avoid an
excessively ragged edge on a standard 80-column terminal.

MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D58005
DeltaFile
+8-11share/man/man5/src.conf.5
+7-10tools/build/options/WITH_CCACHE_BUILD
+15-212 files

LLVM/project 8f18d86clang/lib/Sema SemaOpenACCClause.cpp, clang/test/SemaOpenACC loop-construct-reduction-clause.cpp

[OpenACC] Fix reduction var equality check for member variables (#207196)

OpenACC requires we check that a variable have the same operator in all
nested constructs with a reduction. The implementation for this checks
everything I could think of, but I apparently missed member expressions.
This patch adds checks for that as well as 'this' so we should correctly
get the checks.

Fixes: #207180
DeltaFile
+43-0clang/test/SemaOpenACC/loop-construct-reduction-clause.cpp
+14-0clang/lib/Sema/SemaOpenACCClause.cpp
+57-02 files

FreeBSD/ports 3a3b243www/py-firecrawl-py distinfo Makefile

www/py-firecrawl-py: update to 4.31.0
DeltaFile
+3-3www/py-firecrawl-py/distinfo
+1-1www/py-firecrawl-py/Makefile
+4-42 files

FreeBSD/ports b8b6e1emisc/py-anthropic distinfo Makefile

misc/py-anthropic: update to 0.115.0
DeltaFile
+3-3misc/py-anthropic/distinfo
+1-1misc/py-anthropic/Makefile
+4-42 files

LLVM/project 142d555cross-project-tests/debuginfo-tests/dexter/dex/evaluation ExpectMatch.py, cross-project-tests/debuginfo-tests/dexter/dex/test_script Nodes.py

[Dexter] Add ability to check float values within a range (#204161)

Adds a new node type, !float, which can be used to match debugger ouptut
as
float values rather than as strings, optionally allowing a range to be
specified for inexact matches. This new node allows a list of values to
be
given, effectively a shorthand for a list of individual !float nodes.
DeltaFile
+110-1cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py
+68-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/floats.cpp
+12-1cross-project-tests/debuginfo-tests/dexter/dex/evaluation/ExpectMatch.py
+190-23 files

FreeBSD/ports 76858d8multimedia/kodi Makefile distinfo

multimedia/kodi: Update 22.0a3 => 22.0b1

Changelog:
https://github.com/xbmc/xbmc/releases/tag/22.0b1-Piers

- Unbundle nlohmann-json.

PR:             296428
Sponsored by:   UNIS Labs
DeltaFile
+9-12multimedia/kodi/Makefile
+9-11multimedia/kodi/distinfo
+7-0multimedia/kodi/pkg-plist
+25-233 files

FreeBSD/src 90130f3contrib/ofed/libirdma irdma_uk.c, sys/dev/irdma irdma_cm.c irdma_utils.c

irdma(4): update irdma to version 1.3.56-k

Update Intel irdma driver to version 1.3.56-k

Notable changes:
- adding E830 support
- adding E835 support

Signed-off-by: Sobczak, Bartosz <bartosz.sobczak at intel.com>

Reviewed by:    Andrew Zhu <anzhu at netapp.com>
Tested by:      Mateusz Moga <mateusz.moga at intel.com>
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D55479

(cherry picked from commit 5b7aa6c7bc9db19e8bd34a5b7892fb5df2a3068b)
DeltaFile
+359-134sys/dev/irdma/irdma_cm.c
+260-116sys/dev/irdma/irdma_utils.c
+240-63sys/dev/irdma/irdma_kcompat.c
+122-151sys/dev/irdma/irdma_ctrl.c
+149-113contrib/ofed/libirdma/irdma_uk.c
+147-113sys/dev/irdma/irdma_uk.c
+1,277-69031 files not shown
+2,236-1,24537 files

LLVM/project 877baa6llvm/include/llvm/CodeGen TargetRegisterInfo.h, llvm/include/llvm/MC MCRegisterInfo.h

[spr] changes to main this commit is based on

Created using spr 1.3.8-wip

[skip ci]
DeltaFile
+146-126llvm/utils/TableGen/RegisterInfoEmitter.cpp
+4-157llvm/include/llvm/CodeGen/TargetRegisterInfo.h
+109-1llvm/include/llvm/MC/MCRegisterInfo.h
+5-14llvm/test/TableGen/RegisterInfoEmitter-inherit-properties.td
+4-8llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+5-4llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
+273-31042 files not shown
+359-36748 files

LLVM/project 26b0e29llvm/include/llvm/CodeGen TargetRegisterInfo.h, llvm/include/llvm/MC MCRegisterInfo.h

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+151-137llvm/utils/TableGen/RegisterInfoEmitter.cpp
+4-182llvm/include/llvm/CodeGen/TargetRegisterInfo.h
+109-1llvm/include/llvm/MC/MCRegisterInfo.h
+16-20llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+9-12llvm/lib/CodeGen/TargetRegisterInfo.cpp
+5-14llvm/test/TableGen/RegisterInfoEmitter-inherit-properties.td
+294-36657 files not shown
+436-47963 files

FreeBSD/ports d0e9ee8sysutils/bottom distinfo Makefile.crates

sysutils/bottom: Update to 0.14.3
DeltaFile
+15-15sysutils/bottom/distinfo
+6-6sysutils/bottom/Makefile.crates
+1-1sysutils/bottom/Makefile
+22-223 files

LLVM/project dab5d92llvm/test/CodeGen/X86 haddsub-2.ll, llvm/test/Transforms/PhaseOrdering/X86 hsub.ll

[X86] haddsub-2.ll - sync scalar "not" hsub tests between the middle-end and backend (#207192)

Replace the codegen scalar tests with the IR that middle-end actually generates

Help towards #143000
DeltaFile
+42-128llvm/test/CodeGen/X86/haddsub-2.ll
+70-0llvm/test/Transforms/PhaseOrdering/X86/hsub.ll
+112-1282 files

OPNSense/core 3b99734src/opnsense/service/modules template.py

configd/templates - allow "strict" mode +TARGETS using the ! keyword.

Example line:
!at.cron:/etc/cron.d/at

In which case the target won't be generated when multiple modules are being flushed out (such as template_ctl.py \* being used on boot)

While here, also deprecate codecs (python warning)

for https://github.com/opnsense/plugins/pull/5521
DeltaFile
+10-7src/opnsense/service/modules/template.py
+10-71 files

OpenBSD/ports 1YTcI0Sdevel/py-test-run-parallel Makefile distinfo

   update to py3-test-run-parallel-0.9.1
VersionDeltaFile
1.12+2-2devel/py-test-run-parallel/Makefile
1.10+2-2devel/py-test-run-parallel/distinfo
+4-42 files

FreeBSD/ports 1eda196devel/aws-c-sdkutils distinfo Makefile

devel/aws-c-sdkutils: Update to 0.2.7

ChangeLog: https://github.com/awslabs/aws-c-sdkutils/releases/tag/v0.2.7
DeltaFile
+3-3devel/aws-c-sdkutils/distinfo
+1-1devel/aws-c-sdkutils/Makefile
+4-42 files

FreeBSD/ports f237b96math/R-cran-lava distinfo Makefile

math/R-cran-lava: Update to 1.9.2

ChangeLog: https://cran.r-project.org/web/packages/lava/news/news.html
DeltaFile
+3-3math/R-cran-lava/distinfo
+1-1math/R-cran-lava/Makefile
+4-42 files

FreeBSD/ports e3a8ad0shells/xonsh distinfo Makefile

shells/xonsh: Update to 0.24.0

ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.24.0
DeltaFile
+3-3shells/xonsh/distinfo
+2-2shells/xonsh/Makefile
+5-52 files

OpenBSD/ports ZVPYqSFdevel/py-test-order Makefile distinfo

   update to py3-test-order-1.5.0
VersionDeltaFile
1.4+6-6devel/py-test-order/Makefile
1.2+2-2devel/py-test-order/distinfo
+8-82 files

FreeNAS/freenas 096c290src/middlewared/middlewared/alembic/versions/27.0 2026-07-01_12-00_docker_address_pool_canonical.py, src/middlewared/middlewared/api/v27_0_0 docker.py

address review, add migration + tests
DeltaFile
+64-0src/middlewared/middlewared/alembic/versions/27.0/2026-07-01_12-00_docker_address_pool_canonical.py
+41-0src/middlewared/middlewared/pytest/unit/plugins/docker/test_docker_config_change_detection.py
+8-2src/middlewared/middlewared/api/v27_0_0/docker.py
+1-6src/middlewared/middlewared/plugins/docker/config.py
+114-84 files

LLVM/project 507108eclang/lib/Parse ParseStmt.cpp

[clang] Fix enum/non-enum conditional warning in ParseStmt (#207085)

Use Scope::NoScope instead of 0, fixes
```
llvm-project/clang/lib/Parse/ParseStmt.cpp:1744:57: warning: enumerated and non-enumerated type in conditional expression [-Wextra]
 1744 |   unsigned ScopeFlags = Scope::ControlScope | (C99orCXX ? Scope::DeclScope : 0);
```
DeltaFile
+2-1clang/lib/Parse/ParseStmt.cpp
+2-11 files

FreeBSD/ports d9533cdnet/ntpd-rs distinfo Makefile.crates

net/ntpd-rs: Update to 1.9.0

PR:             296396
DeltaFile
+79-61net/ntpd-rs/distinfo
+38-29net/ntpd-rs/Makefile.crates
+1-2net/ntpd-rs/Makefile
+118-923 files

NetBSD/pkgsrc 4GVTozhgraphics/libheif distinfo, graphics/libheif/patches patch-heifio_CMakeLists.txt

   libheif: don't pick up stray libwebp dependency
VersionDeltaFile
1.1+16-0graphics/libheif/patches/patch-heifio_CMakeLists.txt
1.49+2-1graphics/libheif/distinfo
+18-12 files

NetBSD/src kAUVeQTsys/sys atomic.h

   atomic_store(9): Fix byte indexing on hash-locked architectures.

   Fixes the easy part of:

   PR kern/60393: hash-locked atomic_store_* is all kinds of busted

   The hard part will require redoing these to just hash-lock the whole
   store.
VersionDeltaFile
1.30+15-2sys/sys/atomic.h
+15-21 files

OPNSense/core 51cfab9src/opnsense/mvc/app/views/OPNsense/Core firmware.volt, src/opnsense/scripts/firmware latest.php

firmware: support for patch release matching

(cherry picked from commit c997621e316ebe9936b99ca3d0c15cbc62cc2b16)
DeltaFile
+2-2src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
+1-1src/opnsense/scripts/firmware/latest.php
+3-32 files

OPNSense/core 2e20c13src/opnsense/mvc/app/models/OPNsense/OpenVPN OpenVPN.xml

VPN: OpenVPN: Instances - partially revert https://github.com/opnsense/core/commit/6c3be9a11699879fe50aea1c30e50de5864601d7 and add a specific regex constraint for static keys (alphanum, line endings, minus signs and hashes)

closes https://github.com/opnsense/core/issues/10483

(cherry picked from commit 803b2fa6855a8ef1431209edc7e257e7a7681d4e)
DeltaFile
+3-2src/opnsense/mvc/app/models/OPNsense/OpenVPN/OpenVPN.xml
+3-21 files

OPNSense/core bec4749src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api ExportController.php

VPN: OpenVPN: Client Export - php85 issue "Using null as an array offset is deprecated"
DeltaFile
+1-1src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api/ExportController.php
+1-11 files

LLVM/project 4fca989llvm/test/CodeGen/AArch64 sve-lrint.ll sve-llrint.ll

[AArch64] Add SVE lowering for FP_TO_[US]INT_SAT.

Fixed-length lowering will be added in a separate PR.
DeltaFile
+319-1,280llvm/test/CodeGen/AArch64/sve-lrint.ll
+319-1,280llvm/test/CodeGen/AArch64/sve-llrint.ll
+113-333llvm/test/CodeGen/AArch64/sve-fptosi-sat.ll
+87-269llvm/test/CodeGen/AArch64/sve-fptoui-sat.ll
+80-209llvm/test/CodeGen/AArch64/sve-fixed-vector-lrint.ll
+144-0llvm/test/CodeGen/AArch64/sve-fptosi-sat-scalable-types.ll
+1,062-3,3711 files not shown
+1,081-3,3797 files