LLVM/project 603ac57llvm/lib/Target/AArch64 AArch64ExpandPseudoInsts.cpp AArch64SMEInstrInfo.td, llvm/test/CodeGen/AArch64 expand-sme-pseudos.mir

[AArch64][SME] Add support for zeroing ZT0 to CommitZASavePseudo (#166360)

This will be used to support ZT0 in the MachineSMEABIPass.
DeltaFile
+67-2llvm/test/CodeGen/AArch64/expand-sme-pseudos.mir
+9-4llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
+2-1llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
+1-0llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
+79-74 files

LLVM/project beb06ebcross-project-tests/dtlto dtlto-cache.test dtlto-thinlto-cache.test, llvm/test/ThinLTO/X86/dtlto dtlto-cache.ll

Fixed 2 tests that failed on MacOS  (#168482)

1. Fixed 2 DTLTO cache tests that failed on MacOS because input to grep
command is different compared to Windows
2. Removed unneeded comments from  dtlto-cache.ll
DeltaFile
+4-4cross-project-tests/dtlto/dtlto-cache.test
+0-7llvm/test/ThinLTO/X86/dtlto/dtlto-cache.ll
+2-2cross-project-tests/dtlto/dtlto-thinlto-cache.test
+6-133 files

NetBSD/pkgsrc-wip f628c87py-yt-dlp-ejs DESCR Makefile

py-yt-dlp-ejs: cleanup
DeltaFile
+0-22py-yt-dlp-ejs/DESCR
+5-5py-yt-dlp-ejs/Makefile
+5-272 files

NetBSD/pkgsrc-wip f4cbf85. Makefile, py-yt-dlp-ejs DESCR Makefile

py-yt-dlp-ejs: start package

Does not build because it uses rollup, which doesn't support NetBSD.
Also, needs network access at build time, but one problem at a time.
DeltaFile
+23-0py-yt-dlp-ejs/DESCR
+23-0py-yt-dlp-ejs/Makefile
+5-0py-yt-dlp-ejs/distinfo
+5-0py-yt-dlp-ejs/TODO
+4-0py-yt-dlp-ejs/PLIST
+3-0Makefile
+63-06 files

LLVM/project 20795e0llvm/lib/Target/AMDGPU SIMemoryLegalizer.cpp

[AMDGPU][SIMemoryLegalizer] Combine GFX10-11 CacheControl Classes (#168058)

Also breaks the long inheritance chains by making both
`SIGfx10CacheControl` and
`SIGfx12CacheControl` inherit from `SICacheControl` directly.

With this patch, we now just have 3 `SICacheControl` implementations
that each
do their own thing, and there is no more code hidden 3 superclasses
above (which made this code harder to read and maintain than it needed
to be).
DeltaFile
+39-121llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
+39-1211 files

FreeNAS/freenas ff58004src/middlewared/middlewared/api/v26_04_0 container_device.py

Merge remote-tracking branch 'origin' into docker-registries
DeltaFile
+1-0src/middlewared/middlewared/api/v26_04_0/container_device.py
+1-01 files

FreeNAS/freenas e27bf41src/middlewared/middlewared/api/v26_04_0 container_device.py

NAS-138591 / 26.04 / Add proper docstring for container's gpu pci addr field (#17638)

## Context

We are missing description on a field which is resulting in failing
flake8.
DeltaFile
+1-0src/middlewared/middlewared/api/v26_04_0/container_device.py
+1-01 files

LLVM/project b1e645bllvm/lib/Target/AMDGPU SIMemoryLegalizer.cpp

[AMDGPU][SIMemoryLegalizer] Combine GFX10-11 CacheControl Classes

+ Break the long inheritance chains by making both `SIGfx10CacheControl` and
`SIGfx12CacheControl` inherit from `SICacheControl`.

With this patch and the previous one, there is no more long inheritance chain in
`SIMemoryLegalizer`. We just have 3 `SICacheControl` implementations that each
do their own thing, and there is no more code hidden 3 superclasses above.
All implementations are marked `final` too.
DeltaFile
+39-121llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
+39-1211 files

LLVM/project 64a4188

nit
DeltaFile
+0-00 files

FreeNAS/freenas 140d678src/middlewared/middlewared/alembic/versions/26.04 2025-11-18_08-54-00_docker_registry_mirrors_unification.py 2025-11-09_12-00-00_docker_registry_mirrors_unification.py

fix migration
DeltaFile
+80-0src/middlewared/middlewared/alembic/versions/26.04/2025-11-18_08-54-00_docker_registry_mirrors_unification.py
+0-80src/middlewared/middlewared/alembic/versions/26.04/2025-11-09_12-00-00_docker_registry_mirrors_unification.py
+80-802 files

LLVM/project ee1abb8clang/include/clang/Options Options.td, clang/lib/Driver/ToolChains AMDGPU.h AMDGPU.cpp

[AMDGPU][clang] Fix clang driver check for multiple sanitizer arguments (#166851)

`-fsanitize=address,fuzzer` should be rejected like
`-fsanitize=fuzzer,address`.
The address sanitizer enables the device sanitizer pipeline. The fuzzer
implicitly turns on LLVMs SanitizerCoverage, which the driver then
forwards to the device cc1. SanitizerCoverage is not supported on
amdgcn.
DeltaFile
+72-11clang/lib/Driver/ToolChains/AMDGPU.h
+73-0clang/test/Driver/hip-sanitize-options.hip
+51-0clang/test/Driver/amdgpu-openmp-sanitize-options.c
+12-20clang/lib/Driver/ToolChains/AMDGPU.cpp
+26-5clang/include/clang/Options/Options.td
+6-14clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
+240-502 files not shown
+254-568 files

OPNSense/core c22a981src/opnsense/mvc/app/views/OPNsense/Kea dhcpv6.volt dhcpv4.volt

Move upload_reservations and download_reservtions into layout_partial for dhcpv6.volt
DeltaFile
+30-40src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv6.volt
+0-2src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt
+30-422 files

FreeBSD/ports d2905b6graphics/libimagequant distinfo Makefile.crates

graphics/libimagequant: Update to 4.4.1

Changelog: https://github.com/ImageOptim/libimagequant/blob/4.4.1/CHANGELOG

Reported by:    portscout
DeltaFile
+13-13graphics/libimagequant/distinfo
+5-5graphics/libimagequant/Makefile.crates
+1-2graphics/libimagequant/Makefile
+19-203 files

NetBSD/pkgsrc MlZUQZndoc CHANGES-2025

   doc: Updated textproc/lowdown to 2.0.4
VersionDeltaFile
1.6807+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc WdUmrDbtextproc/lowdown distinfo Makefile, textproc/lowdown/patches patch-Makefile

   lowdown: update to 2.0.4.

   Hot-fix 2.0.3 with correct Mac OS X conventions in shared library versioning.
VersionDeltaFile
1.6+17-16textproc/lowdown/patches/patch-Makefile
1.35+5-5textproc/lowdown/distinfo
1.36+2-2textproc/lowdown/Makefile
+24-233 files

OPNSense/core 71e1c3esrc/opnsense/mvc/app/controllers/OPNsense/Kea/Api LeasesController.php

Add is_reserved key to LeasesController so leases can show different commands based on their reservation status
DeltaFile
+30-0src/opnsense/mvc/app/controllers/OPNsense/Kea/Api/LeasesController.php
+30-01 files

NetBSD/pkgsrc bMF1Mh5doc CHANGES-2025 TODO

   doc: Updated textproc/lowdown to 2.0.3
VersionDeltaFile
1.6806+2-1doc/CHANGES-2025
1.26462+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 3AOFYIVtextproc/lowdown distinfo Makefile, textproc/lowdown/patches patch-Makefile patch-compats.c

   lowdown: update to 2.0.3.

   Automatically create the correct shared library type ("dylib") on
   Mac OS X. Fix how image links within links have their link content
   displayed using OSC8 encoding in terminal mode Fix how -tlatex,
   -tms, and -tman escape URLs or otherwise do percent and space
   encoding.
VersionDeltaFile
1.5+25-29textproc/lowdown/patches/patch-Makefile
1.34+5-6textproc/lowdown/distinfo
1.35+2-2textproc/lowdown/Makefile
1.2+1-1textproc/lowdown/patches/patch-compats.c
+33-384 files

LLVM/project 9f69321cross-project-tests/debuginfo-tests/dexter/dex/debugger DAP.py

Improve error response message parsing for DAP evaluate requests. (#168430)

Updated the evaluate handler to check for DAP ErrorResponse bodies,
which are used to display user errors if a request fails. This was
updated in PR https://github.com/llvm/llvm-project/pull/167720

This should fix https://lab.llvm.org/buildbot/#/builders/163
DeltaFile
+12-2cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
+12-21 files

Dreckly/dreckly 6e65fecprint/cups-base Makefile

cups-base: Another try at fixing strip
DeltaFile
+2-1print/cups-base/Makefile
+2-11 files

Dreckly/dreckly 2c7ea61textproc/link-grammar Makefile.common

link-grammar: Use a more reliable MASTER_SITES.
DeltaFile
+1-1textproc/link-grammar/Makefile.common
+1-11 files

Dreckly/dreckly 98e9d22print/cups-base distinfo Makefile, print/cups-base/patches patch-locale_Makefile patch-config-scripts_cups-compiler.m4

cups-base: Fix link internal progs w/ gnutls
DeltaFile
+32-0print/cups-base/patches/patch-locale_Makefile
+15-4print/cups-base/patches/patch-config-scripts_cups-compiler.m4
+2-1print/cups-base/distinfo
+1-0print/cups-base/Makefile
+50-54 files

NetBSD/pkgsrc-wip 089e1f5crush distinfo go-modules.mk

crush: update to 0.18.2.
DeltaFile
+165-123crush/distinfo
+54-40crush/go-modules.mk
+1-1crush/Makefile
+220-1643 files

NetBSD/pkgsrc-wip 24e6f71. TODO

TODO: - crush, done
DeltaFile
+0-1TODO
+0-11 files

LLVM/project a618895llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AMDGPU invariant-load-no-alias-store.ll

[SLP] Invariant loads cannot have a memory dependency on stores. (#167929)

DeltaFile
+121-0llvm/test/Transforms/SLPVectorizer/AMDGPU/invariant-load-no-alias-store.ll
+11-0llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+132-02 files

OPNSense/core 72e37d4src/opnsense/mvc/app/views/OPNsense/Kea leases6.volt leases4.volt

baseURL was wrong for reservations
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Kea/leases6.volt
+1-1src/opnsense/mvc/app/views/OPNsense/Kea/leases4.volt
+2-22 files

FreeNAS/freenas 7c0999bsrc/middlewared/middlewared/api/v26_04_0 container_device.py

Add proper docstring for container's gpu pci addr field
DeltaFile
+1-0src/middlewared/middlewared/api/v26_04_0/container_device.py
+1-01 files

NetBSD/pkgsrc DEYp65pdoc CHANGES-2025 TODO

   doc: Updated x11/kf6-kguiaddons to 6.18.0nb2
VersionDeltaFile
1.6805+2-1doc/CHANGES-2025
1.26461+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc qu6HUp8x11/kf6-kguiaddons Makefile

   kf6-kguiaddon: explicitly depend on qt6-qtdeclarative

   For Qt6Qml, in the hope it fixes the macOS bulk build.

   Bump PKGREVISION.
VersionDeltaFile
1.12+3-2x11/kf6-kguiaddons/Makefile
+3-21 files

FreeBSD/ports 9bf303fmisc/py-litellm distinfo Makefile

misc/py-litellm: Update to 1.80.0

Changelog: https://github.com/BerriAI/litellm/releases

Reported by:    Repology
DeltaFile
+3-3misc/py-litellm/distinfo
+1-1misc/py-litellm/Makefile
+4-42 files