LLVM/project 12c13e0llvm/lib/Target/AMDGPU AMDGPURegisterBankInfo.cpp SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.s.buffer.load.ll

[AMDGPU][GFX1250] Implement offset handling in s.buffer.load (#178389)

Divergent path of s.buffer.load must handle 32b offset extension
behaviour on GFX1250.
Tests in llvm.amdgcn.s.buffer.load.ll are rewritten to avoid using
export instructions not available on GFX1250.
DeltaFile
+2,801-1,573llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
+2,635-1,150llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
+452-517llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll
+6-2llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
+5-1llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+5,899-3,2435 files

LLVM/project 0dd61b2llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/WebAssembly simd-shuffle-widen.ll

[WebAssembly] Fix crash in ReplaceNodeResults for ANY_EXTEND_VECTOR_INREG (#178374)

Fixes a crash during type legalization by allowing
ISD::ANY_EXTEND_VECTOR_INREG to fall back to default expansion instead
of hitting llvm_unreachable.

Fixed: #177209
(cherry picked from commit 16d8d4b84edd257a81b243767d7b6bd62bbfb9fa)
DeltaFile
+50-0llvm/test/CodeGen/WebAssembly/simd-shuffle-widen.ll
+1-0llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
+51-02 files

LLVM/project 399f25fclang/include/clang/Analysis/Analyses/LifetimeSafety FactsGenerator.h, clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp

[LifetimeSafety] Handle temporaries of non-trivial view types (#177878)

Fixes https://github.com/llvm/llvm-project/issues/177802

This enables the analysis to correctly track lifetimes through
non-trivial view types that require temporary binding due to having a
destructor.

This is fixed by handling `MaterializeTemporaryExpr` even for
lifetime-extended temporaries and fixing the flow of origins.
DeltaFile
+22-0clang/test/Sema/warn-lifetime-safety.cpp
+10-7clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+1-0clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
+33-73 files

LLVM/project 2c8fa3c.github/workflows release-tasks.yml

workflows/release-tasks: Add missing needs tag to release-lit job (#178224)

The job references variables from the validate-tag job, so it needs to
have it listed in the 'needs' tag. This is why this job failed for the
22.1.0-rc2 release.

(cherry picked from commit 7901e2d04c553f6b9e17800059be8cd702c65bac)
DeltaFile
+2-0.github/workflows/release-tasks.yml
+2-01 files

FreeBSD/ports 6d2bbb8sysutils/fluent-bit Makefile, sysutils/fluent-bit/files fluent-bit.in

sysutils/fluent-bit: Improve RC script and fix issues

* Document 'fluent_bit_group' variable
* Install PID file with mode 0600 instead of 0755
* Reuse ${name}
* Pass '-t {name}' to daemon(8)
* Remove self-created PID file

PR:             292782
MFH:            2026Q1
Approved by:    girgen (maintainer)

(cherry picked from commit efa59bb21618021d2726aed339bf448aa055fc4e)
DeltaFile
+10-3sysutils/fluent-bit/files/fluent-bit.in
+1-1sysutils/fluent-bit/Makefile
+11-42 files

FreeBSD/ports b53024csysutils/fluent-bit Makefile, sysutils/fluent-bit/files patch-plugins_in__tail_tail__fs__inotify.c

sysutils/fluent-bit: fix problem with tail module

On FreeBSD, userland inotify functions do not accept IN_IGNORED and
IN_Q_OVERFLOW flags (they are only returned from system calls by
kernel), and if specified, invokes an error.

PR:             292629
Submitted by:   Hiroo Ono

(cherry picked from commit bd220a9cae5310798cdd5788e8e8805c8e7c61e0)
DeltaFile
+17-0sysutils/fluent-bit/files/patch-plugins_in__tail_tail__fs__inotify.c
+1-0sysutils/fluent-bit/Makefile
+18-02 files

LLVM/project bc063ffflang/include/flang/Support Fortran-features.h, flang/lib/Semantics expression.cpp

[flang] Remove `AmbiguousStructureConstructor` warnings (#178088)

Remove `AmbiguousStructureConstructor` warnings. This removes harmless
warnings about standards-conforming generic function references that
are never ambiguous with structure constructors.

(cherry picked from commit 5136b04dd2aaeb3cbc724c0015e7f06ed2408e1a)
DeltaFile
+1-52flang/lib/Semantics/expression.cpp
+4-4flang/include/flang/Support/Fortran-features.h
+2-4flang/test/Semantics/c7108.f90
+2-4flang/test/Semantics/resolve17.f90
+1-2flang/test/Semantics/resolve11.f90
+0-3flang/test/Semantics/generic09.f90
+10-693 files not shown
+12-749 files

LLVM/project a3e5186flang/docs FortranStandardsSupport.md ParallelMultiImageFortranRuntime.md

[flang] Document experimental support for multi-image features (#178011)

This PR updates flang's Fortran standard conformance documentation to
reflect the recent addition of experimental support for multi-image
features.

PRs implementing that support include:
* #151675
* #154081
* #154770
* #154166
* #165573

(cherry picked from commit a58038307a604096bcc2ba0e6635be339ea704b7)
DeltaFile
+10-11flang/docs/FortranStandardsSupport.md
+5-0flang/docs/ParallelMultiImageFortranRuntime.md
+15-112 files

FreeBSD/src 56970c3release/tools openstack.conf azure.conf, stand/efi/loader main.c

loader: Prefer comma-separated list of values for "console"

PR:             292595
Reviewed by:    imp
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54923
DeltaFile
+2-2stand/i386/loader/main.c
+2-2stand/efi/loader/main.c
+1-1release/tools/openstack.conf
+1-1release/tools/azure.conf
+6-64 files

LLVM/project 1db8077lldb/tools/lldb-dap DAP.cpp

[lldb-dap] Fix debugger initialisation order in DAP::InitializeDebugger (#178022)

Validate the debugger before assigning it to the member debugger to
avoid setting an invalid debugger on error.

We usually have an existing session with that debugger ends up messing
with that session.

(cherry picked from commit fa3b3a0be13c3921d983375b1d0ac03d3d2b725d)
DeltaFile
+6-4lldb/tools/lldb-dap/DAP.cpp
+6-41 files

LLVM/project e297883llvm/lib/CodeGen ShrinkWrap.cpp, llvm/test/CodeGen/AArch64 shrink-wrap-unreachable.ll

[ShrinkWrap] Ensure we do not crash on unreachable blocks. (#178009)

Since we started optimizating always-true branches in the AArch64
backend (like cbz wzr), shrink wrap has been exposed to some block
structures that it does not handle correctly, usually with unreachable
blocks. This prevents the call to FindIDom/findNearestCommonDominator
from failing when looking at the predecessors of a loop if one is
unreachable.

Fixes: #177866
(cherry picked from commit f5de33dbf59a30246a6113e507e0cb41c21b9e45)
DeltaFile
+36-0llvm/test/CodeGen/AArch64/shrink-wrap-unreachable.ll
+5-1llvm/lib/CodeGen/ShrinkWrap.cpp
+41-12 files

LLVM/project 8bca4e5llvm/lib/Linker IRMover.cpp, llvm/test/Transforms/FunctionImport attr_fixup_dae_noundef.ll

[IRMover] Use signature for exact definition (#177381)

It is possible for optimizations to modify attributes on exact
definitions. In particular, DeadArgumentElimination may find that a
certain argument is dead, and replace arguments in calls with `poison`.
This requires dropping the `noundef` attribute on the argument.

When ThinLTO import is performed, the destination module already has a
declaration for the function, and the definition is not imported (e.g.
because it is noinline), we currently simply retain the original
declaration. This is incorrect if call with poison arguments were
imported, as the calls become immediate UB.

There was a previous attempt to address this in
https://reviews.llvm.org/D139209. What that patch did was to fix up the
attributes of the declaration after the fact, dropping UB implying
attributes that are not present on the definition. It was reverted
because it made an incorrect assumption that the signature between the
declaration and definition must match.

    [12 lines not shown]
DeltaFile
+38-0llvm/test/Transforms/FunctionImport/attr_fixup_dae_noundef.ll
+19-0llvm/test/Transforms/FunctionImport/Inputs/attr_fixup_dae_noundef.ll
+10-0llvm/lib/Linker/IRMover.cpp
+67-03 files

LLVM/project 70c3505llvm/docs AMDGPUUsage.rst

Modelled fmin/fmax similar to llvm.minimumnum/maximumnum
DeltaFile
+8-2llvm/docs/AMDGPUUsage.rst
+8-21 files

LLVM/project 43459d5llvm/docs AMDGPUUsage.rst

[AMDGPU] Update documentation for wave reduction intrinsics
DeltaFile
+70-4llvm/docs/AMDGPUUsage.rst
+70-41 files

LLVM/project 318091dclang/include/clang/Basic BuiltinsAMDGPU.td, clang/test/Sema wave-reduce-builtins-validate-amdgpu.cl

Mark stratergy argument as constant
DeltaFile
+86-0clang/test/Sema/wave-reduce-builtins-validate-amdgpu.cl
+26-26clang/include/clang/Basic/BuiltinsAMDGPU.td
+112-262 files

OPNSense/core 735db27src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Fix upload bootgrid reload and hint the successful import with the change message
DeltaFile
+2-1src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+2-11 files

OPNSense/core fc41ccdsrc/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

Build an alias lookup map to instantiate the model only once, use it in closure
DeltaFile
+15-12src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+15-121 files

LLVM/project fffd58bclang/include/clang/Analysis/Analyses/LifetimeSafety FactsGenerator.h, clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp

[LifetimeSafety] Handle temporaries of non-trivial view types
DeltaFile
+22-0clang/test/Sema/warn-lifetime-safety.cpp
+10-7clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+1-0clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
+33-73 files

FreeBSD/ports 52ec82bsysutils/hstr Makefile distinfo

sysutils/hstr: update 2.3 -> 3.1

Changelog:  https://github.com/dvorka/hstr/releases/tag/3.1
            https://github.com/dvorka/hstr/releases/tag/3.0
            https://github.com/dvorka/hstr/releases/tag/2.6
            https://github.com/dvorka/hstr/releases/tag/2.5
            https://github.com/dvorka/hstr/releases/tag/2.4

PR:             288853
Reported by:    1o1o1 (github PR)
Reviewed by:    monsieurp at gentoo.org (maintainer timeout)
DeltaFile
+5-5sysutils/hstr/Makefile
+3-3sysutils/hstr/distinfo
+8-82 files

LLVM/project 19b5300llvm/lib/Target/SystemZ SystemZISelLowering.cpp SystemZISelLowering.h

[SystemZ] Precommit for moving some functions around. (#177441)

In preparation for #171066 (FP16 vector support).

(cherry picked from commit e0a132691fe9499857d95dc1d26994f82f7f4a44)
DeltaFile
+38-27llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+1-8llvm/lib/Target/SystemZ/SystemZISelLowering.h
+39-352 files

LLVM/project ffb940dllvm/test/CodeGen/SystemZ vec-abi-01.ll vec-abi-02.ll

[SystemZ] Support fp16 vector ABI and basic codegen. (#171066)

- Make v8f16 a legal type so that arguments can be passed in vector
registers. Handle fp16 vectors so that they have the same ABI as other
fp vectors.

- Set the preferred vector action for fp16 vectors to "split". This will
scalarize all operations, which is not always necessary (like with
memory operations), but it avoids the superfluous operations that result
after first widening and then scalarizing a narrow vector (like v4f16).

Fixes #168992

(cherry picked from commit c999e9a4fe8870f7943551d9ff8b575eb282d16d)
DeltaFile
+2,489-0llvm/test/CodeGen/SystemZ/vec-abi-01.ll
+1,751-0llvm/test/CodeGen/SystemZ/vec-abi-02.ll
+0-725llvm/test/CodeGen/SystemZ/fp-half-vector.ll
+519-0llvm/test/CodeGen/SystemZ/fp-half-vector-binops.ll
+503-0llvm/test/CodeGen/SystemZ/fp-half-vector-fcmp-select.ll
+349-0llvm/test/CodeGen/SystemZ/vec-abi-04.ll
+5,611-72524 files not shown
+6,938-1,00130 files

LLVM/project e636639flang/include/flang/Optimizer/Builder HLFIRTools.h, flang/include/flang/Optimizer/Dialect FIROpsSupport.h

[flang] fix DIR IVDEP for array assignments inside loops (#177940)

The access attribute set on hlfir.assign for arrays was lost in
InlineHLFIRAssign.cpp. This patch propagates it to the creates loads and
stores.

(cherry picked from commit c2d510f5bdabf71f4f5fde36a37faf5565762195)
DeltaFile
+22-10flang/lib/Optimizer/Builder/HLFIRTools.cpp
+20-0flang/test/Lower/ivdep-array.f90
+7-4flang/include/flang/Optimizer/Builder/HLFIRTools.h
+6-1flang/lib/Optimizer/HLFIR/Transforms/InlineHLFIRAssign.cpp
+5-0flang/include/flang/Optimizer/Dialect/FIROpsSupport.h
+2-1flang/lib/Lower/Bridge.cpp
+62-161 files not shown
+63-177 files

FreeBSD/ports ae31cd1games/jfsw distinfo Makefile

games/jfsw: Update to 20260105
DeltaFile
+9-9games/jfsw/distinfo
+4-4games/jfsw/Makefile
+13-132 files

LLVM/project 2dc6da5llvm/lib/Target/ARM ARMTargetTransformInfo.h ARMTargetTransformInfo.cpp, llvm/test/Transforms/Inline/ARM inline-dotprod.ll

[ARM] Fix inlining issue in ARM (#169337)

There is an issue on ARM where a function wont be inlined due to
mismatching target features between caller and callee.
The caller has `HasV8Ops` and `FeatureDotProd` and the callee does not,
but AFAIK this should not be a problem.
https://godbolt.org/z/f19h3zT66 is an example showing how the call is
not inlined on armv7.
The expected asm output would be something like:
```asm
.fnstart
        vsdot.s8        q0, q1, d4[0]
        bx      lr
.Lfunc_end0:

```
Thanks to @Amichaxx we managed to narrow it down and now can resolve
this problem by adding `ARM::FeatureDotProd, ARM::HasV8Ops` to
InlineFeaturesAllowed in llvm/lib/Target/ARM/ARMTargetTransformInfo.h,

    [10 lines not shown]
DeltaFile
+132-34llvm/lib/Target/ARM/ARMTargetTransformInfo.h
+49-0llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
+35-0llvm/test/Transforms/Inline/ARM/inline-dotprod.ll
+216-343 files

FreeBSD/ports 877b3a9sysutils/py-ansible-core220 Makefile

sysutils/py-ansible-core220: unbreak the ports tree
DeltaFile
+1-1sysutils/py-ansible-core220/Makefile
+1-11 files

FreeBSD/ports 44f44a8audio/beets Makefile distinfo

audio/beets: update 2.0.0 -> 2.5.1

Changelog: https://github.com/beetbox/beets/releases/tag/v2.5.1

Major changes:
Unbreak audio/beats. The breakage was due to an sqlite2
requirement, disabled in ports, to support Double-quoted String
Literals.

Also reorder sections and fix style to make portlint and portfmt
happy.

PR:             289098
Reported by:    vishwin
Approved by:    Leonhard Wachutka <leonhard at wachutka.eu> (maintainer)
DeltaFile
+45-41audio/beets/Makefile
+3-3audio/beets/distinfo
+48-442 files

FreeBSD/ports 5c1e98fdevel Makefile, devel/py-lap Makefile pkg-descr

devel/py-lap: New port

Lap is a linear assignment problem solver using Jonker-Volgenant algorithm.
It's required by the latest version of audio/beet.

PR:             289098
DeltaFile
+20-0devel/py-lap/Makefile
+6-0devel/py-lap/pkg-descr
+3-0devel/py-lap/distinfo
+1-0devel/Makefile
+30-04 files

FreeNAS/freenas 0e54ec9src/middlewared/debian postinst, src/middlewared/middlewared main.py

Cache `core.get_methods` to increase its performance and prevent race conditions in pydantic
DeltaFile
+62-20src/middlewared/middlewared/service/core_service.py
+17-1src/middlewared/middlewared/main.py
+4-0src/middlewared/debian/postinst
+83-213 files

NetBSD/pkgsrc Nh4ay22doc CHANGES-2026

   doc: Updated mail/spamassassin to 4.0.2nb1
VersionDeltaFile
1.720+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6EJb1k1mail/spamassassin options.mk Makefile

   spamassassin: fix path to gpg binaries

   From Marc Baudoin

   Bump PKGREVISION.
VersionDeltaFile
1.17+3-3mail/spamassassin/options.mk
1.156+2-1mail/spamassassin/Makefile
+5-42 files