FreeBSD/ports 25efd1dsysutils/nut-devel Makefile

sysutils/nut-devel: Add newly discovered USB dependency

Fixes:          d9903aab809b
DeltaFile
+1-0sysutils/nut-devel/Makefile
+1-01 files

LLVM/project f5e8e98mlir/lib/Dialect/Vector/IR VectorOps.cpp, mlir/test/Dialect/Vector canonicalize.mlir

[mlir][VectorOps] Fold extract on constant_mask (#183780)

Fold `vector.extract(vector.constant_mask)` to `vector.constant_mask` if
possible.

If the static position is outside of the masked area, the pattern will
fold to a constant all-false value instead.

Dynamic positions are only supported if the mask covers the entire
vector in that dimension.

Assisted-by: Claude Code

---------

Signed-off-by: Lukas Sommer <lukas.sommer at amd.com>
DeltaFile
+92-0mlir/test/Dialect/Vector/canonicalize.mlir
+66-3mlir/lib/Dialect/Vector/IR/VectorOps.cpp
+158-32 files

LLVM/project f78a805clang/lib/Driver/ToolChains Clang.cpp, clang/test/Driver linker-wrapper-canonical-prefixes.c hip-options.hip

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+25-0clang/test/Driver/linker-wrapper-canonical-prefixes.c
+9-0clang/test/Driver/hip-options.hip
+9-0clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
+4-0clang/lib/Driver/ToolChains/Clang.cpp
+4-0clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td
+51-05 files

LLVM/project 5da5e60clang/test/Driver linker-wrapper-canonical-prefixes.c, clang/tools/clang-linker-wrapper ClangLinkerWrapper.cpp LinkerWrapperOpts.td

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+25-0clang/test/Driver/linker-wrapper-canonical-prefixes.c
+9-0clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
+4-0clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td
+38-03 files

LLVM/project 97c771dclang/test/Driver linker-wrapper-canonical-prefixes.c, clang/tools/clang-linker-wrapper ClangLinkerWrapper.cpp LinkerWrapperOpts.td

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+25-0clang/test/Driver/linker-wrapper-canonical-prefixes.c
+9-0clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
+4-0clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td
+38-03 files

LLVM/project 3357e48clang/lib/APINotes APINotesWriter.cpp, clang/test/APINotes objc_designated_init_protocol.m

[clang/APINotes] Fix assertion crash in addObjCMethod for protocol DesignatedInit methods (#183799)

DeltaFile
+17-0clang/test/APINotes/objc_designated_init_protocol.m
+5-1clang/lib/APINotes/APINotesWriter.cpp
+6-0clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/APINotes/SomeKit.apinotes
+4-0clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.h
+32-14 files

FreeBSD/doc 1e17e5fwebsite/content/en/releases/14.4R relnotes.adoc

14.4/relnotes: typos and links fixed

Approved by: re (implicit)
Differential Revision: https://reviews.freebsd.org/D55615
DeltaFile
+11-11website/content/en/releases/14.4R/relnotes.adoc
+11-111 files

LLVM/project 6413951llvm/test/CodeGen/X86 known-never-zero.ll

[X86] known-never-zero.ll - remove unnecessary declarations (#184142)

DeltaFile
+0-15llvm/test/CodeGen/X86/known-never-zero.ll
+0-151 files

NetBSD/pkgsrc bte34a7doc CHANGES-2026

   doc: Updated shells/nushell to 0.111.0
VersionDeltaFile
1.1520+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EPp6Mwoshells/nushell distinfo cargo-depends.mk, shells/nushell/patches patch-.._vendor_uucore-0.6.0_src_lib_features_safe__traversal.rs patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs

   shells/nushell: uodate to 0.111.0

   This is the 0.111.0 release of Nushell.
   You can learn more about this release here: https://www.nushell.sh/blog/2026-02-28-nushell_v0_111_0.html
VersionDeltaFile
1.69+801-767shells/nushell/distinfo
1.1+822-0shells/nushell/patches/patch-.._vendor_uucore-0.6.0_src_lib_features_safe__traversal.rs
1.59+265-254shells/nushell/cargo-depends.mk
1.1+18-0shells/nushell/patches/patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs
1.84+3-3shells/nushell/Makefile
1.2+1-1shells/nushell/patches/patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs
+1,910-1,0256 files

LLVM/project bd02c17llvm/test/CodeGen/X86 known-never-zero.ll

[X86] known-never-zero.ll - add shift right vector test coverage for #183577 (#184140)

DeltaFile
+137-0llvm/test/CodeGen/X86/known-never-zero.ll
+137-01 files

LLVM/project a8fb8ebllvm/lib/Target/AMDGPU AMDGPUSubtarget.h

AMDGPU: Stop copying triple into AMDGPUSubtarget (#184147)

Really the triple doesn't belong here at all.
DeltaFile
+2-2llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+2-21 files

FreeBSD/src b55bffesys/netinet6 in6_ifattach.c

netinet6: Fix memory leak on auto_linklocal

release the refcount of link-local prefix information to ensure
it gets freed when the address is deleted.

Reviewed By: zlei, ivy
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55593
DeltaFile
+2-2sys/netinet6/in6_ifattach.c
+2-21 files

NetBSD/pkgsrc tuetSLkdoc CHANGES-2026

   Updated geography/py-maxminddb, devel/py-fakefs
VersionDeltaFile
1.1519+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc WQurdnHdevel/py-fakefs distinfo Makefile

   py-fakefs: updated to 6.1.3

   6.1.3
   Minor bugfix release.

   Fixes
   * handle expanduser() and home() correctly in cross OS usage
VersionDeltaFile
1.33+4-4devel/py-fakefs/distinfo
1.34+2-2devel/py-fakefs/Makefile
+6-62 files

LLVM/project 24ac598utils/bazel/llvm-project-overlay/libc BUILD.bazel

[bazel][libc] Add missing dep (#184152)

#183822 enabled layering checks, but there was some backsliding
DeltaFile
+1-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+1-01 files

NetBSD/pkgsrc PFbNQqUgeography/py-maxminddb distinfo Makefile

   py-maxminddb: updated to 3.1.0

   3.1.0 (2026-02-24)

   * The vendored ``libmaxminddb`` has been updated to 1.13.1. This includes
     several security hardening improvements when reading corrupt or malicious
     database files, including fixes for integer overflows, bounds checking, and
     use-after-free prevention.
VersionDeltaFile
1.9+5-4geography/py-maxminddb/distinfo
1.13+4-2geography/py-maxminddb/Makefile
+9-62 files

LLVM/project 4a13e18openmp/runtime/src CMakeLists.txt

implement feedback

Co-authored-by: Michael Kruse <llvm-project at meinersbur.de>
DeltaFile
+9-11openmp/runtime/src/CMakeLists.txt
+9-111 files

FreeBSD/ports 0294766shells/bash-completion-zfs distinfo Makefile

shells/bash-completion-zfs: Update 2.3.3 => 2.4.1 (no changes)

Just a version update to match the latest OpenZFS release.
DeltaFile
+3-3shells/bash-completion-zfs/distinfo
+1-1shells/bash-completion-zfs/Makefile
+4-42 files

LLVM/project dd3313copenmp/runtime/src CMakeLists.txt

[libomp] Fix hwloc include for non-standard paths

Fixes https://github.com/llvm/llvm-project/issues/183884
DeltaFile
+8-0openmp/runtime/src/CMakeLists.txt
+8-01 files

LLVM/project dbacb14utils/bazel/llvm-project-overlay/libc BUILD.bazel

[bazel][libc] Enable layering_check for libc/BUILD.bazel (#183822)

DeltaFile
+17-1utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+17-11 files

FreeBSD/ports cc02b5dlang/fennel distinfo Makefile

lang/fennel: Update to 1.6.1

Changelog:      https://git.sr.ht/~technomancy/fennel/tree/1.6.1/item/changelog.md#161--2025-12-30
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3lang/fennel/distinfo
+1-1lang/fennel/Makefile
+4-42 files

LLVM/project 4f84347llvm/test/tools/llvm-ir2vec/bindings ir2vec-bindings.py, llvm/tools/llvm-ir2vec/Bindings PyIR2Vec.cpp

[llvm-ir2vec] Adding Inst Embeddings Map API to ir2vec python bindings (#180140)

- Returns a Inst Embedding Map based on the input function name
 `getInstEmbMap(funcName) -> Map<Inst string, Embedding>`

- Refactors IR2VecTool methods to have a separate call to create the
embedder object
DeltaFile
+34-44llvm/tools/llvm-ir2vec/lib/Utils.cpp
+42-1llvm/tools/llvm-ir2vec/Bindings/PyIR2Vec.cpp
+38-0llvm/test/tools/llvm-ir2vec/bindings/ir2vec-bindings.py
+7-0llvm/tools/llvm-ir2vec/lib/Utils.h
+121-454 files

FreeBSD/src acf90e2sys/sys elf_common.h

elf_common.h: Sort SHT_ entries

Reviewed by:    jrtc27
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55488

(cherry picked from commit 0ff08b8c402b3c555125e4c72df0b80b4d084d56)
DeltaFile
+3-2sys/sys/elf_common.h
+3-21 files

FreeBSD/src 2b6ba65sys/sys elf_common.h

sys: Restore sorting in sys/elf_common.h

These various definitions are meant to be kept sorted by machine prefix.

Fixes:  2bb61497ca76 ("elf_common.h: Add definitions for LoongArch ELF files")
(cherry picked from commit b7ef4f4b230f01968473269f280bd7e4e86a3ec9)
DeltaFile
+175-175sys/sys/elf_common.h
+175-1751 files

LLVM/project bc0af99llvm/docs/TableGen BackEnds.rst, llvm/include/llvm/TableGen SearchableTable.td

[TableGen] Allow specification of underlying type for GenericEnum (#183769)

Allow specification of the underlying C++ data type for `GenericEnum`.

I ran into this because I was trying to use a TableGen-genered enum in
`DenseSet` which requires the underlying type be specified.

Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
DeltaFile
+8-1llvm/utils/TableGen/SearchableTableEmitter.cpp
+6-1llvm/docs/TableGen/BackEnds.rst
+6-0llvm/include/llvm/TableGen/SearchableTable.td
+2-1llvm/test/TableGen/generic-tables.td
+22-34 files

FreeBSD/src 50a7a38sys/sys elf_common.h

elf_common.h: Add some AArch32 relocations

Reviewed by:    mmel
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55268

(cherry picked from commit 10ac7413c060b1496ef54e2338f487ea84f66206)
DeltaFile
+13-0sys/sys/elf_common.h
+13-01 files

FreeBSD/ports fee2359www/dooble distinfo Makefile

www/dooble: Update 2026.02.15 => 2026.02.28

Changelog:
https://github.com/textbrowser/dooble/releases/tag/2026.02.28

PR:     293532
DeltaFile
+3-3www/dooble/distinfo
+1-1www/dooble/Makefile
+4-42 files

FreeBSD/ports 12655ddfilesystems/openzfs-kmod distinfo Makefile, filesystems/openzfs-kmod/files patch-nvpair_nvpair.c

filesystems/openzfs-kmod: update to 2.4.1

Changelog:      https://github.com/openzfs/zfs/releases/tag/zfs-2.4.1
DeltaFile
+0-30filesystems/openzfs-kmod/files/patch-nvpair_nvpair.c
+3-3filesystems/openzfs-kmod/distinfo
+1-2filesystems/openzfs-kmod/Makefile
+4-353 files

FreeBSD/ports a481cadfilesystems/openzfs pkg-plist distinfo, filesystems/openzfs/files patch-module_nvpair_nvpair.c patch-tests_zfs-tests_cmd_mmap__seek.c

filesystems/openzfs: update to 2.4.1

Changelog:      https://github.com/openzfs/zfs/releases/tag/zfs-2.4.1
DeltaFile
+0-30filesystems/openzfs/files/patch-module_nvpair_nvpair.c
+0-11filesystems/openzfs/files/patch-tests_zfs-tests_cmd_mmap__seek.c
+0-11filesystems/openzfs/files/patch-module_zfs_vdev.c
+7-0filesystems/openzfs/pkg-plist
+3-3filesystems/openzfs/distinfo
+1-2filesystems/openzfs/Makefile
+11-576 files