LLVM/project f68af65mlir/lib/Dialect/X86/Transforms VectorContractToPackedTypeDotProduct.cpp, mlir/lib/Dialect/X86/Utils X86Utils.cpp

[mlir][x86] Extends vector.contract Flat dot-product lowering for arg offset (#185167)

Extends `vector_contract_to_packed_type_dot_product` transform pass to
include `args` offset check while validating the `vector.contract`.
Eg: `vector.transfer_read %arg1[%arg3, %c0], %0 {in_bounds = [true,
true]} : !memref, !vec`
DeltaFile
+70-0mlir/test/Dialect/X86/vector-contract-to-packed-type-dotproduct.mlir
+9-9mlir/lib/Dialect/X86/Transforms/VectorContractToPackedTypeDotProduct.cpp
+11-4mlir/lib/Dialect/X86/Utils/X86Utils.cpp
+90-133 files

LLVM/project 95a9647mlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Add nvvm.fma Op (#184776)

Adds `nvvm.fma` Op to the NVVM dialect to perform fused multiply-add
operations.

PTX ISA Reference:
1.
https://docs.nvidia.com/cuda/parallel-thread-execution/#floating-point-instructions-fma
2.
https://docs.nvidia.com/cuda/parallel-thread-execution/#half-precision-floating-point-instructions-fma
DeltaFile
+294-0mlir/test/Target/LLVMIR/nvvm/fma/fma_vector.mlir
+146-25mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
+114-0mlir/test/Target/LLVMIR/nvvm/fma/fma.mlir
+89-0mlir/test/Target/LLVMIR/nvvm/fma/fma_invalid.mlir
+47-0mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+43-0mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+733-256 files

NetBSD/pkgsrc bGP8rDVtextproc Makefile

   add and enable various modules needed to build docs for Cyrus IMAPd
VersionDeltaFile
1.1581+8-1textproc/Makefile
+8-11 files

NetBSD/pkgsrc Z8syLpodoc CHANGES-2026

   doc: Added textproc/py-sphinxcontrib-seqdiag version 3.0.0
VersionDeltaFile
1.1622+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bbCTQE2textproc/py-sphinxcontrib-seqdiag Makefile PLIST

   textproc/py-sphinxcontrib-seqdiag: import py313-sphinxcontrib-seqdiag-3.0.0

   This extension enables you to insert sequence diagrams into your document.
VersionDeltaFile
1.1+21-0textproc/py-sphinxcontrib-seqdiag/Makefile
1.1+12-0textproc/py-sphinxcontrib-seqdiag/PLIST
1.1+5-0textproc/py-sphinxcontrib-seqdiag/distinfo
1.1+1-0textproc/py-sphinxcontrib-seqdiag/DESCR
+39-04 files

NetBSD/pkgsrc C87IBbXdoc CHANGES-2026

   doc: Added textproc/py-sphinxcontrib-programoutput2 version 2.0a1
VersionDeltaFile
1.1621+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kJpYLLwtextproc/py-sphinxcontrib-programoutput2 PLIST Makefile

   textproc/py-sphinxcontrib-programoutput2: import py313-sphinxcontrib-programoutput2-2.0a1

   A Sphinx_ extension to literally insert the output of arbitrary commands into
   documents, helping you to keep your command examples up to date.
VersionDeltaFile
1.1+37-0textproc/py-sphinxcontrib-programoutput2/PLIST
1.1+23-0textproc/py-sphinxcontrib-programoutput2/Makefile
1.1+5-0textproc/py-sphinxcontrib-programoutput2/distinfo
1.1+2-0textproc/py-sphinxcontrib-programoutput2/DESCR
+67-04 files

NetBSD/pkgsrc NFyTGIddoc CHANGES-2026

   doc: Added textproc/py-sphinxcontrib-phpdomain version 0.13.2
VersionDeltaFile
1.1620+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iy0DLEotextproc/py-sphinxcontrib-phpdomain Makefile PLIST

   textproc/py-sphinxcontrib-phpdomain: import py313-sphinxcontrib-phpdomain-0.13.2

   This package provides a Sphinx extension for documenting PHP projects.
VersionDeltaFile
1.1+21-0textproc/py-sphinxcontrib-phpdomain/Makefile
1.1+11-0textproc/py-sphinxcontrib-phpdomain/PLIST
1.1+5-0textproc/py-sphinxcontrib-phpdomain/distinfo
1.1+1-0textproc/py-sphinxcontrib-phpdomain/DESCR
+38-04 files

LLVM/project e3b1ae6llvm/lib/Target/AMDGPU AMDGPUCoExecSchedStrategy.cpp

Formating.
DeltaFile
+3-3llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.cpp
+3-31 files

LLVM/project ecdf20bllvm/lib/Target/AMDGPU AMDGPUTargetMachine.cpp GCNSubtarget.cpp, llvm/test/CodeGen/AMDGPU amdgpu-workload-type-scheduler-debug.mir

Remove module "workload-type" metadata.
DeltaFile
+0-114llvm/test/CodeGen/AMDGPU/amdgpu-workload-type-scheduler-debug.mir
+10-45llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+1-16llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+11-3llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.cpp
+4-1llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.h
+4-0llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
+30-1796 files

LLVM/project 65f6080llvm/lib/Target/AMDGPU AMDGPUCoExecSchedStrategy.cpp AMDGPUTargetMachine.cpp, llvm/test/CodeGen/AMDGPU coexec-sched-effective-stall.mir amdgpu-workload-type-scheduler-debug.mir

[AMDGPU] Add ML-oriented coexec scheduler selection and queue handling

This patch adds the initial coexec scheduler scaffold for machine
learning workloads on gfx1250.

It introduces function and module-level controls for selecting the
AMDGPU preRA and postRA schedulers, including an `amdgpu-workload-type`
module flag that maps ML workloads to coexec preRA scheduling and a nop
postRA scheduler by default.

It also updates the coexec scheduler to use a simplified top-down
candidate selection path that considers both available and pending
queues through a single flow, setting up follow-on heuristic work.
DeltaFile
+275-0llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.cpp
+124-0llvm/test/CodeGen/AMDGPU/coexec-sched-effective-stall.mir
+114-0llvm/test/CodeGen/AMDGPU/amdgpu-workload-type-scheduler-debug.mir
+64-5llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+43-0llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.h
+22-0llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+642-53 files not shown
+663-149 files

NetBSD/pkgsrc uYinMTFdoc CHANGES-2026

   doc: Added textproc/py-sphinxcontrib-nwdiag version 2.0.0
VersionDeltaFile
1.1619+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Spm87Rktextproc/py-sphinxcontrib-nwdiag Makefile PLIST

   textproc/py-sphinxcontrib-nwdiag: import py313-sphinxcontrib-nwdiag-2.0.0

   A sphinx extension for embedding network related diagrams using nwdiag.

   For now, nwdiag supports these diagrams:

   - logical network diagram
   - rack structure diagram
   - packet structure diagram
VersionDeltaFile
1.1+21-0textproc/py-sphinxcontrib-nwdiag/Makefile
1.1+18-0textproc/py-sphinxcontrib-nwdiag/PLIST
1.1+7-0textproc/py-sphinxcontrib-nwdiag/DESCR
1.1+5-0textproc/py-sphinxcontrib-nwdiag/distinfo
+51-04 files

NetBSD/pkgsrc lX3bEqJdoc CHANGES-2026

   doc: Added textproc/py-sphinxcontrib-blockdiag version 3.0.0
VersionDeltaFile
1.1618+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7OauMImtextproc/py-sphinxcontrib-blockdiag Makefile PLIST

   textproc/py-sphinxcontrib-blockdiag: import py313-sphinxcontrib-blockdiag-3.0.0

   A Sphinx extension for embedding activity diagram using actdiag.
VersionDeltaFile
1.1+21-0textproc/py-sphinxcontrib-blockdiag/Makefile
1.1+12-0textproc/py-sphinxcontrib-blockdiag/PLIST
1.1+5-0textproc/py-sphinxcontrib-blockdiag/distinfo
1.1+1-0textproc/py-sphinxcontrib-blockdiag/DESCR
+39-04 files

LLVM/project 3dd1509llvm/test/CodeGen/RISCV/rvv abd.ll

Rebase

Created using spr 1.3.6-beta.1
DeltaFile
+33-33llvm/test/CodeGen/RISCV/rvv/abd.ll
+33-331 files

LLVM/project d5c1995llvm/test/CodeGen/RISCV/rvv abd.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+34-34llvm/test/CodeGen/RISCV/rvv/abd.ll
+34-341 files

NetBSD/pkgsrc VyKzHUqdoc CHANGES-2026

   doc: Added textproc/py-sphinxcontrib-actdiag version 3.0.0
VersionDeltaFile
1.1617+2-1doc/CHANGES-2026
+2-11 files

LLVM/project b70c0fcllvm/test/CodeGen/RISCV/rvv abd.ll

Rename tests and fix comma

Created using spr 1.3.6-beta.1
DeltaFile
+34-34llvm/test/CodeGen/RISCV/rvv/abd.ll
+34-341 files

NetBSD/pkgsrc E7gvagPtextproc/py-sphinxcontrib-actdiag Makefile PLIST

   textproc/py-sphinxcontrib-actdiag: import py313-sphinxcontrib-actdiag-3.0.0

   A Sphinx extension for embedding activity diagram using actdiag.
VersionDeltaFile
1.1+21-0textproc/py-sphinxcontrib-actdiag/Makefile
1.1+12-0textproc/py-sphinxcontrib-actdiag/PLIST
1.1+5-0textproc/py-sphinxcontrib-actdiag/distinfo
1.1+1-0textproc/py-sphinxcontrib-actdiag/DESCR
+39-04 files

NetBSD/pkgsrc 1cYkSZKdoc CHANGES-2026

   doc: Added textproc/p5-Pod-POM-View-Restructured version 1.000003
VersionDeltaFile
1.1616+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pe8dWqrtextproc/p5-Pod-POM-View-Restructured Makefile DESCR

   textproc/p5-Pod-POM-View-Restructured: import p5-Pod-POM-View-Restructured-1.000003

   This module outputs reStructuredText that is expected to be used
   with Sphinx. Verbatim sections (indented paragraphs) in the POD
   will be output with syntax highlighting for Perl code by default.
   See "POD commands specifically for reStructuredText" for how to
   change this for a particular block.
VersionDeltaFile
1.1+22-0textproc/p5-Pod-POM-View-Restructured/Makefile
1.1+5-0textproc/p5-Pod-POM-View-Restructured/DESCR
1.1+5-0textproc/p5-Pod-POM-View-Restructured/distinfo
+32-03 files

LLVM/project 1e28b7ellvm/lib/Transforms/Coroutines CoroCleanup.cpp, llvm/test/Transforms/Coroutines coro-cleanup-noop-elide.ll

[CoroCleanup] Fix stale unwind predecessor when erase noop coro (#185337)

This patch fixes two crashing reports.

Close #185155
Close #185274
DeltaFile
+25-4llvm/test/Transforms/Coroutines/coro-cleanup-noop-elide.ll
+2-0llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
+27-42 files

NetBSD/pkgsrc vS7G4dOmail Makefile

   add and enable various new versions of Cyrus IMAPd
VersionDeltaFile
1.688+5-1mail/Makefile
+5-11 files

NetBSD/pkgsrc 4zWmVAsdoc CHANGES-2026

   doc: Added mail/cyrus-imapd38 version 3.8.6
VersionDeltaFile
1.1615+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sobBEmmmail/cyrus-imapd38 PLIST Makefile, mail/cyrus-imapd38/files cyrus.sh imapd.conf

   mail/cyrus-imapd38: import cyrus-imapd-3.8.6

   IMAP (Internet Message Access Protocol) is an Internet standards-track
   protocol for accessing messages (mail, bboards, news, etc). The Cyrus
   IMAP server differs from other IMAP server implementations in that it
   is generally intended to be run on "sealed" servers, where normal users
   are not permitted to log in. The mailbox database is stored in parts of
   the filesystem that are private to the Cyrus IMAP system. All user
   access to mail is through the IMAP, POP3, or KPOP protocols.
VersionDeltaFile
1.1+242-0mail/cyrus-imapd38/PLIST
1.1+169-0mail/cyrus-imapd38/Makefile
1.1+101-0mail/cyrus-imapd38/options.mk
1.1+80-0mail/cyrus-imapd38/files/cyrus.sh
1.1+38-0mail/cyrus-imapd38/DEINSTALL
1.1+25-0mail/cyrus-imapd38/files/imapd.conf
+655-07 files not shown
+766-013 files

NetBSD/pkgsrc 3NW8oeedoc CHANGES-2026

   doc: Added mail/cyrus-imapd32 version 3.2.12
VersionDeltaFile
1.1614+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iD6meHPmail/cyrus-imapd32 PLIST Makefile, mail/cyrus-imapd32/files cyrus.sh

   mail/cyrus-imapd32: import cyrus-imapd-3.2.12

   IMAP (Internet Message Access Protocol) is an Internet standards-track
   protocol for accessing messages (mail, bboards, news, etc). The Cyrus
   IMAP server differs from other IMAP server implementations in that it
   is generally intended to be run on "sealed" servers, where normal users
   are not permitted to log in. The mailbox database is stored in parts of
   the filesystem that are private to the Cyrus IMAP system. All user
   access to mail is through the IMAP, POP3, or KPOP protocols.
VersionDeltaFile
1.1+232-0mail/cyrus-imapd32/PLIST
1.1+164-0mail/cyrus-imapd32/Makefile
1.1+108-0mail/cyrus-imapd32/options.mk
1.1+80-0mail/cyrus-imapd32/files/cyrus.sh
1.1+38-0mail/cyrus-imapd32/DEINSTALL
1.1+25-0mail/cyrus-imapd32/patches/patch-aq
+647-07 files not shown
+758-013 files

NetBSD/pkgsrc KuT2v31doc CHANGES-2026

   doc: Added mail/cyrus-imapd312 version 3.12.1
VersionDeltaFile
1.1613+2-1doc/CHANGES-2026
+2-11 files