LLVM/project d5e14afmlir/utils/vscode language-configuration.json package.json

[mlir][vscode] Add angle bracket support to MLIR language configuration (#176602)

Add angle brackets (<>) to brackets, autoClosingPairs, and
surroundingPairs for better editing of types like tensor<3xf32>. Also
add colorizedBracketPairs for visual distinction between nested bracket
types.
DeltaFile
+10-1mlir/utils/vscode/language-configuration.json
+1-1mlir/utils/vscode/package.json
+11-22 files

NetBSD/pkgsrc V9SHniawww/w3m/patches patch-etc.c

   w3m: remove merged patch
VersionDeltaFile
1.2+1-1www/w3m/patches/patch-etc.c
+1-11 files

NetBSD/pkgsrc XOIYvlmdoc CHANGES-2026

   doc: Updated www/w3m-img to 0.5.5
VersionDeltaFile
1.392+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc g4suz4Jwww/w3m-img Makefile

   w3m-img: update to 0.5.5.

   See w3m for details.
VersionDeltaFile
1.36+2-3www/w3m-img/Makefile
+2-31 files

LLVM/project f64b69bmlir/utils/vscode pdll-grammar.json

[mlir][vscode] Fix PDLL grammar character class regex (#176601)

The character class [aA-zZ_0-9] incorrectly matches characters between
ASCII 90-97 (Z-a range), which includes: [ \ ] ^ _ `. This should be
[a-zA-Z_0-9] for proper identifier matching.
DeltaFile
+8-8mlir/utils/vscode/pdll-grammar.json
+8-81 files

NetBSD/pkgsrc OFaifegdoc CHANGES-2026

   doc: Updated www/w3m to 0.5.5
VersionDeltaFile
1.391+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fwslfsJwww/w3m Makefile.common distinfo, www/w3m/patches patch-file.c patch-fm.h

   w3m: update to 0.5.5.

   w3m 0.5.5 - 2025-08-20

   * new feature
     - Use gettext everywhere, allow for more localization

   * bug fixes
     - Prevent segfault when user aborts session store command
     - Fix cookie sync logic

   w3m 0.5.4 - 2025-08-03

   * deprecated
     - option -H Users should use -o high-intensity=true instead
     - ChangeLog file, use the git log for all the details

   * new features
     - Add command to save the history (SAVE_HISTORY)

    [49 lines not shown]
VersionDeltaFile
1.2+16-17www/w3m/patches/patch-file.c
1.82+9-19www/w3m/Makefile.common
1.43+8-9www/w3m/distinfo
1.2+6-6www/w3m/patches/patch-fm.h
1.2+5-5www/w3m/patches/patch-Makefile.in
1.2+3-3www/w3m/patches/patch-Str.c
+47-592 files not shown
+49-648 files

LLVM/project 727f8f9clang/test/CodeGenOpenCL amdgpu-features-illegal.cl, clang/test/SemaOpenCL builtins-amdgcn-error-wave32.cl

[Clang][AMDGPU] Handle `wavefrontsize32` and `wavefrontsize64` features more robustly

We should also not allow `-wavefrontsize32` and `-wavefrontsize64` to be specified at the same time.
DeltaFile
+18-7llvm/lib/TargetParser/TargetParser.cpp
+8-5clang/test/CodeGenOpenCL/amdgpu-features-illegal.cl
+1-1clang/test/SemaOpenCL/builtins-amdgcn-error-wave32.cl
+27-133 files

OpenBSD/ports kq9PaTwnet/swirc distinfo Makefile

   Update swirc to 3.5.8.

   From maintainer Markus Uhlin, thanks!
VersionDeltaFile
1.37+2-2net/swirc/distinfo
1.43+1-1net/swirc/Makefile
+3-32 files

FreeBSD/ports 3613171audio/ocp Makefile distinfo

audio/ocp: Update to 3.1.0
DeltaFile
+6-3audio/ocp/Makefile
+3-3audio/ocp/distinfo
+2-0audio/ocp/pkg-plist
+11-63 files

LLVM/project a93734bllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel regbankselect-amdgpu-smed3.mir regbankselect-amdgpu-cvt-pk-i16-i32.mir

[AMDGPU][GlobalISel] Add RegBankLegalize rules for SMED3 and CVT_PK_I16_I32

These opcodes are created together for the i64->i16 signed clamp pattern.
DeltaFile
+46-0llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgpu-smed3.mir
+41-0llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgpu-cvt-pk-i16-i32.mir
+8-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+4-4llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
+99-44 files

NetBSD/pkgsrc vf8QoCodoc CHANGES-2026

   doc: Updated math/gnumeric112 to 1.12.59nb4
VersionDeltaFile
1.390+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mF7U9JLmath/gnumeric112 Makefile

   gnumeric112: remove py-gobject3 dependency

   This package is only needed when introspection actively enabled,
   and this would need a gobject-introspection dependency as well.

   Bump PKGREVISION.
VersionDeltaFile
1.111+2-4math/gnumeric112/Makefile
+2-41 files

LLVM/project f316a39llvm/utils/gn/secondary/clang/lib/Analysis BUILD.gn

[gn build] Port 694c4d6539cc
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
+1-01 files

LLVM/project 123acb2llvm/test/Transforms/LoopVectorize/AArch64 vector-reverse.ll select-costs.ll, llvm/test/Transforms/LoopVectorize/RISCV predicated-reverse-store.ll

[LV] Add missing coverage for LV cost model code paths.

Add a set of tests that expose crashes with some upcoming and pending
patches.
DeltaFile
+210-24llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse.ll
+66-0llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
+60-0llvm/test/Transforms/LoopVectorize/RISCV/predicated-reverse-store.ll
+336-243 files

FreeBSD/src dce3d3astand/powerpc/ofw cas.c

powerpc/loader: Size the CAS PVR array correctly

Fixes:          895eeb492 ("powerpc/loader: Add CAS support for older CPUs")
MFC after:      1 week
DeltaFile
+1-1stand/powerpc/ofw/cas.c
+1-11 files

OpenBSD/src XBuVLMEdistrib/miniroot install.sub

   prune previous libLLVM;  OK jca deraadt

   Reclaiming ~10% of that gigabyte sysupgrade now wants in /usr/ seems nice:

   octeon  -r--r--r--  1 root  bin   106M Apr 14  2025 /usr/lib/libLLVM.so.8.0
   amd64   -r--r--r--  1 root  bin  82.6M Jun 10  2025 /usr/lib/libLLVM.so.8.0

   distrib/sets/lists/base/md.* shows macppc as last arch to switch to 9.0
   (even bigger) on 01.08.25, so nothing should use old libs anymore by now.
VersionDeltaFile
1.1284+2-2distrib/miniroot/install.sub
+2-21 files

NetBSD/src eHdQrxLusr.bin/sort sort.1

   sort(1): make previous both semantically and visually correct
VersionDeltaFile
1.47+5-5usr.bin/sort/sort.1
+5-51 files

NetBSD/pkgsrc xVsDVICtextproc/gtk-doc Makefile

   gtk-doc: clean up

   Remove unused test dependency and environment override.
VersionDeltaFile
1.105+1-5textproc/gtk-doc/Makefile
+1-51 files

NetBSD/pkgsrc-wip 182806e. Makefile, gtk-doc PLIST Makefile

gtk-doc: remove, pkgsrc version is newer
DeltaFile
+0-82gtk-doc/PLIST
+0-45gtk-doc/Makefile
+0-19gtk-doc/buildlink3.mk
+0-8gtk-doc/DESCR
+0-5gtk-doc/distinfo
+1-1Makefile
+1-1606 files

NetBSD/pkgsrc L2F46nkdoc CHANGES-2026

   doc: Updated x11/gtk3 to 3.24.51nb2
VersionDeltaFile
1.389+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc C3diYI6x11/gtk3 Makefile options.mk

   gtk3: only use gtk-doc when 'doc' option is enabled

   Add libxslt and docbook-xsl dependencies, needed even when 'doc'
   option is disabled.

   Bump PKGREVISION.
VersionDeltaFile
1.224+5-3x11/gtk3/Makefile
1.32+2-1x11/gtk3/options.mk
+7-42 files

NetBSD/pkgsrc HXjdFzvdoc CHANGES-2026

   doc: Updated textproc/libxmlb to 0.3.24nb1
VersionDeltaFile
1.388+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc seGvnE5textproc/libxmlb PLIST options.mk

   libxmlb: make gtk-doc optional

   Keep default on, bump PKGREVISION just to be on the safe side.
VersionDeltaFile
1.3+32-32textproc/libxmlb/PLIST
1.1+17-0textproc/libxmlb/options.mk
1.6+4-3textproc/libxmlb/Makefile
+53-353 files

NetBSD/pkgsrc v1gErUadoc CHANGES-2026

   doc: Updated audio/pulseaudio to 17.0nb4
VersionDeltaFile
1.387+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nfIbLrJaudio/pulseaudio options.mk Makefile

   pulseaudio: make consolekit a default-off option

   Support for it was already disabled on Linux and Darwin, and
   I wouldn't bet on the *BSD support in consolekit.

   Bump PKGREVISION.
VersionDeltaFile
1.18+17-6audio/pulseaudio/options.mk
1.188+2-5audio/pulseaudio/Makefile
1.49+2-2audio/pulseaudio/PLIST
+21-133 files

LLVM/project 811fb22llvm/lib/Target/WebAssembly WebAssemblyTargetTransformInfo.cpp WebAssemblyTargetTransformInfo.h

[WebAssembly] Mark extract.last.active as having invalid cost.

Currently the WebAssembly backend crashes when trying to lower some
extract.last.active intrinsic calls. Mark their cost as invalid
temporarily, to avoid them being introduced by the loop
vectorizer after 2abd6d6d7ac (#158088).
DeltaFile
+13-0llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
+5-0llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
+18-02 files

OpenBSD/src EFb4NQhusr.sbin/sysupgrade sysupgrade.sh

   Check absoloute free space rather than usage percentage

   10% on big (single filesystem) disks can still be plenty enough;
   on the flip side, e.g. 10% of 3G /usr is often still too tight.

   So instead of ">= 90% used", use "< 1G free" to bail out early.

   Input OK sthen
VersionDeltaFile
1.61+3-4usr.sbin/sysupgrade/sysupgrade.sh
+3-41 files

LLVM/project 1c6d603mlir/utils/vscode package.json

[mlir][vscode] Add actions for publishing to openvsx. (#176593)

DeltaFile
+2-0mlir/utils/vscode/package.json
+2-01 files

NetBSD/src 8HPYArSusr.bin/sort sort.1

   sort.1: tweak formatting of the synopsis.

   - Use an ellipsis to signal that the -k option can be repeated.
   - Correct a misplaced display of [-t char].

   PR standards/59647
VersionDeltaFile
1.46+4-4usr.bin/sort/sort.1
+4-41 files