LLVM/project 055d49cmlir/include/mlir/Dialect/Vector/Transforms LoweringPatterns.h, mlir/test/Dialect/Vector vector-contract-composable-lowering.mlir

add more tests and parallelarith

Signed-off-by: Eric Feng <Eric.Feng at amd.com>
DeltaFile
+37-10mlir/test/Dialect/Vector/vector-contract-composable-lowering.mlir
+6-2mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
+5-0mlir/include/mlir/Dialect/Vector/Transforms/LoweringPatterns.h
+48-123 files

FreeBSD/ports e8a1e89devel/imake Makefile pkg-descr

devel/imake: Update to 1.0.11

Update COMMENT, WWW and pkg-descr.

https://lists.x.org/archives/xorg-announce/2025-December/003650.html

PR:             295038
Approved by:    x11 (arrowd)
Approved by:    fluffy (mentor)
DeltaFile
+3-8devel/imake/Makefile
+6-2devel/imake/pkg-descr
+3-3devel/imake/distinfo
+12-133 files

FreeBSD/ports ca86a95x11/xkill distinfo Makefile

x11/xkill: Update to 1.0.7

https://lists.x.org/archives/xorg-announce/2026-January/003657.html

PR:             295046
Approved by:    x11 (arrowd)
Approved by:    fluffy (mentor)
DeltaFile
+3-3x11/xkill/distinfo
+1-1x11/xkill/Makefile
+4-42 files

FreeBSD/ports ff47deadevel/py-datashape Makefile

devel/py-datashape: Fix missing dependency
DeltaFile
+2-1devel/py-datashape/Makefile
+2-11 files

OpenBSD/ports T3E0f4edevel/codex distinfo Makefile, devel/codex/patches patch-codex-rs_Cargo_toml patch-codex-rs_core_src_config_mod_rs

   devel/codex: update to 0.129.0
VersionDeltaFile
1.7+0-7devel/codex/pkg/PLIST
1.15+3-3devel/codex/patches/patch-codex-rs_Cargo_toml
1.17+2-2devel/codex/distinfo
1.17+1-1devel/codex/patches/patch-codex-rs_core_src_config_mod_rs
1.17+1-1devel/codex/Makefile
+7-145 files

LLVM/project 3d20376clang/lib/Sema SemaHLSL.cpp

[Clang][HLSL] Fix -Wunused-variable (#196445)

LookupSucceeded is only used in an assertion. Mark it [[maybe_unused]]
so we do not get -Wunused-variable in non-assertions builds.
DeltaFile
+2-1clang/lib/Sema/SemaHLSL.cpp
+2-11 files

OpenZFS/src 6a25950tests/zfs-tests/tests/functional/redundancy redundancy.kshlib

ZTS: redundancy_draid_spare1

Preserve the 'zpool status' output used to calculate the number of
checksum errors so it can be logged on failure.  Several instances have
been observed in the CI where cksum was set to a non-zero value, yet a
subsequent run of 'zpool status' on failure showed no checksum errors.

Reviewed-by: Tony Hutter <hutter2 at llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Closes #18500
DeltaFile
+14-8tests/zfs-tests/tests/functional/redundancy/redundancy.kshlib
+14-81 files

LLVM/project 7e5ba54llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp, llvm/test/CodeGen/AMDGPU d16-write-vgpr32.ll function-args.ll

[AMDGPU][True16] relax d16-write-vgpr32 condition (#194477)

Patch https://github.com/llvm/llvm-project/pull/157795 work around a D16
load HW issue.

We found the condition of this workaround could be relaxed for
instructions from same order groups. Downstream testing looks ok.
DeltaFile
+139-0llvm/test/CodeGen/AMDGPU/d16-write-vgpr32.ll
+70-19llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+20-10llvm/test/CodeGen/AMDGPU/function-args.ll
+2-2llvm/test/CodeGen/AMDGPU/branch-relaxation-inst-size-gfx11.ll
+0-1llvm/test/CodeGen/AMDGPU/chain-hi-to-lo.ll
+231-325 files

LLVM/project 0b9f8dfclang/lib/CIR/FrontendAction CIRGenAction.cpp, clang/test/CIR/CodeGen link-bitcode-file.c

[CIR] Add Support for linking modules on cc1
DeltaFile
+84-0clang/lib/CIR/FrontendAction/CIRGenAction.cpp
+52-0clang/test/CIR/CodeGen/link-bitcode-file.c
+136-02 files

LLVM/project 4c7fd84llvm/include/llvm/IR Module.h, llvm/lib/Bitcode/Writer BitcodeWriterPass.cpp

[DebugInfo] Remove old decls when converting DI (#194964)

We were trying to remove declarations of old debug intrinsics whenever
printing modules or writing them to file. This is no longer necessary as
we use the new-style debug values exclusively now, other than when a
target pass specifically converts back to the old style. If a target
pass does that, removing the intrinsics is not right as the intrinsics'
users will still linger.

This change should be NFC except for the experimental DirectX target
where we do exactly that.

Fixes #194884
DeltaFile
+59-0llvm/test/CodeGen/DirectX/debug-info.ll
+0-4llvm/lib/IRPrinter/IRPrintingPasses.cpp
+0-4llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
+0-4llvm/lib/IR/IRPrintingPasses.cpp
+2-0llvm/include/llvm/IR/Module.h
+0-2llvm/tools/llvm-as/llvm-as.cpp
+61-145 files not shown
+61-2011 files

NetBSD/pkgsrc muFZKP5net/inetutils distinfo Makefile, net/inetutils/patches patch-telnetd_utility.c patch-telnetd_utility.c

   Pullup ticket #7097 - requested by taca
   net/inetutils: Security fix

   Revisions pulled up:
   - net/inetutils/Makefile                                        1.12-1.13
   - net/inetutils/distinfo                                        1.8-1.9
   - net/inetutils/patches/patch-telnetd_utility.c                 deleted

   ---
      Module Name:      pkgsrc
      Committed By:     vins
      Date:             Sun Apr 19 19:15:38 UTC 2026

      Modified Files:
        pkgsrc/net/inetutils: Makefile distinfo
      Added Files:
        pkgsrc/net/inetutils/patches: patch-telnetd_utility.c

      Log Message:

    [89 lines not shown]
VersionDeltaFile
1.2.2.2+52-0net/inetutils/patches/patch-telnetd_utility.c
1.2.2.1+0-52net/inetutils/patches/patch-telnetd_utility.c
1.7.2.1+4-4net/inetutils/distinfo
1.11.2.1+5-2net/inetutils/Makefile
+61-584 files

FreeBSD/ports 7ea927bdevel Makefile, devel/py-datashape Makefile distinfo

devel/py-datashape: New port

DataShape is a language for describing data

Sponsored by:   Netflix
DeltaFile
+24-0devel/py-datashape/Makefile
+3-0devel/py-datashape/distinfo
+2-0devel/py-datashape/pkg-descr
+1-0devel/Makefile
+30-04 files

LLVM/project 8f6eaaellvm/include/llvm/IR Intrinsics.h

[NFC][LLVM] Remove extra indentation in Intrinsics.h (#196360)

Remove extra indentation for Intrinsics.h in conformance with
https://llvm.org/docs/CodingStandards.html#namespace-indentation
DeltaFile
+244-245llvm/include/llvm/IR/Intrinsics.h
+244-2451 files

FreeBSD/doc 198daccshared releases.adoc, website/content/en where.adoc

where: stable/15 is now 15.1-STABLE
DeltaFile
+12-0shared/releases.adoc
+3-3website/content/en/where.adoc
+15-32 files

FreeBSD/doc ffce1acwebsite/static/security advisory-template.txt errata-template.txt

SA/EN templates: stable/15 is now 15.1-STABLE
DeltaFile
+1-1website/static/security/advisory-template.txt
+1-1website/static/security/errata-template.txt
+2-22 files

NetBSD/pkgsrc RDGzx41net/powerdns Makefile.common Makefile

   Pullup ticket #7092 - requested by taca
   net/powerdns: Security fix

   Revisions pulled up:
   - net/powerdns/Makefile                                         1.93
   - net/powerdns/Makefile.common                                  1.45-1.46
   - net/powerdns/distinfo                                         1.56-1.57

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Sun Mar 29 16:55:23 UTC 2026

      Modified Files:
        pkgsrc/net/powerdns: Makefile Makefile.common distinfo

      Log Message:
      net/powerdns: Update to version 5.0.3


    [34 lines not shown]
VersionDeltaFile
1.44.2.1+2-2net/powerdns/Makefile.common
1.92.2.1+1-2net/powerdns/Makefile
+3-42 files

FreeBSD/src 7781f5esys/cddl/compat/opensolaris/kern opensolaris_cmn_err.c

dtrace: Improve dmesg kernel message prefix

Provide intuitive log search keywords and increased system consistency.

Approved by:    re (cperciva)
MFC after:              2 weeks
Reported by:            mav
Reviewed by:            0mp, dteske
OpenZFS change:         d45c8d648 (Improve dmesg kernel message prefix)
Differential Revision:  https://reviews.freebsd.org/D55765

(cherry picked from commit 49e9b3061df036a73e8bc424c026158f3f57b183)
(cherry picked from commit b5f45474517646c3df377a75e50260026742ee92)
DeltaFile
+7-7sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
+7-71 files

FreeBSD/src df38b41share/man/man7 build.7

build.7: Explain update-packages repo signing

Approved by:    re (cperciva)
MFC after:              3 days
Reported by:            kevans
Reviewed by:            kevans, ngie
Differential Revision:  https://reviews.freebsd.org/D56607

(cherry picked from commit ab98fd3234304ea10db3dee70205828d372c443a)
(cherry picked from commit dd926806a723b99c9184ce44ab68b83c03fdc173)
DeltaFile
+10-1share/man/man7/build.7
+10-11 files

FreeBSD/src bf5ca5cusr.sbin/bsdinstall/scripts auto

bsdinstall: Improve auto-partition message

Manually tuning ZFS for systems with <8GB ram hasn't been necessary at
least since the switch to OpenZFS. We have users reporting using 1GB RAM
with no manual tuning/issues. Further, the page this links to is a stale
wiki page, which is causing complaints. Remove this misleading note and
replace it with a similar message for UFS. While here, reword that note
to be a bit clearer.

Approved by:    re (cperciva)
PR:                     287719
MFC after:              3 days
Differential Revision:  https://reviews.freebsd.org/D50971

(cherry picked from commit 5ed26c21e4ff1d478d4611abbf3dc14cc1b77244)
(cherry picked from commit 5702d242429f1f791e05a720a9a411b1e64212dc)
DeltaFile
+2-2usr.sbin/bsdinstall/scripts/auto
+2-21 files

FreeBSD/src 1b5b786share/man/man7 ports.7

ports.7/FILES: Expand and refactor into 3 tables

Add make.conf, CHANGES, CONTRIBUTING.Md, UPDATING, and Tools/scripts.
Refactor the FILES section of the ports reference manual into a bigger
table with three sections separated by root directory. Remove preceeding
article from all but "the big Kahuna", and root dirs where reasonable.

Approved by:    re (cperciva)
MFC after:              3 days
Relnotes:               yes
Reported by:            adamw, arrowd, linimon
Differential Revision:  https://reviews.freebsd.org/D55441

(cherry picked from commit 28deec9b7e2b08b00160eb39de84ade6f27eb125)
(cherry picked from commit aa519edfe50a65db516e62752914cb6922b3227f)
DeltaFile
+29-18share/man/man7/ports.7
+29-181 files

FreeBSD/src 519c687usr.sbin/nvram nvram.8

nvram.8: Align option list and tag SPDX

Approved by:    re (cperciva)
MFC after:      3 days

(cherry picked from commit 33fbfceeb4d9daf1145089a10ce7b25110d8840f)
(cherry picked from commit 8318c2f613bea98573aa4cd9ef7a4249d5010dd3)
DeltaFile
+4-2usr.sbin/nvram/nvram.8
+4-21 files

FreeBSD/src b3027c2share/man/man4 ocs_fc.4

ocs_fc.4: Cleanup

+ more consistent document description
+ enumerate available options in synopsis in vt.4 style
+ tag spdx
+ tweak list rendering
+ cleanup HARDWARE
+ reflow excessively long lines silencing linter warnings
+ fix link macros

Approved by:    re (cperciva)
MFC after:              3 days
Reported by:            michaelo (hardware notes)
Differential Revision:  https://reviews.freebsd.org/D56753

(cherry picked from commit dd97c3d83f9a92bbeb9740ceff4c1c74c451293e)
(cherry picked from commit 4da464b1ec4669e658a9839c8ed33f11342b0296)
DeltaFile
+55-38share/man/man4/ocs_fc.4
+55-381 files

FreeBSD/src a9b681e. ObsoleteFiles.inc, usr.sbin/apm Makefile

man: Kill off MANSUBDIRs

Three architecture dependent manuals are installed to MANSUBDIRs,
creating at least two empty manual page directories on everyone's
boxxen. Move those manuals to their canonical area, enhancing clarity,
grepability, removing useless inodes, and increasing consistency with
the rest of the architecture dependent manuals which are unconditionally
installed, and noted at the top of the rendered manual.

Approved by:    re (cperciva)
MFC after: 3 days

(cherry picked from commit 809504f331fd3588e36b54255196379bdb59890a)
(cherry picked from commit 55709c8a46a470af78c0c818b36ac90615728c44)
DeltaFile
+9-0ObsoleteFiles.inc
+0-1usr.sbin/apm/Makefile
+0-1usr.sbin/apmd/Makefile
+0-1usr.sbin/nvram/Makefile
+9-34 files

DragonFlyBSD/src f18d92fsys/dev/disk/ahci ahci_attach.c ahci.c

ahci: remove broken AHCI_COALESCE dead code

Remove the never-compiled AHCI Command Completion Coalescing
implementation.  The code had multiple bugs (missing closing paren,
bare printf instead of device_printf, OpenBSD DEVNAME macro
incompatible with DragonFly newbus) and the approach is
fundamentally wrong for general-purpose I/O.

Hardware CCC delays every low queue-depth completion by the full
timeout value, destroying filesystem metadata latency on single
I/O operations that must wait for the coalescing window to expire.
DeltaFile
+1-36sys/dev/disk/ahci/ahci_attach.c
+0-36sys/dev/disk/ahci/ahci.c
+0-11sys/dev/disk/ahci/ahci.h
+1-833 files

OpenBSD/ports w1q6kNHsysutils/psftools distinfo Makefile, sysutils/psftools/pkg PLIST

   Update psftools to 1.1.3.
VersionDeltaFile
1.7+6-0sysutils/psftools/pkg/PLIST
1.9+2-2sysutils/psftools/distinfo
1.17+1-1sysutils/psftools/Makefile
+9-33 files

LLVM/project 4f98539flang/lib/Lower/OpenMP OpenMP.cpp, flang/test/Lower/OpenMP metadirective-loop.f90

Fix metadirective loop variant lowering

Preserve the associated DO evaluation when a dynamic metadirective can
select either a loop-associated directive or a standalone fallback, so
the fallback still lowers the original loop body.

Scope temporary loop-IV data-sharing attributes to the selected variant.
Use the selected variant's collapse clause to determine how many loop IVs
to mark, avoiding DSA state leaking between alternatives.
DeltaFile
+84-23flang/lib/Lower/OpenMP/OpenMP.cpp
+49-1flang/test/Lower/OpenMP/metadirective-loop.f90
+133-242 files

LLVM/project 363e904llvm/include/llvm/IR Module.h, llvm/lib/IR AsmWriter.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+30-0llvm/unittests/IR/AsmWriterTest.cpp
+12-5llvm/lib/IR/AsmWriter.cpp
+2-2llvm/include/llvm/IR/Module.h
+44-73 files

LLVM/project 75dc872llvm/include/llvm/IR Module.h, llvm/lib/IR AsmWriter.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+30-0llvm/unittests/IR/AsmWriterTest.cpp
+12-5llvm/lib/IR/AsmWriter.cpp
+3-1llvm/tools/llvm-reduce/ReducerWorkItem.cpp
+2-2llvm/include/llvm/IR/Module.h
+0-1llvm/test/tools/llvm-reduce/remove-unused-declarations.ll
+0-1llvm/test/tools/llvm-reduce/remove-attributes-from-intrinsics.ll
+47-101 files not shown
+47-117 files

LLVM/project 2c7ee41llvm/include/llvm/IR Module.h, llvm/lib/IR AsmWriter.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+30-0llvm/unittests/IR/AsmWriterTest.cpp
+12-5llvm/lib/IR/AsmWriter.cpp
+2-2llvm/include/llvm/IR/Module.h
+44-73 files

LLVM/project f5cef67llvm/lib/Target/PowerPC PPCInstrInfo.td PPCInstr64Bit.td

[PowerPC] Hardcode LDAT/LWAT_CSNE constant immediate (#196115)

The FC field in LDAT/LWAT_CSNE instructions is always 16, so hardcode it
in the TableGen definition instead of passing it as an explicit operand.
DeltaFile
+4-4llvm/lib/Target/PowerPC/PPCInstrInfo.td
+3-3llvm/lib/Target/PowerPC/PPCInstr64Bit.td
+0-1llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
+7-83 files