LLVM/project 897dacallvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 phi-operand-gathered-loads.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+16-6llvm/test/Transforms/SLPVectorizer/X86/phi-operand-gathered-loads.ll
+5-6llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+21-122 files

FreeBSD/ports 79290bdtextproc/py-rich distinfo Makefile

textproc/py-rich: update to 14.3.4

Changes:        https://github.com/Textualize/rich/blob/v14.3.4/CHANGELOG.md
Reported by:    portscout, repology
DeltaFile
+3-3textproc/py-rich/distinfo
+1-1textproc/py-rich/Makefile
+4-42 files

OpenBSD/ports MNf8qbCwww/hugo distinfo Makefile

   www/hugo: update to 0.160.1

   a micro update which fixed a few panics.

   Changes:
    - https://github.com/gohugoio/hugo/releases/tag/v0.160.1
VersionDeltaFile
1.94+2-2www/hugo/distinfo
1.102+1-1www/hugo/Makefile
+3-32 files

LLVM/project 8560959libcxx/test/std/containers/views/mdspan/layout_right ctor.layout_stride.pass.cpp

[libc++][mdspan] Fix layout_stride->layout_right test (#191611)
DeltaFile
+4-4libcxx/test/std/containers/views/mdspan/layout_right/ctor.layout_stride.pass.cpp
+4-41 files

NetBSD/pkgsrc ecW8chFdevel/kdiff3 distinfo Makefile, devel/kdiff3/patches patch-src_gnudiff__io.cpp patch-src_diff.cpp

   kdiff3: fix ctype(3) usage

   Bump PKGREVISION.
VersionDeltaFile
1.1+42-0devel/kdiff3/patches/patch-src_gnudiff__io.cpp
1.1+20-0devel/kdiff3/patches/patch-src_diff.cpp
1.32+3-1devel/kdiff3/distinfo
1.128+2-1devel/kdiff3/Makefile
+67-24 files

FreeBSD/ports 2b5202dcomms/meshcore-cli distinfo Makefile

comms/meshcore-cli: upgrade to 1.5.6
DeltaFile
+3-3comms/meshcore-cli/distinfo
+1-1comms/meshcore-cli/Makefile
+4-42 files

FreeBSD/ports 0a4c8c6comms/py-meshcore distinfo Makefile

comms/py-meshcore: upgrade to 2.3.6
DeltaFile
+3-3comms/py-meshcore/distinfo
+1-1comms/py-meshcore/Makefile
+4-42 files

NetBSD/src iXUYSItexternal/bsd/fetch/dist/libfetch fetch.c fetch.h

   libfetch: convert (name in comment) to UTF-8
VersionDeltaFile
1.2+6-15external/bsd/fetch/dist/libfetch/fetch.c
1.2+10-3external/bsd/fetch/dist/libfetch/fetch.h
1.9+3-3external/bsd/fetch/dist/libfetch/ftp.c
1.3+2-2external/bsd/fetch/dist/libfetch/file.c
1.8+2-2external/bsd/fetch/dist/libfetch/common.c
1.7+2-2external/bsd/fetch/dist/libfetch/http.c
+25-272 files not shown
+29-318 files

NetBSD/pkgsrc imEaMvHnet/libfetch/files ftp.c fetch.cat3

   libfetch: convert (name in comment) to UTF-8
VersionDeltaFile
1.50+3-3net/libfetch/files/ftp.c
1.15+2-2net/libfetch/files/fetch.cat3
1.17+2-2net/libfetch/files/fetch.h
1.45+2-2net/libfetch/files/http.c
1.16+2-2net/libfetch/files/file.c
1.33+2-2net/libfetch/files/common.c
+13-133 files not shown
+19-199 files

OpenBSD/ports I1DjXVVwww/iridium/patches patch-chrome_browser_about_flags_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc

   update to 2026.04.147
VersionDeltaFile
1.73+114-78www/iridium/patches/patch-chrome_browser_about_flags_cc
1.45+34-25www/iridium/patches/patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc
1.15+39-12www/iridium/patches/patch-components_signin_public_base_signin_switches_cc
1.46+28-19www/iridium/patches/patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc
1.37+43-3www/iridium/patches/patch-net_socket_udp_socket_posix_cc
1.40+21-21www/iridium/patches/patch-remoting_host_remoting_me2me_host_cc
+279-158337 files not shown
+1,598-1,143343 files

LLVM/project 1ed2769libcxx/test/std/algorithms/alg.nonmodifying/alg.fold left_folds.pass.cpp

[libc++][test] Improve `fold_left` `check_lvalue_range` coverage.  (#183990)

This makes the test `fold_left` and `fold_left_with_iter` with and
without telemetrics similar to what we do in `check_iterator`.
DeltaFile
+5-4libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/left_folds.pass.cpp
+5-41 files

LLVM/project 870f8d9clang/include/clang/Basic BuiltinsAMDGPU.td, clang/test/CodeGenOpenCL builtins-amdgcn-mfma-gfx908-err.cl builtins-amdgcn-gfx12-err.cl

[NFC][AMDGPU] Fix `gfx90a`+ MFMA builtins (#191537)

`gfx90a` added a set of MFMA instructions that are not available on
prior GFXIPs. The Clang builtins for these were requiring the
`mai-insts` feature, which is incorrect (`gfx908` supports this and does
not support the added MFMAs). This led to opaque bugs where we'd check
with `__has_builtin` for the availability of the builtin, target 908,
and get an ISEL failure.
DeltaFile
+33-0clang/test/CodeGenOpenCL/builtins-amdgcn-mfma-gfx908-err.cl
+7-7clang/include/clang/Basic/BuiltinsAMDGPU.td
+7-7clang/test/CodeGenOpenCL/builtins-amdgcn-gfx12-err.cl
+47-143 files

LLVM/project fc12e59clang/include/clang/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel EntityPointerLevel.h, clang/include/clang/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage UnsafeBufferUsage.h UnsafeBufferUsageExtractor.h

Reland "[NFC][SSAF] Move EntityPointerLevel to a separate folder" (#191481)" (#191518)

Relands #191481
DeltaFile
+246-0clang/lib/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel/EntityPointerLevel.cpp
+7-213clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsageExtractor.cpp
+99-0clang/include/clang/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel/EntityPointerLevel.h
+1-67clang/include/clang/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsage.h
+0-5clang/include/clang/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsageExtractor.h
+0-4clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsage.cpp
+353-2892 files not shown
+355-2928 files

FreeBSD/ports cfd17e9databases/rainfrog distinfo Makefile.crates

databases/rainfrog: Update to 0.3.18

ChangeLog:      https://github.com/achristmascarl/rainfrog/releases/tag/v0.3.18
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+9-9databases/rainfrog/distinfo
+3-3databases/rainfrog/Makefile.crates
+2-2databases/rainfrog/Makefile
+14-143 files

FreeBSD/doc c49c5e5website/content/en/status/report-2026-01-2026-03 sylve.adoc

Status/2026Q1/sylve.adoc: Add report

Pull Request:   https://github.com/freebsd/freebsd-doc/pull/640
DeltaFile
+84-0website/content/en/status/report-2026-01-2026-03/sylve.adoc
+84-01 files

FreeBSD/doc 9dd2d68website/content/en/status/report-2026-01-2026-03 clusteradm.adoc

Status/2026Q1/clusteradm.adoc: Add report

Pull Request:   https://github.com/freebsd/freebsd-doc/pull/643
DeltaFile
+81-0website/content/en/status/report-2026-01-2026-03/clusteradm.adoc
+81-01 files

FreeBSD/doc cd92a03website/content/en/status/report-2026-01-2026-03 libvirt.adoc

Status/2026Q1/libvirt.adoc: Add report about libvirt

Pull Request:   https://github.com/freebsd/freebsd-doc/pull/642
DeltaFile
+27-0website/content/en/status/report-2026-01-2026-03/libvirt.adoc
+27-01 files

LLVM/project cfcf59cllvm/lib/Target/WebAssembly WebAssemblyExceptionInfo.cpp, llvm/test/CodeGen/WebAssembly function-info.mir

[WebAssembly] Remove ExceptionInfo grouping tweaks (NFC) (#191495)

This removes fixes implemented in
https://github.com/llvm/llvm-project/commit/ea8c6375e3330f181105106b3adb84ff9fa76a7c,
https://github.com/llvm/llvm-project/commit/4a58116b7e5e1439c5fefdf59a89fc4f1d42875c,
and
https://github.com/llvm/llvm-project/commit/2b957ed4ff3344d8f761a053566e307277a1cdeb.
We don't need them anymore after #130374.

---

A little (unfortunate) winding history, mostly for my mental bookeeping.
Read the below only if you are curious:

There is a function called `findUnwindDestinations` in
`SelectionDAGBuilder.cpp`.

https://github.com/llvm/llvm-project/blob/c94f79886035a61bb5f3dc992f75fe0c08bdcd4b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp#L2107-L2164


    [91 lines not shown]
DeltaFile
+0-165llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+1-1llvm/test/CodeGen/WebAssembly/function-info.mir
+1-1662 files

LLVM/project 6c4bd0bcompiler-rt/test/sanitizer_common/TestCases/Linux soft_rss_limit_mb_test.cpp

[compiler-rt] Disable soft_rss_limit_mb_test.cpp (#191370)

The test has been failing flakily for a while; see PRs #170911, #171469,
#188441.

Co-authored-by: Vitaly Buka <vitalybuka at gmail.com>
DeltaFile
+4-0compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cpp
+4-01 files

OpenBSD/ports IcaVCqFgeo/pdal Makefile distinfo, geo/pdal/pkg PLIST

   geo/pdal: update to 2.10.1.

   see https://github.com/PDAL/PDAL/releases/tag/2.10.1
VersionDeltaFile
1.50+4-2geo/pdal/Makefile
1.38+2-2geo/pdal/distinfo
1.19+1-1geo/pdal/pkg/PLIST
+7-53 files

NetBSD/pkgsrc dDenTXTdatabases/mysql80-client distinfo, databases/mysql80-client/patches patch-plugin_x_tests_driver_processor_send__message__block__processor.cc

   databases/mysql80-client: remove an empty patch file
VersionDeltaFile
1.19+1-8databases/mysql80-client/distinfo
1.3+1-1databases/mysql80-client/patches/patch-plugin_x_tests_driver_processor_send__message__block__processor.cc
+2-92 files

LLVM/project 79dfa88clang/lib/Driver ModulesDriver.cpp

[clang][modules-driver] Add missing PrependArg for Clang module precompile jobs (#191610)

In `createClangModulePrecompileJob`, the `PrependArg` parameter was not
being passed for the newly created Clang module precompile job.
This causes failures for setups where the clang executable is a wrapper
(e.g., the llvm-driver wrapper).

See
https://github.com/llvm/llvm-project/pull/191258#issuecomment-4227294864
DeltaFile
+6-5clang/lib/Driver/ModulesDriver.cpp
+6-51 files

FreeBSD/ports 2f1aa64archivers/lzip Makefile

archivers/lzip: Don't claim we use GNU configure

...when we don't. This requires setting --prefix, though.

Reported by:    diizzy
DeltaFile
+3-2archivers/lzip/Makefile
+3-21 files

FreeBSD/ports a7af345graphics/tiff Makefile, graphics/tiff/files patch-libtiff_tif__getimage.c

graphics/tiff: Fix CVE-2026-4775

Backport upstream commit 782a11d6b5b61c6dc21e714950a4af5bf89f023c

Reference:
https://gitlab.com/libtiff/libtiff/-/commit/782a11d6b5b61c6dc21e714950a4af5bf89f023c

PR:             294370
Reviewed by:    desktop (arrowd)
DeltaFile
+38-0graphics/tiff/files/patch-libtiff_tif__getimage.c
+1-0graphics/tiff/Makefile
+39-02 files

FreeBSD/ports c7f01a7math/lcalc Makefile distinfo

math/lcalc: Use upstream release archive

Use upstream release archive, no need to pull in unnecessary
build dependencies
DeltaFile
+3-6math/lcalc/Makefile
+3-3math/lcalc/distinfo
+6-92 files

FreeBSD/ports 90b45b8security/vuxml/vuln 2026.xml

security/vuxml: Document (lib)tiff vulnerability

Document CVE-2026-4775
DeltaFile
+32-0security/vuxml/vuln/2026.xml
+32-01 files

FreeBSD/ports fd1980fgraphics/png distinfo Makefile

graphics/png: Update to 1.6.57

Fixes CVE-2026-34757

Changelog: https://github.com/pnggroup/libpng/blob/v1.6.57/ANNOUNCE

PR:             294349
Reported by:    Christos Chatzaras <chris at cretaforce.gr>
Reviewed by:    desktop (arrowd) (previous iteration)
DeltaFile
+5-5graphics/png/distinfo
+1-1graphics/png/Makefile
+1-1graphics/png/pkg-plist
+7-73 files

Illumos/gate 6ed8922usr/src/cmd/chmod msgs.h common.c

17946 chmod: annotate errmsg() with  __PRINTFLIKE
Reviewed by: Gordon Ross <gordon.w.ross at gmail.com>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+29-0usr/src/cmd/chmod/msgs.h
+5-9usr/src/cmd/chmod/common.c
+5-5usr/src/cmd/chmod/chmod.c
+39-143 files

FreeBSD/ports 781b350misc/py-huggingface-hub Makefile distinfo

misc/py-huggingface-hub: Update to 1.10.1

Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.9.0
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.9.1
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.9.2
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.10.0
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.10.1

Reported by:    Repology
DeltaFile
+3-3misc/py-huggingface-hub/Makefile
+3-3misc/py-huggingface-hub/distinfo
+6-62 files

NetBSD/pkgsrc 7TgfpGtdevel/py-llvmlite/files llvm14-clear-gotoffsetmap.patch llvm14-remove-use-of-clonefile.patch

   py-llvmlite: remove unused files
VersionDeltaFile
1.2+0-0devel/py-llvmlite/files/llvm14-clear-gotoffsetmap.patch
1.2+0-0devel/py-llvmlite/files/llvm14-remove-use-of-clonefile.patch
1.2+0-0devel/py-llvmlite/files/llvm14-svml.patch
+0-03 files