FreeBSD/ports 63270e7net-p2p/libtorrent Makefile pkg-plist, net-p2p/libtorrent/files patch-src_tracker_tracker__worker.cc

net-p2p/{lib,r}torrent: Update to 0.16.22

This release includes various bugfixes and minor improvements as part of
a stable series of releases.

ChangeLog:      https://github.com/rakshasa/rtorrent/releases/tag/v0.16.22
MFH:            2026Q3
DeltaFile
+12-0net-p2p/libtorrent/files/patch-src_tracker_tracker__worker.cc
+3-3net-p2p/rtorrent/distinfo
+3-3net-p2p/libtorrent/distinfo
+2-2net-p2p/libtorrent/pkg-plist
+1-1net-p2p/rtorrent/Makefile
+1-1net-p2p/libtorrent/Makefile
+22-106 files

FreeBSD/ports 12620f3security/s2n-tls Makefile distinfo

security/s2n-tls: Update to 1.7.9

ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.7.9
DeltaFile
+3-3security/s2n-tls/distinfo
+1-1security/s2n-tls/Makefile
+4-42 files

FreeBSD/ports c4f2969textproc/R-cran-rmarkdown distinfo Makefile

textproc/R-cran-rmarkdown: Update to 2.32

- Update LICENSE

ChangeLog: https://cran.r-project.org/web/packages/rmarkdown/news/news.html
DeltaFile
+3-3textproc/R-cran-rmarkdown/distinfo
+3-3textproc/R-cran-rmarkdown/Makefile
+6-62 files

FreeBSD/ports 54e4a14graphics/oxipng Makefile Makefile.crates, graphics/oxipng/files patch-man

graphics/oxipng: Update to 10.2.1

ChangeLog: https://github.com/oxipng/oxipng/releases/tag/v10.2.1
DeltaFile
+47-17graphics/oxipng/distinfo
+0-40graphics/oxipng/files/patch-man
+23-8graphics/oxipng/Makefile.crates
+1-1graphics/oxipng/Makefile
+71-664 files

LLVM/project eb571d6clang/test/CIR/CodeGenHIP builtins-amdgcn-s-prefetch-inst-nyi.hip builtins-amdgcn-gfx10.hip, clang/test/CIR/CodeGenOpenMP target-host-op-filtering.c

clang: Convert some amdgpu tests to subarch triples (#221172)
DeltaFile
+48-48clang/test/CIR/CodeGenHIP/builtins-amdgcn-gfx11.hip
+18-18clang/test/CIR/CodeGenHIP/builtins-amdgcn-gfx10.hip
+3-3clang/test/OpenMP/target_teams_atomic_reduction_codegen.cpp
+2-2clang/test/SemaOpenCL/builtins-amdgcn-cvt-sr-pk-bf16-f32-err.cl
+2-2clang/test/CIR/CodeGenOpenMP/target-host-op-filtering.c
+2-2clang/test/CIR/CodeGenHIP/builtins-amdgcn-s-prefetch-inst-nyi.hip
+75-757 files not shown
+82-8213 files

LLVM/project b8847b2llvm/lib/Target/AArch64 AArch64TargetTransformInfo.cpp, llvm/lib/Transforms/Vectorize VPlan.h VPlanTransforms.h

[LV][AArch64] Provide option to use partial reductions by default (#216001)

Partial reduction intrinsics are explicitly unordered, which may allow
us to perform extra optimizations that may result in a different
ordering of lanes within a vector. This would only be done if the target
indicated the intrinsic was at least as cheap as the normal accumulation
operation.

Off by default to start with.



As an example of an optimization which would be easier/less fragile with
this change, see #206047 which currently tries to match the entire
reduction. If the in-loop update was a partial reduction intrinsic (even
at the same VF), then we could just implement the whole thing as a
DAGCombine.

Some follow-up work will be needed before turning on by default; there's
25 AArch64 check-all failures (just need to update test checks) and some
build failures + regressions in some spec benchmarks to look at.
DeltaFile
+95-8llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-costs.ll
+64-6llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+44-0llvm/test/Transforms/LoopVectorize/AArch64/aarch64-predication.ll
+16-2llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+4-3llvm/lib/Transforms/Vectorize/VPlanTransforms.h
+3-1llvm/lib/Transforms/Vectorize/VPlan.h
+226-201 files not shown
+227-217 files

DragonFlyBSD/src 6856d6bshare/mk bsd.crunchgen.mk

bsd.crunchgen.mk: Minor cleanups
DeltaFile
+13-15share/mk/bsd.crunchgen.mk
+13-151 files

DragonFlyBSD/src 52ff205initrd/rescue Makefile, share/mk bsd.crunchgen.mk

bsd.crunchgen.mk: Add CRUNCH_HOSTPROGS_${P} and fix awk in rescue

The usr.bin/awk consists of two subdirs: (1) 'awk' the actual program;
(2) 'maketab' a host program to help generate additional source.
Previously, the initrd/rescue/Makefile pointed the awk source to
'usr.bin/awk', and that caused the following warning:

```
crunchgen: rescue.conf: awk: warning: could not find any .o files
```

And pointing the source to 'usr.bin/awk/awk' couldn't fix it because the
required 'maketab' program would be unavailable.

To fix the problem as well as to extend the crunchgen framework, add the
CRUNCH_HOSTPROGS_${P} variable to specify the host programs required by
the build.  Implement the rules and specify the dependencies to build
the host programs.


    [2 lines not shown]
DeltaFile
+20-0share/mk/bsd.crunchgen.mk
+3-0initrd/rescue/Makefile
+23-02 files

LLVM/project d39155flibc/shared/math fdimf128.h, libc/src/__support/math fdimf128.h

fdimf128
DeltaFile
+4-7libc/src/__support/math/fdimf128.h
+0-6libc/shared/math/fdimf128.h
+5-1libc/src/math/generic/fdimf128.cpp
+5-0libc/test/src/math/smoke/fdimf128_test.cpp
+5-0libc/src/math/fdimf128.h
+3-1utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+22-1519 files not shown
+45-2825 files

FreeBSD/ports fd83a46graphics/gnash/files patch-libcore_as__object.h

graphics/gnash: fix build with boost 1.91

PR: 297587
DeltaFile
+10-0graphics/gnash/files/patch-libcore_as__object.h
+10-01 files

LLVM/project db1986ellvm/include/llvm/CodeGen SelectionDAG.h, llvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp

[LLVM][SelectionDAG] Implement unrolling of scalable vectors. (#216985)

We cannot typically unroll scalable vectors because they have an
unknown-at-compile-time vector length. However, when a function has the
vscale_range attribute, we can unroll based on their maximum possible
length.
DeltaFile
+641-0llvm/test/CodeGen/AArch64/sve-vector-unroll.ll
+57-7llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+10-0llvm/include/llvm/CodeGen/SelectionDAG.h
+708-73 files

LLVM/project 3539ef6llvm/lib/CodeGen MachineOutliner.cpp, llvm/test/CodeGen/AArch64 machine-outliner-operand-flags.mir

[AArch64][PAC] Reset `killed` operand flags in outlined functions

Presently, MachineOutliner does not take `killed` operand flags into
account when merging instruction sequences. While it sounds perfectly
reasonable not to inhibit merging of the instruction sequences that
only differ in `killed` flags (for N flags there is technically 2^N
valid ways to drop some subset of them), copying these flags from
an arbitrarily chosen representative instruction may result in
incorrect codegen of PAuth-related pseudo instructions on AArch64.

To keep `killed` flags conservatively correct as if `OUTLINED_FUNCTION`s
are virtually re-inserted at every call site, this patch takes the
simplest approach of resetting every `killed` flag inside the
outlined functions.
DeltaFile
+82-0llvm/test/CodeGen/AArch64/machine-outliner-operand-flags.mir
+1-0llvm/lib/CodeGen/MachineOutliner.cpp
+83-02 files

NetBSD/pkgsrc I7c9LTugraphics/py-strich Makefile distinfo

   py-strich: updated to 0.20

   0.20

   All formats: numeric arguments (cell size, render options, encoder settings)
   are validated for type and range up front
   GS1-128: Code128Data.gs1 rejects payloads over the GS1 maximum of 48 data
   characters
VersionDeltaFile
1.8+4-4graphics/py-strich/distinfo
1.13+2-2graphics/py-strich/Makefile
+6-62 files

LLVM/project ae37929clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR][NFC] Share getSuccessorRegions across region-branch ops

Six of the ten CIR ops implementing RegionBranchOpInterface reported the same
successors: any of their regions may be entered from the parent operation, and
every region exit goes back to it. Add a CIR_EnterAnyRegionBranchOpBase class
that appends that definition to the one inherited from CIR_RegionBranchOpBase,
retarget the six ops onto it and delete their hand-written definitions.

The shared definition walks getRegions() rather than naming region accessors.
For all six ops the entry regions were exactly the declared regions in
declaration order, so it reports the same successors in the same order. The doc
comments of the deleted ScopeOp and TernaryOp definitions go with them, instead
of being left behind on the neighbouring builders.

IfOp, GlobalOp, TryOp and AwaitOp stay on the base class, since their successors
depend on the operation: IfOp falls back to the parent when the else region is
empty, GlobalOp skips its optional ctor and dtor regions, TryOp iterates
variadic handler regions, and AwaitOp routes ready to resume and suspend.
DeltaFile
+0-77clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+27-6clang/include/clang/CIR/Dialect/IR/CIROps.td
+27-832 files

LLVM/project 112a0b0clang/lib/CIR/Dialect/IR CIRDialect.cpp, clang/unittests/CIR ControlFlowTest.cpp

[CIR] Add RegionBranchOpInterface unit tests and fix cir.await successors

Five of the ten ops implementing RegionBranchOpInterface have no unit test
coverage: cir.case, cir.cleanup.scope, cir.global, cir.await and
cir.coro.body. Add tests for all five.

Covering cir.await exposes a disagreement with its own terminator.
cir.condition terminates the ready region and reports {resume, suspend} as
its successors when the parent is an await, but AwaitOp::getSuccessorRegions
listed all three regions as entry successors and reported the parent op as
the successor of every region exit. Fix it to match cir.condition: ready is
the only entry successor, exiting ready branches to resume or suspend, and
exiting suspend or resume returns to the parent operation.

cir.await declares no results and carries NoRegionArguments, so successor
operand and input counts stay at zero along every edge and the MLIR verifier
is unaffected.
DeltaFile
+155-0clang/unittests/CIR/ControlFlowTest.cpp
+20-7clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+175-72 files

LLVM/project a1fde12clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR][NFC] Share getSuccessorInputs across region-branch ops

The ten CIR ops implementing RegionBranchOpInterface each hand-wrote
getSuccessorInputs, and all ten bodies were equivalent: regions take no
inputs, and returning to the parent yields the parent's results. Three did
not look equivalent but are: CleanupScopeOp and CoroBodyOp returned an empty
ValueRange unconditionally and declare no results, and AwaitOp returned
region block arguments but carries NoRegionArguments, so those ranges are
always empty.

Add a CIR_RegionBranchOpBase ODS class that declares the method and generates
the single shared body through extraClassDefinition, mirroring the existing
CIR_LoopOpBase, and retarget all ten ops onto it.

The generated CIROps.h.inc is unchanged and CIROps.cpp.inc gains exactly the
ten definitions removed from CIRDialect.cpp.
DeltaFile
+0-57clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+28-20clang/include/clang/CIR/Dialect/IR/CIROps.td
+28-772 files

LLVM/project 97cbc1eclang/include/clang/CIR/Dialect/IR CIREnumAttr.td CIROps.td, clang/test/CIR/IR invalid-loop-cleanup.cir cleanup-scope.cir

[CIR] Give the cleanup kind a proper standalone attribute spelling (#220878)

CleanupKindAttr overrode its assembly format to a bare `$value` so
`cir.cleanup.scope` would print `cleanup all`. The cost was that the
attribute had no readable standalone form, falling back to
`#cir<cleanup_kind all>`.

The `enum($attr)` operation directive removes the tradeoff. The
attribute
keeps CIR_EnumAttr's bracketed default and now spells
`#cir.cleanup<all>`,
while the operations ask for the bare keyword. The mnemonic drops the
`_kind`
suffix the C++ class name carries.
DeltaFile
+21-0clang/test/CIR/IR/cleanup-scope.cir
+4-8clang/include/clang/CIR/Dialect/IR/CIROps.td
+2-4clang/test/CIR/IR/invalid-loop-cleanup.cir
+5-0clang/include/clang/CIR/Dialect/IR/CIREnumAttr.td
+32-124 files

LLVM/project 23c61d6llvm/lib/Target/WebAssembly WebAssemblyLowerEmscriptenEHSjLj.cpp

Wasm: Remove incorrect assumption that intrinsics cannot throw

A few intrinsics are marked as Throws
DeltaFile
+0-3llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
+0-31 files

LLVM/project b088675llvm/lib/Target/WebAssembly WebAssemblyLowerEmscriptenEHSjLj.cpp

Only set TLS when newly constructing
DeltaFile
+6-4llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
+6-41 files

LLVM/project 0ac8eaallvm/lib/Target/WebAssembly WebAssemblyLowerEmscriptenEHSjLj.cpp

Wasm: Remove unnecessary cast and error

This cannot fail and is already the correct type.
DeltaFile
+1-3llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
+1-31 files

OPNSense/core fa2c287src/etc/inc interfaces.inc

fmooo
DeltaFile
+1-1src/etc/inc/interfaces.inc
+1-11 files

OPNSense/core fd7f3d5src/etc/inc interfaces.inc

anoter one
DeltaFile
+3-3src/etc/inc/interfaces.inc
+3-31 files

LLVM/project 9be5dd7llvm/include/llvm/CodeGen TargetLowering.h, llvm/lib/CodeGen/SelectionDAG LegalizeDAG.cpp

[CodeGen] Add Action types for vector_(de)interleave ops (#220859)

Targets could not set lowering actions with setOperationAction for
Interleave operations due to dependence on type and factor. Instead of
requiring two API to find legality of operation one for type and one for
factor. It is cleaner to add a separate action type for these operation.
DeltaFile
+41-0llvm/include/llvm/CodeGen/TargetLowering.h
+26-10llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+22-13llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+5-0llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+94-234 files

FreeBSD/src c5d9485sys/kern kern_umtx.c

umtx: do not sleep on an unowned mutex after a spurious CAS failure

On ll/sc architectures casueword32() may report a spurious
store-conditional failure (reservation lost to an interrupt, preemption,
or another CPU touching the same reservation granule), and this is
indistinguishable from a genuine comparison mismatch: both return 1.
That is intentional since D20772 and documented in casueword(9) ("The
store can fail on load-linked/store-conditional architectures."), so
callers must cope.

do_lock_normal() does not fully cope.  When the initial
UMUTEX_UNOWNED -> id acquire CAS fails spuriously, the observed owner is
still UMUTEX_UNOWNED, so neither the UMUTEX_CONTESTED branch nor the
real-owner case applies, and execution falls through past the "rv == 1
but not contested, likely store failure" comment into the sleep path.
There, the contested-bit CAS (expecting the observed owner, i.e.
UMUTEX_UNOWNED) succeeds because the mutex really is unowned, stamping
m_owner = UMUTEX_CONTESTED with no owner tid, and the thread sleeps on
"umtxn" forever: nobody owns the mutex, so no unlock and no wakeup ever

    [28 lines not shown]
DeltaFile
+12-8sys/kern/kern_umtx.c
+12-81 files

LLVM/project 4763eb1mlir/include/mlir/Dialect/Linalg/IR LinalgStructuredOps.td, mlir/lib/Dialect/Linalg/IR LinalgOps.cpp

[mlir][linalg] Scaled contraction op (#203958)

A new contraction op with extended semantics to represent input scaling
using additional scale values as described by their corresponding
indexing maps.

RFC: https://discourse.llvm.org/t/rfc-linalg-scaled-contraction/91075

Assisted-by: Claude

Co-authored-by: Md Asghar Ahmad Shahid <md.asghar.ahmad.shahid at intel.com>
DeltaFile
+385-56mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
+243-0mlir/test/Dialect/Linalg/invalid.mlir
+196-0mlir/test/Dialect/Linalg/transform-op-tile.mlir
+175-0mlir/test/Dialect/Linalg/transform-op-fuse.mlir
+163-0mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
+162-0mlir/test/Dialect/Linalg/named-ops.mlir
+1,324-563 files not shown
+1,521-569 files

LLVM/project 7e2f88alibc/src/__support/math CMakeLists.txt, libc/src/math/generic CMakeLists.txt

nit
DeltaFile
+0-2libc/test/src/math/smoke/CMakeLists.txt
+0-2libc/src/math/generic/CMakeLists.txt
+0-2libc/src/__support/math/CMakeLists.txt
+0-63 files

LLVM/project eac210ellvm/test/Transforms/LoopVectorize/AArch64 conditional-branches-cost.ll predicated-costs.ll, llvm/test/Transforms/LoopVectorize/WebAssembly memory-interleave.ll

[VPlan] Use VPlan-based costs for all integer IVs. (#217766)

Continue the migration of induction costs to be completely VPlan-based.

VPScalarIVStepsRecipe now supports compute its cost for integer
inductions. Skip the legacy precomputeCost code for them.

The main change is that previously we never explicitly accounted for the
canonical IV, which we always generate. It was instead folded into
computing cost of the existing integer IVs with only scalar uses, which
in
most cases are actually served by the canonical IV.

The new code accounts for the cost explicitly, as
VPInstruction::computeCost returns 0 for all recipes w/o underlying
instruction.

Floating point and pointer induction will be handled as follow-ups to
keep the diffs managable and make it easier to track down regressions.

    [28 lines not shown]
DeltaFile
+117-117llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
+66-22llvm/test/Transforms/LoopVectorize/X86/pr131359-dead-for-splice.ll
+36-36llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
+29-42llvm/test/Transforms/LoopVectorize/AArch64/replicating-load-store-costs.ll
+40-20llvm/test/Transforms/LoopVectorize/AArch64/predicated-costs.ll
+45-13llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
+333-25019 files not shown
+577-44725 files

LLVM/project 8ad22e3llvm/lib/Target/RISCV RISCVProcessors.td, llvm/test/CodeGen/RISCV andes-45-unaligned-scalar-mem.ll

Revert "[RISCV] Andes: model fast unaligned accesses (#220756)" (#221178)

This reverts commit 358cafe41326e1e543b04048d5a200cf6f16ac8a.
DeltaFile
+0-15llvm/test/CodeGen/RISCV/andes-45-unaligned-scalar-mem.ll
+1-2llvm/lib/Target/RISCV/RISCVProcessors.td
+1-172 files

NetBSD/pkgsrc rKgOAxWdoc CHANGES-2026

   Updated math/py-statsmodels, geography/py-obspy
VersionDeltaFile
1.5820+3-1doc/CHANGES-2026
+3-11 files

LLVM/project 01619a3libc/src/__support/math fminimum_mag_numf128.h fmaximum_mag_numf128.h, libc/test/shared shared_math_test.cpp shared_math_constexpr_test.cpp

fmax_min_mag_numf128
DeltaFile
+7-6libc/test/shared/shared_math_constexpr_test.cpp
+4-7libc/src/__support/math/fminimum_mag_numf128.h
+4-7libc/src/__support/math/fmaximum_mag_numf128.h
+4-4libc/test/shared/shared_math_test.cpp
+6-2utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+6-0utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+31-2626 files not shown
+101-6032 files