LLVM/project f9ebceallvm/include/llvm/Support ConvertEBCDIC.h

[Support] Add missing header guard (#195870)
DeltaFile
+5-0llvm/include/llvm/Support/ConvertEBCDIC.h
+5-01 files

LLVM/project bed163ellvm/include/llvm/Analysis ScalarEvolution.h

[SCEV] Clarify nuw/nsw semantics for multi-operand nodes (#195826)

nuw/nsw must hold for all subsets/orders of operands.
DeltaFile
+3-1llvm/include/llvm/Analysis/ScalarEvolution.h
+3-11 files

FreeBSD/src efc0cedsys/modules/ath10k Makefile, sys/modules/ath11k Makefile

ath{10,11,12}k: Add missing header in Makefile

Reviewed by:    bz
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56693
DeltaFile
+2-0sys/modules/ath10k/Makefile
+2-0sys/modules/ath11k/Makefile
+2-0sys/modules/ath12k/Makefile
+6-03 files

FreeBSD/ports ebd139dcad/openvsp distinfo Makefile

cad/openvsp: Update to 3.50.1

ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.50.1

Fixes:
 * Fix CompGeom area and volume calculations
DeltaFile
+3-3cad/openvsp/distinfo
+1-1cad/openvsp/Makefile
+4-42 files

FreeNAS/freenas 4424074src/middlewared/debian control, src/middlewared/middlewared/rclone/remote storjix.py

remove aws python dependency
DeltaFile
+16-11src/middlewared/middlewared/rclone/remote/storjix.py
+0-2src/middlewared/debian/control
+16-132 files

FreeBSD/doc ab9366adocumentation/content/en/books/handbook/filesystems _index.adoc

handbook/filesystems: Adjust manual page links

PR:     295025
DeltaFile
+4-4documentation/content/en/books/handbook/filesystems/_index.adoc
+4-41 files

FreeBSD/src 2610029lib/libusb libusb.h

libusb: Add libusb_endpoint_transfer_type enum

MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
DeltaFile
+7-0lib/libusb/libusb.h
+7-01 files

FreeNAS/freenas c4f9c6btests/sharing_protocols/nfs test_nfs_acl.py test_nfs_dacl_readdir.py

Fix teardown
DeltaFile
+40-31tests/sharing_protocols/nfs/test_nfs_acl.py
+24-12tests/sharing_protocols/nfs/test_nfs_dacl_readdir.py
+11-7tests/sharing_protocols/nfs/test_nfs_xattr.py
+75-503 files

NetBSD/pkgsrc wnBGCtodoc TODO CHANGES-2026

   doc: Updated www/dillo to 3.3.0
VersionDeltaFile
1.27208+1-2doc/TODO
1.2834+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc zKeMYcEwww/dillo distinfo Makefile, www/dillo/patches patch-dillo-install-hyphenation patch-src_IO_http.c

   dillo: update to 3.3.0

   Packaging:
   - Most patches have been removed thanks to leot@'s patches being
     merged upstream!

   Upstream:
   - Add optional support for brotli (br) content encoding.
   - Add about:keys to display current keyboard shortcuts.
   - Control + left click opens links in new tab (emulates mouse middle
     button).
   - Ctrl+C copies selected text into the clipboard so Ctrl+V works as
     expected.
   - Enable IPv6 support by default if supported by the platform.
   - Focus the N-th tab with the Alt+<number> shortcut.
   - Fix vsource dpi infinite loop on musl due to unescaped "%" printf
     format.
   - Add about:cache and about:dicache pages to show internal cache
     details.

    [30 lines not shown]
VersionDeltaFile
1.48+5-38www/dillo/distinfo
1.100+9-5www/dillo/Makefile
1.2+4-3www/dillo/patches/patch-dillo-install-hyphenation
1.22+2-1www/dillo/PLIST
1.2+1-1www/dillo/patches/patch-src_IO_http.c
1.2+1-1www/dillo/patches/patch-src_IO_tls__openssl.c
+22-4931 files not shown
+53-8037 files

LLVM/project ad3bb75clang/include/clang/Options Options.td, flang/test/Driver print-file-name.f90

[Flang][Driver] Enable -print-file-name (#195790)

Enable -print-file-name for the Flang driver as already enabled by
Clang.

Extracted out of #171515 as requested by
https://github.com/llvm/llvm-project/pull/171515#pullrequestreview-4180690622
DeltaFile
+13-0flang/test/Driver/print-file-name.f90
+1-1clang/include/clang/Options/Options.td
+0-0flang/test/Driver/Inputs/resource_dir/share/asan_ignorelist.txt
+0-0flang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-unknown-linux-gnu/libflang_rt.runtime.a
+14-14 files

FreeNAS/freenas 1a37af5tests/sharing_protocols/nfs conftest.py test_nfs_xattr.py

More fixes
DeltaFile
+62-0tests/sharing_protocols/nfs/conftest.py
+6-6tests/sharing_protocols/nfs/test_nfs_xattr.py
+6-6tests/sharing_protocols/nfs/test_nfs_acl.py
+6-6tests/sharing_protocols/nfs/test_nfs_dacl_readdir.py
+2-2tests/sharing_protocols/nfs/test_nfs_truenas_acl_tools.py
+82-205 files

LLVM/project 9ca29d7llvm/lib/Target/SystemZ SystemZOperands.td SystemZOperators.td

[SystemZ] Replace PatLeaf with ImmLeaf (#195146)

The code snippets for the predicates are a bit shorter, because the
APInt is directly available instead of an SDNode. Main advantage is that
it enables the constraint to be ported to GlobalISel.
DeltaFile
+65-67llvm/lib/Target/SystemZ/SystemZOperands.td
+10-10llvm/lib/Target/SystemZ/SystemZOperators.td
+75-772 files

OPNSense/core cbdad01src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt

ipsec: allow save_cancel render as field and restyle for gap layout
DeltaFile
+37-31src/opnsense/mvc/app/views/OPNsense/IPsec/connections.volt
+17-0src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+0-14src/opnsense/mvc/app/views/layout_partials/base_dialog.volt
+4-0src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml
+58-454 files

FreeBSD/src 5f901e1lib/libifconfig libifconfig_bridge.c

libifconfig: Skip bridge VLAN config for span members

bridge(4) doesn't support BRDGGIFVLANSET for span members, which
means if a span interface is configured, libifconfig will fail to
fetch bridge members.  Skip this for IFBIF_SPAN members.

PR:     292634
MFC after:      3 days
Reported by:    Emrion <kmachine at free.fr>
Reviewed by:    pouria, zlei
Approved by:    re (cperciva)
Sponsored by:   https://www.patreon.com/bsdivy
Differential Revision:  https://reviews.freebsd.org/D56694

(cherry picked from commit 454322c08b8aa181939c8d920472f03cfd591032)
(cherry picked from commit 0a919e2a9265b5cdaeb2c5d51c29791b4eb7335c)
DeltaFile
+5-0lib/libifconfig/libifconfig_bridge.c
+5-01 files

LLVM/project c05e809mlir/include/mlir/Dialect/XeGPU/Transforms XeGPULayoutImpl.h, mlir/lib/Dialect/XeGPU/Transforms XeGPULayoutImpl.cpp XeGPUPropagateLayout.cpp

[MLIR][XeGPU] Support Layout propagation for interleave and deintereleave op (#194966)

Enable propagation of interleave and deinterleave with their own
propagation rules.

---------

Co-authored-by: Claude Sonnet 4.5 <noreply at anthropic.com>
DeltaFile
+155-0mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp
+73-0mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp
+42-0mlir/test/Dialect/XeGPU/propagate-layout.mlir
+18-0mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h
+288-04 files

FreeBSD/doc cebbfbcwebsite/content/en where.adoc, website/content/en/projects newbies.adoc

website: Remove TrueNAS and NomadBSD

These are defunct for a few years now.

PR:             295014
Reported by:    Graham Perrin
DeltaFile
+0-2website/content/en/projects/newbies.adoc
+0-2website/content/en/where.adoc
+0-42 files

NetBSD/pkgsrc 8HBt7j3doc TODO

   doc/TODO: + gtk4-4.22.4.
VersionDeltaFile
1.27207+2-2doc/TODO
+2-21 files

LLVM/project 869829amlir/test/Dialect/Transform inliner-legality.mlir

add inliner test
DeltaFile
+18-0mlir/test/Dialect/Transform/inliner-legality.mlir
+18-01 files

OPNSense/core 0e78f1asrc/opnsense/mvc/app/views/OPNsense/IPsec connections.volt

ipsec: missing a close on trailing tab but progress
DeltaFile
+29-27src/opnsense/mvc/app/views/OPNsense/IPsec/connections.volt
+29-271 files

LLVM/project 23650dbmlir/test/Dialect/Builtin/Bytecode types.mlir builtin_fixed.mlir

add bytecode
DeltaFile
+10-0mlir/test/Dialect/Builtin/Bytecode/types.mlir
+3-1mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
+0-0mlir/test/Dialect/Builtin/Bytecode/builtin_fixed_0.mlirbc
+13-13 files

LLVM/project 4b85bedmlir/docs Tokens.md, mlir/include/mlir/IR BuiltinTypes.td

type instead of type interface
DeltaFile
+36-24mlir/lib/Dialect/LLVMIR/IR/LLVMTypeSyntax.cpp
+60-0mlir/test/IR/token-type.mlir
+0-59mlir/test/IR/token-type-interface.mlir
+16-22mlir/docs/Tokens.md
+18-17mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
+27-0mlir/include/mlir/IR/BuiltinTypes.td
+157-12215 files not shown
+202-18321 files

LLVM/project b377974llvm/lib/Target/AArch64 AArch64SchedC1Premium.td, llvm/test/tools/llvm-mca/AArch64/Cortex C1Premium-sve-instructions.s C1Premium-writeback.s

Merge branch 'main' into users/shiltian/null-value-to-zero-value-llvm-part
DeltaFile
+6,873-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-sve-instructions.s
+3,979-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-writeback.s
+3,163-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-neon-instructions.s
+2,565-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-forwarding.s
+2,523-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-basic-instructions.s
+2,348-0llvm/lib/Target/AArch64/AArch64SchedC1Premium.td
+21,451-0456 files not shown
+30,990-4,433462 files

FreeBSD/ports 3b0d7f4devel/ocaml-opam/files patch-Makefile

devel/ocaml-opam: Fix quarterly build

PR:             295015
Reported by:    Hannes Mehnert <hannes at mehnert.org> (maintainer)
Fixes:          8a91d1a951d8 (devel/ocaml-opam: update to 2.5.1)

(cherry picked from commit a1bbde07f7e4065a92ab5f06a2041f2ab4b6757a)
DeltaFile
+5-5devel/ocaml-opam/files/patch-Makefile
+5-51 files

LLVM/project dee6c83clang/include/clang/Basic BuiltinsAMDGPU.td, clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp

[AMDGPU] Add builtins for wave reduction intrinsics

Assisted by - Claude-sonnet:4.6
DeltaFile
+189-0clang/test/CodeGenOpenCL/builtins-amdgcn.cl
+18-0clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
+9-0clang/include/clang/Basic/BuiltinsAMDGPU.td
+216-03 files

LLVM/project 47301b4clang/test/Sema wave-reduce-builtins-validate-amdgpu.cl

Missing SEMA tests
DeltaFile
+26-0clang/test/Sema/wave-reduce-builtins-validate-amdgpu.cl
+26-01 files

LLVM/project 3783241llvm/lib/Target/AMDGPU SIISelLowering.cpp SIInstructions.td, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.xor.ll llvm.amdgcn.reduce.or.ll

Drop unsed test prefixes
DeltaFile
+292-149llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.xor.ll
+251-128llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.or.ll
+251-128llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.and.ll
+6-0llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+4-1llvm/lib/Target/AMDGPU/SIInstructions.td
+804-4065 files

LLVM/project 0708719clang/test/Import/destructor test.cpp

[clang][test] Add missing `FileCheck` in Import/destructor/test.cpp (#195778)

The test had `CHECK` directives that were never executed because the
`RUN` line did not pipe output to `FileCheck`. This also replaces
`CHECK-NEXT` with `CHECK-SAME` so the subsequent `CHECK-SAME` directives
match the remaining destructor properties in order.
DeltaFile
+3-4clang/test/Import/destructor/test.cpp
+3-41 files

LLVM/project 00cb7fbclang/include/clang/Basic arm_sve.td, clang/test/CodeGen/AArch64/sve2p3-intrinsics acle_sve2p3_dot.c

[AARCH64] Add intrinsic support for new s/udot intrinsics (#189424)

The intrinsics are based on the following
[proposal](https://github.com/ARM-software/acle/pull/428). These are:

```
svint16_t svdot_s16_s8(svint16_t zda, svint8_t zn, svint8_t zm);
svint16_t svdot_n_s16_s8(svint16_t zda, svint8_t zn, int8_t zm);
svint16_t svdot_lane_s16_s8(svint16_t zda, svint8_t zn, svint8_t zm, uint64_t imm_idx);

svuint16_t svdot_u16_u8(svuint16_t zda, svuint8_t zn, svuint8_t zm);
svuint16_t svdot_n_u16_u8(svuint16_t zda, svuint8_t zn, uint8_t zm);
svuint16_t svdot_lane_u16_u8(svuint16_t zda, svuint8_t zn, svuint8_t zm, uint64_t imm_idx);
```
DeltaFile
+160-0clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_sve-aes2___sme_AND_sve-aes2_AND_ssve-aes.c
+120-0clang/test/CodeGen/AArch64/sve2p3-intrinsics/acle_sve2p3_dot.c
+46-0llvm/test/CodeGen/AArch64/sve2p3-intrinsics-dots.ll
+36-0clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p3_OR_sme2p3_RP___sme_AND_LP_sve2p3_OR_sme2p3_RP.c
+12-0llvm/lib/Target/AArch64/SVEInstrFormats.td
+10-0clang/include/clang/Basic/arm_sve.td
+384-04 files not shown
+399-410 files

OPNSense/core a6d902bsrc/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml

ipsec: remove empty header but also do not bring back __mt
DeltaFile
+0-5src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml
+0-51 files