LLVM/project 428bdbaflang/include/flang/Lower PFTBuilder.h, flang/lib/Lower Bridge.cpp PFTBuilder.cpp

review comments
DeltaFile
+68-2flang/test/Lower/OpenMP/wsloop-unstructured-cycle.f90
+24-15flang/lib/Lower/PFTBuilder.cpp
+6-3flang/lib/Lower/Bridge.cpp
+4-2flang/include/flang/Lower/PFTBuilder.h
+102-224 files

LLVM/project 034b7f5mlir/include/mlir/Dialect/MemRef/IR MemRefOps.td

[mlir][MemRef] Document `subview` runtime verifier (#214506)

Make the option of runtime verification of `memref.subview` explicit via
documentation.
DeltaFile
+4-2mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
+4-21 files

FreeBSD/ports ceb3fbdsecurity/trivy Makefile distinfo

security/trivy: update to 0.74.0

Changes:        https://github.com/aquasecurity/trivy/releases
DeltaFile
+5-5security/trivy/distinfo
+1-2security/trivy/Makefile
+6-72 files

LLVM/project b93c855orc-rt/docs Design.md, orc-rt/include/orc-rt Session.h

[orc-rt] Rename "managed code" to "keepalive". NFC. (#216670)

Renames the Session's managed-code task group and its helpers so that
they name the mechanism -- the barrier that holds the Session open --
rather than a category of code:

  ManagedCodeTaskGroup                 -> KeepaliveTaskGroup
  Session::callManagedCode             -> Session::callWithKeepalive
  Session::managedCodeTokenSource      -> Session::keepaliveTokenSource
  waitForManagedCodeTasksThenShutdown  -> waitForKeepalivesThenShutdown
  ManagedCodeCaller                    -> KeepaliveCaller

and retitles the corresponding section of docs/Design.md from "Managed
code execution and shutdown" to "Keepalives and shutdown".

"Managed code" collides with the established .NET sense of the term,
which risks confusion. Naming the mechanism instead makes the purpose
clear at the call site: callWithKeepalive says that the Session is held
open across the call.

    [7 lines not shown]
DeltaFile
+42-43orc-rt/include/orc-rt/Session.h
+24-24orc-rt/test/unit/SessionTest.cpp
+17-17orc-rt/docs/Design.md
+6-6orc-rt/lib/executor/Session.cpp
+1-1orc-rt/test/unit/CommonTestUtils.h
+90-915 files

NetBSD/pkgsrc-wip bc863d4rust-beta Makefile distinfo

rust-beta: update to 1.98.0-beta.8
DeltaFile
+3-3rust-beta/distinfo
+1-1rust-beta/Makefile
+4-42 files

LLVM/project b4a1446llvm/test/CodeGen/X86 combine-udiv.ll

[X86] combine-udiv.ll - regenerate (V)PADD asm comments (#216695)
DeltaFile
+7-7llvm/test/CodeGen/X86/combine-udiv.ll
+7-71 files

LLVM/project eb987cbllvm/include/llvm/ExecutionEngine/Orc RecordProxy.h Proxy.h, llvm/lib/ExecutionEngine/Orc LookupAndApply.cpp

[ORC] Add lookupAndApply, replacing buildProxies (#216658)

lookupAndApply composes a single atomic lookup from independent
operations, each contributing symbols and returning a handler to run on
the result. Two gains over buildProxies:

- One lookup binds everything, so every handler sees a consistent view
of the JITDylib. (buildProxies did a separate lookup per proxy)

- Each name sits next to the variable it binds, rather than going into a
lookup set in one place and coming back out of a SymbolMap elsewhere.

recordAddr and recordProxy cover the cases we have; recordProxy is in
its own header so holding a Proxy doesn't pull in the machinery to build
one. Prepare functions are independent, so two may request the same
symbol: the composed set goes through SymbolLookupSet::mergeEntries.

Proxy::Create, ProxyInit and proxyInit are removed. ProxySpecs stay
public, so operations can still be resolved under non-default names. The
asynchronous form has no in-tree callers yet.
DeltaFile
+145-0llvm/unittests/ExecutionEngine/Orc/LookupAndApplyTest.cpp
+42-74llvm/unittests/ExecutionEngine/Orc/ProxyTest.cpp
+111-0llvm/include/llvm/ExecutionEngine/Orc/LookupAndApply.h
+70-0llvm/lib/ExecutionEngine/Orc/LookupAndApply.cpp
+0-67llvm/include/llvm/ExecutionEngine/Orc/Proxy.h
+65-0llvm/include/llvm/ExecutionEngine/Orc/RecordProxy.h
+433-14112 files not shown
+489-18718 files

LLVM/project 5abede1flang/include/flang/Lower PFTBuilder.h, flang/lib/Lower Bridge.cpp PFTBuilder.cpp

review comments
DeltaFile
+68-2flang/test/Lower/OpenMP/wsloop-unstructured-cycle.f90
+23-15flang/lib/Lower/PFTBuilder.cpp
+6-3flang/lib/Lower/Bridge.cpp
+4-2flang/include/flang/Lower/PFTBuilder.h
+101-224 files

FreeBSD/ports c3ee0d2math/z3 distinfo, security/klee Makefile

math/z3: Update 5.0.0.0 => 5.1.0.0

Approved by:            arrowd@ (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D58886
DeltaFile
+3-3math/z3/distinfo
+1-1sysutils/triton/Makefile
+1-1security/py-pyvex/Makefile
+1-1security/py-angr/Makefile
+1-1security/py-ailment/Makefile
+1-1security/klee/Makefile
+8-810 files not shown
+18-1816 files

LLVM/project c7037a7llvm/include/llvm/CodeGen/GlobalISel MIPatternMatch.h, llvm/lib/CodeGen/GlobalISel CombinerHelper.cpp

GlobalISel: Match loads by pointer operand in CombinerHelper

Add a load matcher that binds the pointer operand (like IR's m_Load), with
optional outputs for the load instruction and its MachineMemOperand via m_MMO.
Use it to replace the getVRegDef + dyn_cast idiom in the load combines.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+59-0llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
+18-20llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
+77-202 files

LLVM/project 55cd358llvm/lib/Target/AArch64 AArch64InstrInfo.cpp

AArch64: Guard optimizeCondBranch against a physical copy source

optimizeCondBranch walks COPY chains from the branch condition register,
calling getVRegDef on each copy's source operand. A COPY source can be a
physical register which doesn't make sense to pass to getVRegDef.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+2-0llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+2-01 files

FreeBSD/ports 52d86e3devel/R-cran-mlbench Makefile distinfo

devel/R-cran-mlbench: Update to 2.1-11

ChangeLog:

- Replace diabetes datasets with synthetic versions
DeltaFile
+3-3devel/R-cran-mlbench/distinfo
+1-1devel/R-cran-mlbench/Makefile
+4-42 files

FreeBSD/ports 8454f97devel/lndir Makefile distinfo

devel/lndir: Update to 1.0.6

ChangeLog:
https://gitlab.freedesktop.org/xorg/util/lndir/-/compare/lndir-1.0.5...lndir-1.0.6?from_project_id=797
DeltaFile
+3-3devel/lndir/distinfo
+1-1devel/lndir/Makefile
+4-42 files

FreeBSD/ports e5c6986games/trx Makefile distinfo

games/trx: Update to 1.10.1

ChangeLog: https://github.com/LostArtefacts/TRX/releases/tag/trx-1.10.1
DeltaFile
+3-3games/trx/distinfo
+1-1games/trx/Makefile
+4-42 files

FreeBSD/ports 9bdadd2security/cryptopp-modern Makefile pkg-plist, security/cryptopp-modern/files patch-pull76

security/cryptopp-modern: Add TOOLS option

TOOLS option will install cryptest toguether with TestData and TestVectors,
allowing the installed binary to run cryptest v and cryptest tv as post-install
checks.

PR:             297278
DeltaFile
+164-0security/cryptopp-modern/pkg-plist
+162-0security/cryptopp-modern/files/patch-pull76
+12-0security/cryptopp-modern/Makefile
+338-03 files

LLVM/project 5f0f4f5mlir/test/Dialect/Bufferization/Transforms static-memory-planner-errors.mlir static-memory-planner-analysis.mlir

[mlir][bufferization] Add edge and error case tests for static memory planner (#216610)

Extends test coverage for the static memory planner by adding cases that
were missing from the existing suite.

Eight new analysis tests (19-26):
- Static and dynamic shapes coexisting in one function
- Both branches of scf.if deallocating the same alloc
- Dealloc at depth 3 (triply nested scf.if)
- Multi-hop alias chain through two consecutive scf.if results
- arith.select feeding into an scf.if result (cross-interface alias)
- One alloc freed in scf.if body, another in the entry block — same
arena
- Dealloc inside an else branch's nested scf.if
- scf.for body that only reads entry-block buffers (the canonical valid
loop case)

Three new error tests (3-5):
- Dynamic alloc with no dealloc is silently skipped, not an error

    [3 lines not shown]
DeltaFile
+190-1mlir/test/Dialect/Bufferization/Transforms/static-memory-planner-analysis.mlir
+28-0mlir/test/Dialect/Bufferization/Transforms/static-memory-planner-errors.mlir
+218-12 files

LLVM/project c8ed209mlir/test/Target/LLVMIR/nvvm tcgen05-mma-tensor-collector-b.mlir tcgen05-mma-sp-tensor-collector-b.mlir

[NFC][MLIR][NVVM] Move tcgen05.mma collector_b tests to separate files (#216320)

This is the NFC change that moves MLIR tcgen05.mma ops with collector_b
feature to separate test files.
DeltaFile
+67-0mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-tensor-collector-b.mlir
+67-0mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-tensor-collector-b.mlir
+67-0mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-shared-collector-b.mlir
+67-0mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-block-scale-tensor-collector-b.mlir
+67-0mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-block-scale-shared-collector-b.mlir
+67-0mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-shared-collector-b.mlir
+402-010 files not shown
+536-52816 files

LLVM/project 6c03d98llvm/lib/Target/PowerPC PPCInstrInfo.cpp, llvm/test/CodeGen/PowerPC fold-rlwinm.mir

PowerPC: Fix combineRLWINM crash on an undef folding operand

Found by AI while working on something else.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+12-0llvm/test/CodeGen/PowerPC/fold-rlwinm.mir
+2-0llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
+14-02 files

NetBSD/pkgsrc 2VPYzYZdoc CHANGES-2026

   doc: Updated net/dhcpcd to 10.5.1
VersionDeltaFile
1.5345+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UBlaHBUnet/dhcpcd Makefile distinfo

   Update to dhcpcd-10.5.1 with the following changes:

   * DHCP: Only send the rapid commit option when configured to
   * DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6
   * route: keep acquisition timestamp when route isn't updated
   * privsep: Allow __NR__llseek as well as __NR_llseek on linux
   * compat: Take a copy of libc progname variable
   * ipv6nd: don't leave a carrier expiry timeout on a freed interface
   * compat: define __STDC_WANT_LIB_EXT1__ 1 before including config
   * ipv4: clear added state if we didn't delete the address
   * linux: workaround a gcc compile warning issue
   * DHCP: script reason should be RELEASE on RELEASE, not STOP
   * control: Harden the socket at the fs level
   * privsep: re-enable capsicum and pledge
   * privsep: Fix capsicum support on the control socket
VersionDeltaFile
1.126+4-4net/dhcpcd/distinfo
1.132+2-2net/dhcpcd/Makefile
+6-62 files

LLVM/project 54414f0llvm/include/llvm/CodeGen/GlobalISel MIPatternMatch.h, llvm/lib/CodeGen/GlobalISel CombinerHelperCasts.cpp CombinerHelperVectorOps.cpp

GlobalISel: Migrate misc. CombinerHelper def checks to MIPatternMatch (#216671)

Replace getVRegDef + cast/opcode-check idioms across CombinerHelper
with mi_match, adding named instruction binders and operand-form
matchers as needed.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+208-157llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
+47-7llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
+25-19llvm/lib/CodeGen/GlobalISel/CombinerHelperVectorOps.cpp
+6-4llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp
+286-1874 files

LLVM/project e67fa5aclang/lib/StaticAnalyzer/Core ExprEngine.cpp

[analyzer] Remove irrelevant transitions in processCFGBlockEntrance (#216008)

My recent commit c76a617524fa62f85c1ff825b5d47885599c6482 cleaned up the
logic of `ExprEngine::processCFGBlockEntrance`, highlighting the fact
that it sometimes creates an extra transition that has no relevant
purpose. This commit removes this extra transition to simplify the code.

I'm confident that there was no logic that concretely looked for these
particular nodes; and this commit is a no-op if loop unrolling is
disabled (the default). Unless loop widening is also enabled, it can
only remove a node that is directly followed by a sink as its only
child.

However, this is not a NFC change, because changing the number of
exploded nodes can perturb the graph creation and traversal. I analyzed
a dozen open source projects with loop unrolling and widening both
enabled, and among almost 20.000 bug reports these perturbations caused
one new report and three lost reports, which is negligible (0.02%) and
acceptable.
DeltaFile
+0-17clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+0-171 files

LLVM/project 4593317llvm/lib/Transforms/Vectorize VPlan.h VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize compress-idioms-negative-tests.ll compress-idioms.ll

Fixups
DeltaFile
+106-2llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+3-32llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+0-32llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+0-9llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+2-2llvm/test/Transforms/LoopVectorize/compress-idioms-negative-tests.ll
+0-3llvm/lib/Transforms/Vectorize/VPlan.h
+111-806 files

LLVM/project 955345ellvm/include/llvm/Analysis VectorUtils.h, llvm/lib/Transforms/Vectorize LoopVectorizationLegality.cpp

Fixups
DeltaFile
+1-2llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+1-1llvm/include/llvm/Analysis/VectorUtils.h
+2-32 files

LLVM/project 3e6f152llvm/include/llvm/Transforms/Vectorize LoopVectorizationLegality.h, llvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPRecipeBuilder.h

Fixups
DeltaFile
+112-118llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+47-32llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+18-8llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+13-3llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
+5-0llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
+4-0llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+199-1616 files

LLVM/project 42dbdc5llvm/lib/Transforms/Vectorize LoopVectorize.cpp VPlan.h, llvm/test/Transforms/LoopVectorize compress-store-vec-epilogue.ll

Fix epilogue resume handling
DeltaFile
+98-0llvm/test/Transforms/LoopVectorize/compress-store-vec-epilogue.ll
+5-5llvm/lib/Transforms/Vectorize/VPlan.h
+2-1llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+105-63 files

LLVM/project 39b9088llvm/test/Transforms/LoopVectorize compress-idioms.ll

Test uncond increment
DeltaFile
+96-2llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+96-21 files

LLVM/project 7afad7dllvm/test/Transforms/LoopVectorize compress-store-vec-epilogue.ll compress-idioms.ll

Rebase fixups
DeltaFile
+8-8llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+3-3llvm/test/Transforms/LoopVectorize/compress-store-vec-epilogue.ll
+11-112 files

LLVM/project cb38b87llvm/lib/Transforms/Vectorize VPlanConstruction.cpp VPlan.h

Don't allow null phi
DeltaFile
+4-6llvm/lib/Transforms/Vectorize/VPlan.h
+1-1llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+5-72 files

LLVM/project 8df1e71llvm/lib/Transforms/Vectorize VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize compress-idioms-negative-tests.ll compress-idioms.ll

Move negative tests to new file
DeltaFile
+0-105llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+94-0llvm/test/Transforms/LoopVectorize/compress-idioms-negative-tests.ll
+0-1llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+94-1063 files