LLVM/project 2b74b14libc/src/__support/FPUtil PolyEval.h

misc
DeltaFile
+4-4libc/src/__support/FPUtil/PolyEval.h
+4-41 files

LLVM/project e6789f9llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp AMDGPU.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp AMDGPUBaseInfo.h

[AMDGPU] Introduce ASYNC_CNT on GFX1250 (#185810)

Async operations transfer data between global memory and LDS. Their
progress is tracked by the ASYNC_CNT counter on GFX1250 and later
architectures. This change introduces the representation of that counter
in SIInsertWaitCnts. For now, the programmer must manually insert
s_wait_asyncnt instructions. Later changes will add compiler assistance
for generating the waits by including this counter in the asyncmark
instructions.

Assisted-by: Claude Sonnet 4.5

This is part of a stack:

- #185813
- #185810
DeltaFile
+24-9llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+10-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+8-1llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+6-0llvm/lib/Target/AMDGPU/AMDGPU.td
+48-104 files

OPNSense/core fd1166bsrc/opnsense/scripts/unbound-dnsbl/lib dnsbl.py

unbound: include blocklist length in state change logic, fixes https://github.com/opnsense/core/issues/10001
DeltaFile
+3-2src/opnsense/scripts/unbound-dnsbl/lib/dnsbl.py
+3-21 files

Dreckly/dreckly 77d1fafnet/host distinfo, net/host/patches patch-ac

host: Fix implicit function decls
DeltaFile
+13-3net/host/patches/patch-ac
+1-1net/host/distinfo
+14-42 files

OPNSense/core 7f24fa5src/opnsense/mvc/app/views/layout_partials base_apply_button.volt, src/opnsense/www/js opnsense_bootgrid.js

Merge remote-tracking branch 'origin/master' into kea-option-encoding-ip
DeltaFile
+71-50src/opnsense/www/js/opnsense_bootgrid.js
+1-1src/opnsense/mvc/app/views/layout_partials/base_apply_button.volt
+72-512 files

OPNSense/core 40a6243src/opnsense/mvc/app/views/layout_partials base_apply_button.volt, src/opnsense/www/js opnsense_bootgrid.js

bootgrid: automatic grid height calculation (#10011)

Grids will now fill all available screen space (if the amount of data allows), minus a margin. The margin may also include a user-supplied element or selector, of which the dimensions are used to subtract the grid height to leave space for said element. By default this element is .grid-bottom-reserve, as on most pages the base_apply_button is used below the grid.
DeltaFile
+71-50src/opnsense/www/js/opnsense_bootgrid.js
+1-1src/opnsense/mvc/app/views/layout_partials/base_apply_button.volt
+72-512 files

Dreckly/dreckly 6129cf2net/fair-identd distinfo, net/fair-identd/patches patch-identd.c

fair-identd: Fix implicit functions decls
DeltaFile
+14-0net/fair-identd/patches/patch-identd.c
+1-0net/fair-identd/distinfo
+15-02 files

LLVM/project 895c281llvm/lib/Target/AArch64/GISel AArch64RegisterBankInfo.cpp, llvm/test/CodeGen/AArch64 arm64-int-neon.ll

[AArch64][GlobalISel] Remove fallback for scalar usqadd/suqadd intrinsics (#187513)

Previously, GlobalISel was failing to select these intrinsics when given
scalar operands, as RegBankSelect would place these on GPR banks. Fixing
this enables GlobalISel to lower correctly, as in Instruction Selection
the intrinsic matches the SIMD patterns in AArch64InstrInfo.td.
DeltaFile
+1-5llvm/test/CodeGen/AArch64/arm64-int-neon.ll
+2-0llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
+3-52 files

Dreckly/dreckly 08e2fdcnet/bounce distinfo, net/bounce/patches patch-aa

bound: Need to always include <string.h>
DeltaFile
+6-7net/bounce/patches/patch-aa
+1-1net/bounce/distinfo
+7-82 files

LLVM/project 4376bf2clang-tools-extra/clang-tidy/performance FasterStringFindCheck.cpp, clang-tools-extra/test/clang-tidy/checkers/performance faster-string-find.cpp

[clang-tidy] Fix "effective" -> "efficient". (#187536)

"Effective" is the wrong word: Both overloads are effective; they do
what they're supposed to do. But the character overload does less work.
DeltaFile
+1-1clang-tools-extra/test/clang-tidy/checkers/performance/faster-string-find.cpp
+1-1clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.cpp
+2-22 files

LLVM/project 4b17135llvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPlanPatternMatch.h, llvm/test/Transforms/LoopVectorize/AArch64 partial-reduce-fdot-product.ll

[LV] Simplify `matchExtendedReductionOperand()` (NFCI) (#185821)

This updates `matchExtendedReductionOperand` so the simple case of
`UpdateR(PrevValue, ext(...))` is matched first as an early exit. The
binop matching is then flattened to remove the extra layer of the
`MatchExtends` lambda.
DeltaFile
+63-75llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+58-0llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-fdot-product.ll
+4-0llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+125-753 files

Dreckly/dreckly 159e622misc/mmv distinfo, misc/mmv/patches patch-ab

mmv: Fix build with recent GCC
DeltaFile
+51-30misc/mmv/patches/patch-ab
+1-1misc/mmv/distinfo
+52-312 files

FreeBSD/ports 83ce88asecurity/py-gssapi distinfo Makefile, security/py-gssapi/files patch-pyproject.toml

security/py-gssapi: Update to 1.11.1

PR:             293784
Approved by:    john at saltant.com (maintainer)
Release Notes:  https://github.com/pythongssapi/python-gssapi/releases/tag/v1.11.1
DeltaFile
+3-3security/py-gssapi/distinfo
+2-2security/py-gssapi/files/patch-pyproject.toml
+2-2security/py-gssapi/Makefile
+7-73 files

Dreckly/dreckly b9b8c4bmisc/wdic distinfo, misc/wdic/patches patch-ab

wdic: Fix implicit decl of bzero(3)
DeltaFile
+6-3misc/wdic/patches/patch-ab
+1-1misc/wdic/distinfo
+7-42 files

LLVM/project 78f267fclang/lib/AST/ByteCode InterpFrame.h InterpFrame.cpp

Reapply "[clang][bytecode] Allocate local variables in `InterpFrame` … (#187644)

…tail storage" (#187410)

This reverts commit bf1db77fc87ce9d2ca7744565321b09a5d23692f.

Avoid using an `InterpFrame` member after calling its destructor this
time. I hope that was the only problem.
DeltaFile
+41-15clang/lib/AST/ByteCode/InterpFrame.h
+23-21clang/lib/AST/ByteCode/InterpFrame.cpp
+13-15clang/lib/AST/ByteCode/Function.h
+9-15clang/lib/AST/ByteCode/Compiler.cpp
+15-7clang/lib/AST/ByteCode/Context.cpp
+13-6clang/lib/AST/ByteCode/Interp.cpp
+114-7910 files not shown
+146-11616 files

FreeBSD/ports bdd04bcmath/py-roman distinfo Makefile

math/py-roman: Update to 5.2
DeltaFile
+3-3math/py-roman/distinfo
+1-1math/py-roman/Makefile
+4-42 files

FreeBSD/ports 776a5b1math/py-networkx distinfo Makefile, math/py-networkx/files patch-pyproject.toml

math/py-networkx: Update to 3.6
DeltaFile
+21-0math/py-networkx/files/patch-pyproject.toml
+3-3math/py-networkx/distinfo
+1-2math/py-networkx/Makefile
+25-53 files

FreeBSD/ports 646905amath/py-mpmath distinfo Makefile

math/py-mpmath: Update to 1.4.1
DeltaFile
+3-3math/py-mpmath/distinfo
+1-1math/py-mpmath/Makefile
+4-42 files

Dreckly/dreckly 45b98b6misc/yrolo distinfo, misc/yrolo/patches patch-usage.c patch-error.c

yrolo: Fix implicit decl of exit(3)
DeltaFile
+16-0misc/yrolo/patches/patch-usage.c
+14-0misc/yrolo/patches/patch-error.c
+2-0misc/yrolo/distinfo
+32-03 files

OPNSense/core 80351c1src/opnsense/mvc/app/views/layout_partials base_apply_button.volt, src/opnsense/www/js opnsense_bootgrid.js

bootgrid: automatic grid height calculation
DeltaFile
+71-50src/opnsense/www/js/opnsense_bootgrid.js
+1-1src/opnsense/mvc/app/views/layout_partials/base_apply_button.volt
+72-512 files

Dreckly/dreckly 3aebee7misc/wdic distinfo, misc/wdic/patches patch-ab

wdic: Fix implicit decl of bzero(3)
DeltaFile
+6-3misc/wdic/patches/patch-ab
+1-1misc/wdic/distinfo
+7-42 files

NetBSD/src 1UgPBwCsys/arch/riscv/riscv cpufunc.c

   Fix primary cache function prototypes to fix build on rv32
VersionDeltaFile
1.2+6-7sys/arch/riscv/riscv/cpufunc.c
+6-71 files

LLVM/project 68e3556llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp AMDGPU.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp AMDGPUBaseInfo.h

[AMDGPU] Introduce ASYNC_CNT on GFX1250

Async operations transfer data between global memory and LDS. Their progress is
tracked by the ASYNC_CNT counter on GFX1250 and later architectures. This change
introduces the representation of that counter in SIInsertWaitCnts. For now, the
programmer must manually insert s_wait_asyncnt instructions. Later changes will
add compiler assistance for generating the waits by including this counter in
the asyncmark instructions.

Assisted-by: Claude Sonnet 4.5
DeltaFile
+24-9llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+10-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+8-1llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+6-0llvm/lib/Target/AMDGPU/AMDGPU.td
+48-104 files

Dreckly/dreckly 877f135misc/mmv distinfo, misc/mmv/patches patch-ab

mmv: Fix build with recent GCC
DeltaFile
+35-14misc/mmv/patches/patch-ab
+1-1misc/mmv/distinfo
+36-152 files

LLVM/project ab28384llvm/include/llvm/CodeGen ExpandMemCmp.h, llvm/include/llvm/Passes CodeGenPassBuilder.h

[ExpandMemCmp] Remove unused TM/TLI dependency (#187660)

This pass does not actually use TargetMachine/TargetLoweringInfo.
DeltaFile
+15-24llvm/lib/CodeGen/ExpandMemCmp.cpp
+0-4llvm/include/llvm/CodeGen/ExpandMemCmp.h
+1-1llvm/include/llvm/Passes/CodeGenPassBuilder.h
+1-1llvm/lib/Passes/PassRegistry.def
+0-1llvm/test/tools/opt/no-target-machine.ll
+17-315 files

NetBSD/pkgsrc ILkhapedoc CHANGES-2026

   Note update of the "mutt" package to version 2.3.1
VersionDeltaFile
1.1799+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sCKRQUDmail/mutt distinfo Makefile

   mail/mutt: Update to version 2.3.1

   This is a bug-fix release, fixing a compilation error when configured
   --without-wc-funcs, and a potential bug in the folder browser.
VersionDeltaFile
1.124+4-4mail/mutt/distinfo
1.295+2-3mail/mutt/Makefile
+6-72 files

LLVM/project da11265llvm/include/llvm/ADT GenericUniformityImpl.h, llvm/lib/Analysis UniformityAnalysis.cpp

add VH callback support for value deletion in uniformity
DeltaFile
+83-0llvm/unittests/Target/AMDGPU/UniformityAnalysisCallbackVHTest.cpp
+46-0llvm/lib/Analysis/UniformityAnalysis.cpp
+14-0llvm/include/llvm/ADT/GenericUniformityImpl.h
+4-0llvm/lib/IR/SSAContext.cpp
+4-0llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
+2-0llvm/lib/CodeGen/MachineSSAContext.cpp
+153-02 files not shown
+155-08 files

OPNSense/core 8fdf1b9src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api SettingsController.php, src/opnsense/mvc/app/models/OPNsense/Unbound Unbound.php

Merge remote-tracking branch 'origin/master' into kea-option-encoding-ip
DeltaFile
+107-52src/opnsense/mvc/app/views/OPNsense/Unbound/overrides.volt
+121-0src/opnsense/mvc/app/models/OPNsense/Unbound/FieldTypes/AliasReflector.php
+56-27src/opnsense/www/js/opnsense_bootgrid.js
+0-53src/opnsense/mvc/app/models/OPNsense/Unbound/FieldTypes/AliasRefCount.php
+23-0src/opnsense/mvc/app/models/OPNsense/Unbound/Unbound.php
+20-1src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api/SettingsController.php
+327-13321 files not shown
+473-20327 files

LLVM/project f18c8aellvm/lib/CodeGen MachineSSAContext.cpp, llvm/lib/IR SSAContext.cpp

review: fix isNeverDivergent and separate VH callback for other follow-up
DeltaFile
+0-4llvm/lib/IR/SSAContext.cpp
+0-2llvm/lib/CodeGen/MachineSSAContext.cpp
+0-62 files