LLVM/project aa2f124llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/PhaseOrdering/AArch64 reduce_submuladd.ll

[SLP] Enable full non-power-of-2 vectorization by default

Default slp-vectorize-non-power-of-2 to true and broaden the set of
supported widths beyond NumElts + 1 == bit_ceil(NumElts) to include
small widths (<= 5), widths where NumElts - 1 is also non-power of two
(e.g. 6, 7, 10..15), and any width when the elements being vectorized
are themselves vectors (REVEC). Tweak gathered loads, stores, and
reduction support to the non-power-of-2 vector factors.

Reviewers: hiraditya, bababuck, RKSimon

Pull Request: https://github.com/llvm/llvm-project/pull/196825
DeltaFile
+140-76llvm/test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
+137-42llvm/test/Transforms/SLPVectorizer/X86/dot-product.ll
+120-29llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+31-98llvm/test/Transforms/PhaseOrdering/AArch64/reduce_submuladd.ll
+44-56llvm/test/Transforms/SLPVectorizer/X86/horizontal-list.ll
+24-60llvm/test/Transforms/SLPVectorizer/RISCV/revec.ll
+496-36133 files not shown
+703-70139 files

OpenBSD/src BQTTc6Susr.sbin/httpd parse.y httpd.conf.5

   usr.sbin/httpd: add cache controls for static files

   Teach httpd to advertise static file revalidation by default with
   Cache-Control: no-cache, preserving the existing Last-Modified and
   If-Modified-Since flow; add a [no] static-cache-control directive for
   opting out, and advertise Vary: Accept-Encoding whenever gzip-static is
   enabled.

   OK: claudio@
VersionDeltaFile
1.134+16-3usr.sbin/httpd/parse.y
1.130+14-2usr.sbin/httpd/httpd.conf.5
1.162+11-1usr.sbin/httpd/server_http.c
1.72+6-1usr.sbin/httpd/config.c
1.172+5-2usr.sbin/httpd/httpd.h
+52-95 files

OpenBSD/src C0PerA4usr.bin/tmux file.c

   Report file open errors more sensibly, reported by Meriel Luna
   Mittelbach in GitHub issue 5081.
VersionDeltaFile
1.20+7-3usr.bin/tmux/file.c
+7-31 files

OpenBSD/src 2xOAUFbusr.bin/tmux tmux.1 cmd-split-window.c

   Add new-pane command, currently this is equivalent to split-window but
   it will have minor differences for floating panes in future. Also add
   -R/-s/-S/-k/-m flags to control border and style and behaviour, like
   popups. GitHub issue 5027 from Dane Jensen.
VersionDeltaFile
1.1054+106-51usr.bin/tmux/tmux.1
1.117+93-53usr.bin/tmux/cmd-split-window.c
1.318+51-1usr.bin/tmux/window.c
1.1314+4-1usr.bin/tmux/tmux.h
1.184+3-1usr.bin/tmux/cmd.c
+257-1075 files

LLVM/project 265dcddllvm/test/CodeGen/X86 avx512-calling-conv.ll

[X86] avx512-calling-conv.ll - add test coverage for #179334 (#198163)
DeltaFile
+3,451-0llvm/test/CodeGen/X86/avx512-calling-conv.ll
+3,451-01 files

FreeBSD/src 2872268sbin/ipfw ipv6.c ipfw2.c, sbin/ipfw/tests test_add_rule.py

ipfw: treat ipv6 address with zero mask as 'any'

Make the behaviour similar for both IPv4 and IPv6. Also add
the corresponding tests.

PR:             294733
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56618
DeltaFile
+24-0sbin/ipfw/tests/test_add_rule.py
+7-4sbin/ipfw/ipv6.c
+4-3sbin/ipfw/ipfw2.c
+2-0tests/atf_python/sys/netpfil/ipfw/insns.py
+37-74 files

NetBSD/pkgsrc-wip 14bd59ccrush distinfo go-modules.mk

crush: update to 0.69.1.
DeltaFile
+147-147crush/distinfo
+48-48crush/go-modules.mk
+1-1crush/Makefile
+196-1963 files

NetBSD/pkgsrc-wip a1e4dea. TODO

TODO: + py-pymdown-extensions-10.21.3, py-zensical-0.0.42, resterm-0.39.3.
DeltaFile
+3-0TODO
+3-01 files

NetBSD/pkgsrc e0lf8MKdoc TODO

   doc/TODO: + grafana-13.0.1.1, libkiwix-14.2.1.
VersionDeltaFile
1.27264+3-2doc/TODO
+3-21 files

NetBSD/pkgsrc DCOn9ordoc TODO CHANGES-2026

   doc: Updated www/miniflux to 2.3.0
VersionDeltaFile
1.27263+19-1doc/TODO
1.3069+2-1doc/CHANGES-2026
+21-22 files

NetBSD/pkgsrc tVovTNRwww/miniflux distinfo go-modules.mk

   miniflux: update to 2.3.0.

   Security

       Only discoverable WebAuthn credentials (resident keys / passkeys) are supported for login.
       Non-resident credentials can no longer be used for first-factor authentication to prevent username enumeration before password verification. They are intended for post-password MFA flows, which Miniflux does not currently support.
       Persist WebAuthn backup eligibility/state and validated credential state after login.
       Require POST requests for logout, feed refresh, and OAuth2 unlink actions.
       Apply CSRF protection to all non-safe HTTP methods.
       Add http.CrossOriginProtection middleware for the web UI.
       Validate redirect URL schemes in HTMLRedirect to prevent unsafe redirects.
       Restore URL scheme validation in templates for untrusted feed URLs.
       Sanitize filenames in Content-Disposition headers to prevent header injection.
       Reject empty OAuth2 state parameters when no authentication flow is in progress.
       Allow configured private proxies while still enforcing private-network restrictions for direct requests and redirects.
       Validate URI schemes case-insensitively according to RFC 3986.
       Pin third-party GitHub Actions to immutable commit SHAs to reduce supply-chain risks.
       Cap the maximum entry limit to 1000 across the UI, API, and storage layer.


    [41 lines not shown]
VersionDeltaFile
1.8+82-82www/miniflux/distinfo
1.7+26-26www/miniflux/go-modules.mk
1.17+2-3www/miniflux/Makefile
+110-1113 files

FreeBSD/ports 127bfd7security/modsecurity3-nginx distinfo Makefile, www/nginx distinfo version.mk

www/nginx: Update to 1.30.1

PR:     295270
Sponsored by:   Netzkommune GmbH
DeltaFile
+78-41www/nginx/files/extra-patch-src-http-ngx_http_upstream_round_robin.c
+5-5www/nginx/distinfo
+3-3www/nginx-acme/distinfo
+3-3security/modsecurity3-nginx/distinfo
+2-2security/modsecurity3-nginx/Makefile
+1-1www/nginx/version.mk
+92-552 files not shown
+94-578 files

FreeBSD/ports e94461agames/supertux2 pkg-plist Makefile, games/supertux2/files patch-external_squirrel_squirrel_sqvm.cpp patch-CMakeLists.txt

games/supertux2: Update to 0.7.0

- Drop stale patch and clean up Makefile from unused bits.

Release notes: https://github.com/SuperTux/supertux/releases/tag/v0.7.0

(cherry picked from commit 006af21cb397e6133fe0dc7f64dab5612b107318)
DeltaFile
+3,217-2,139games/supertux2/pkg-plist
+0-24games/supertux2/files/patch-external_squirrel_squirrel_sqvm.cpp
+6-7games/supertux2/Makefile
+0-12games/supertux2/files/patch-CMakeLists.txt
+12-0games/supertux2/files/patch-mk_cmake_SuperTux_BuildInstall.cmake
+3-3games/supertux2/distinfo
+3,238-2,1856 files

FreeBSD/ports 60c9086math/labplot/files patch-src_backend_nsl_nsl__peak.h

math/labplot: Backport upstream patch to fix build with modern compilers

PR:     295295
(cherry picked from commit 082920d377232bddf3173bdaa8cdc7c9f2e04a78)
DeltaFile
+11-0math/labplot/files/patch-src_backend_nsl_nsl__peak.h
+11-01 files

FreeBSD/ports 7e52588devel/ktextaddons distinfo Makefile

devel/ktextaddons: Update to 2.0.2

(cherry picked from commit 096b98294a10abc71b3820c0f21ee9d2891266f5)
DeltaFile
+3-3devel/ktextaddons/distinfo
+1-1devel/ktextaddons/Makefile
+1-0devel/ktextaddons/pkg-plist
+5-43 files

FreeBSD/ports f69d04eaudio/plasma6-kpipewire distinfo, audio/plasma6-ocean-sound-theme distinfo

KDE: Update KDE Plasma to 6.6.5

Announcement: https://kde.org/announcements/plasma/6/6.6.5/
(cherry picked from commit 79b0c7ab06d1a9285c1a3d71055a4ba241128184)
DeltaFile
+3-3x11-themes/plasma6-kde-gtk-config/distinfo
+3-3audio/plasma6-kpipewire/distinfo
+3-3audio/plasma6-ocean-sound-theme/distinfo
+3-3audio/plasma6-oxygen-sounds/distinfo
+3-3audio/plasma6-plasma-pa/distinfo
+3-3deskutils/plasma6-milou/distinfo
+18-1855 files not shown
+177-16061 files

FreeBSD/ports 0a627b4devel/kf6-kbookmarks distinfo, devel/kf6-kcmutils distinfo

KDE: Update KDE Frameworks 6 to 6.26.0

Announcement: https://kde.org/announcements/frameworks/6/6.26.0/

Ports changes:

net/kf6-kcalendarcore:
 - Explicitly disable Python bindings

(cherry picked from commit dd887c6e1f5242db69961d414930c6db6628348f)
DeltaFile
+45-0x11-toolkits/kf6-kirigami/pkg-plist
+3-3devel/kf6-kbookmarks/distinfo
+3-3devel/kf6-kcmutils/distinfo
+3-3devel/kf6-kconfig/distinfo
+3-3devel/kf6-kcoreaddons/distinfo
+3-3devel/kf6-kcrash/distinfo
+60-1571 files not shown
+269-21177 files

FreeBSD/ports 78fe93dx11/plasma-wayland-protocols distinfo Makefile

x11/plasma-wayland-protocols: Update to 1.21.0

(cherry picked from commit 4a4e2f4b9375c88ea5fc4b4f48fa186ad3d8de0c)
DeltaFile
+3-3x11/plasma-wayland-protocols/distinfo
+1-1x11/plasma-wayland-protocols/Makefile
+4-42 files

OpenBSD/ports juvFDJndevel/kf5 Makefile, devel/quirks Makefile

   Replace devel/kf5/kcalendarcore with its kf6 equivalent:
   - it will break with the upcoming libical update
   - nothing uses it in-tree

   ok rsadowski@ (maintainer)
VersionDeltaFile
1.1802+3-1devel/quirks/files/Quirks.pm
1.1790+1-1devel/quirks/Makefile
1.29+1-1devel/kf5/Makefile
+5-33 files

FreeBSD/ports 082920dmath/labplot/files patch-src_backend_nsl_nsl__peak.h

math/labplot: Backport upstream patch to fix build with modern compilers

PR:     295295
DeltaFile
+11-0math/labplot/files/patch-src_backend_nsl_nsl__peak.h
+11-01 files

FreeBSD/ports f39aaa7news/slrn Makefile distinfo

news/slrn: Update to pre1.0.4-9, add canlock patch
DeltaFile
+37-21news/slrn/Makefile
+5-3news/slrn/distinfo
+42-242 files

LLVM/project d926f39flang/include/flang/Optimizer/Dialect/CUF/Attributes CUFAttr.h, flang/lib/Optimizer/Transforms CompilerGeneratedNames.cpp

[CUF] Fix CompilerGeneratedNamesConversion renaming managed companion globals

CUFAddConstructor creates a companion pointer global (e.g. foo.managed.ptr)
for each non-allocatable managed variable. When CompilerGeneratedNamesConversion
ran after CUFAddConstructor, it replaced the dots with 'X',
so CUFOpConversionLate could no longer find the companion by name and fell back
to CUFGetDeviceAddress with the wrong host pointer, causing cudaErrorInvalidSymbol.

Fix: mark the companion global with a cuf.managed_ptr unit attribute in
CUFAddConstructor and skip it in CompilerGeneratedNamesConversionPass.

Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+51-0flang/test/Fir/CUDA/cuda-managed-ptr-companion.mlir
+7-0flang/include/flang/Optimizer/Dialect/CUF/Attributes/CUFAttr.h
+2-2flang/test/Fir/CUDA/cuda-constructor-2.f90
+3-1flang/lib/Optimizer/Transforms/CompilerGeneratedNames.cpp
+4-0flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
+67-35 files

NetBSD/pkgsrc fGRwYXuham/uhd Makefile distinfo, ham/uhd/patches patch-cmake_Modules_UHDConfig.cmake.in

   uhd: fix boost detection in UHDConfig.cmake
VersionDeltaFile
1.1+14-0ham/uhd/patches/patch-cmake_Modules_UHDConfig.cmake.in
1.97+2-2ham/uhd/Makefile
1.48+2-1ham/uhd/distinfo
+18-33 files

FreeBSD/ports a1ec03anews/tin Makefile

news/tin: Use system canlock and enable default
DeltaFile
+4-1news/tin/Makefile
+4-11 files

OpenBSD/ports KPYoOZeprint/libpaper distinfo Makefile

   Update to libpaper-2.2.8.
VersionDeltaFile
1.17+2-2print/libpaper/distinfo
1.32+1-1print/libpaper/Makefile
+3-32 files

NetBSD/pkgsrc ETC82sOdoc CHANGES-2026

   doc: Added meta-pkgs/bulk-test-doxygen version 20260517
VersionDeltaFile
1.3068+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nBqwaDlmeta-pkgs Makefile

   meta-pkgs/Makefile: + bulk-test-doxygen
VersionDeltaFile
1.146+2-1meta-pkgs/Makefile
+2-11 files

NetBSD/pkgsrc 6LFby7imeta-pkgs/bulk-test-doxygen Makefile DESCR

   meta-pkgs/bulk-test-doxygen: import bulk-test-doxygen-20260517

   Meta-package for testing doxygen updates.

   Do not forget to turn on the 'doxygen' option when testing this.
VersionDeltaFile
1.1+69-0meta-pkgs/bulk-test-doxygen/Makefile
1.1+3-0meta-pkgs/bulk-test-doxygen/DESCR
+72-02 files

OpenBSD/src YYyKlqTetc/examples relayd.conf, usr.sbin/relayd parse.y relayd.conf.5

   usr.sbin/relayd: support multiple resolveble addresses.

   relayd supports interface name, DNS hostname or interface group at
   listen on but it binds only to the first discovered IP address which is
   usually IPv4.

   Here I changed parser to create a dedicated listener for each discovered
   and confiugred on a local inerface address.

   This means that listen on egress port 80 binds to all IPv4 and IPv6
   addresses on the egress group.

   OK: rsadowski@
VersionDeltaFile
1.264+97-12usr.sbin/relayd/parse.y
1.217+15-3usr.sbin/relayd/relayd.conf.5
1.7+4-5etc/examples/relayd.conf
+116-203 files

FreeBSD/ports 8788f0fnews/inn Makefile, news/inn-current Makefile

news/inn{-current}: Add CANLOCK option
DeltaFile
+12-6news/inn/Makefile
+1-1news/inn-current/Makefile
+13-72 files