LLVM/project 4a26b1fclang/lib/Sema SemaOpenMP.cpp, clang/test/OpenMP loop_collapse_codegen.cpp for_non_rectangular_codegen.c

[OpenMP] Enable collapse handling in triangular loops. (#184674)

These changes ensure that triangular loops are handled correctly when
calculating the number of iterations in OpenMP loops with `collapse`.
DeltaFile
+857-0clang/test/OpenMP/loop_collapse_codegen.cpp
+92-108clang/test/OpenMP/for_non_rectangular_codegen.c
+20-21clang/test/OpenMP/for_private_reduction_codegen.cpp
+30-10clang/lib/Sema/SemaOpenMP.cpp
+999-1394 files

OPNSense/core 0591878src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Firewall: Rules [new]: When repopulating the interface selectpicker, always restore current selection (#9898)

DeltaFile
+11-4src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+11-41 files

LLVM/project c9ac1c0llvm/unittests/ExecutionEngine/Orc WaitingOnGraphTest.cpp

[ORC] Fix typo in testcase comment. NFC.
DeltaFile
+1-1llvm/unittests/ExecutionEngine/Orc/WaitingOnGraphTest.cpp
+1-11 files

OPNSense/core bd7ddcdsrc/opnsense/www/js opnsense_bootgrid.js

bootgrid: force a lightweight redraw when columns are programmatically changed

This is evident in the new firewall rules page, where disabling inspect
mode can leave a gap on the right side of the table due to the removed
columns.
DeltaFile
+2-0src/opnsense/www/js/opnsense_bootgrid.js
+2-01 files

LLVM/project 2e93eb7llvm/lib/Target/AMDGPU AMDGPUFeatures.td AMDGPU.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[AMDGPU] Use subtarget feature for flat offset bit width instead of arch checks (#183742)

DeltaFile
+10-0llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
+3-2llvm/lib/Target/AMDGPU/AMDGPU.td
+2-3llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+3-0llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+1-0llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+19-55 files

NetBSD/pkgsrc gw5N27jdoc CHANGES-2026

   Updated textproc/py-tabulate, devel/py-inline-snapshot
VersionDeltaFile
1.1554+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc pb3rX4Ddevel/py-inline-snapshot distinfo Makefile

   py-inline-snapshot: updated to 0.32.4

    0.32.4 — 2026-03-01

   Added

   - Added `context_managers` parameter to `Example.run_inline()`, allowing tests to inject context managers (e.g. `unittest.mock.patch`) that are active during `show_report()`.

   Fixed

   - Fixed `UsageError("unmanaged values can not be compared with snapshots")` raised during session teardown when using `-k` to filter tests. This was caused by inline-snapshot trying to update snapshots that were never compared. This is a rare edge case that caused problems when matchers were used, so it has been removed.
VersionDeltaFile
1.14+4-4devel/py-inline-snapshot/distinfo
1.14+3-2devel/py-inline-snapshot/Makefile
+7-62 files

OPNSense/core 59ad7besrc/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dnsbl.xml, src/opnsense/mvc/app/views/OPNsense/Unbound dnsbl.volt

bootgrid: use expand formatter for blocklist URLs and dnsbl types as well (https://github.com/opnsense/core/issues/9796)

While here, the fetched value should use the formatter value first,
falling back to the actual cell value if it isn't there.
DeltaFile
+0-8src/opnsense/mvc/app/views/OPNsense/Unbound/dnsbl.volt
+5-2src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dnsbl.xml
+3-1src/opnsense/www/js/opnsense_bootgrid.js
+8-113 files

OPNSense/core d57019bsrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Essentially just checking if there is a selected value should be the safest
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+1-11 files

LLVM/project 768182dllvm/lib/Target/X86 X86InstrAVX512.td X86ISelLowering.cpp

[X86] Declare 128/256-bit funnel shifts legal on VBMI2 + NOVLX targets (#184634)

Add tablegen patterns to widen 128/256-bit funnel shift to 512-bit

Similar to what we do for 128/256-bit AVX512F rotates (and a lot of
other instructions) already - and I've take the opportunity to create
similar macros to reduce duplication in the rotate patterns

Another step towards #184002
DeltaFile
+66-96llvm/lib/Target/X86/X86InstrAVX512.td
+2-12llvm/lib/Target/X86/X86ISelLowering.cpp
+68-1082 files

NetBSD/pkgsrc iLKmOnhdoc CHANGES-2026

   doc: mention yt-dlp update
VersionDeltaFile
1.1553+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports 53d73e4devel/py-maturin distinfo Makefile.crates

devel/py-maturin: Update to 1.12.6

Changelog since 1.12.4:

https://github.com/PyO3/maturin/blob/v1.12.6/Changelog.md
DeltaFile
+33-9devel/py-maturin/distinfo
+15-3devel/py-maturin/Makefile.crates
+1-1devel/py-maturin/Makefile
+49-133 files

OPNSense/core 307aef6src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

interface can be a reserved word, better change the name to interfaceCandidate
DeltaFile
+3-3src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+3-31 files

NetBSD/pkgsrc NaqXebQtextproc/py-tabulate Makefile distinfo

   py-tabulate: updated to 0.10.0

   0.10.0
   Add support for Python 3.11, 3.12, 3.13.
   Drop support for Python 3.7, 3.8.
   PRESERVE_STERILITY global is replaced with preserve_sterility function argument.
   New formatting options: headersglobalalign, headersalign, colglobalalign.
   New output format: ``colon_grid`` (Pandoc grid_tables with alignment)
   Various bug fixes.
   Improved error messages.
VersionDeltaFile
1.17+2-7textproc/py-tabulate/Makefile
1.13+4-4textproc/py-tabulate/distinfo
1.7+1-4textproc/py-tabulate/PLIST
+7-153 files

Dreckly/dreckly 9bc580fwww/palemoon distinfo Makefile.common

palemoon: Update to 34.1.0
DeltaFile
+12-12www/palemoon/distinfo
+2-2www/palemoon/Makefile.common
+14-142 files

FreeBSD/ports a879549lang/odin pkg-plist distinfo

lang/odin: update 2026-02 → 2026-03

Reported by:    portscout
DeltaFile
+132-88lang/odin/pkg-plist
+3-3lang/odin/distinfo
+1-1lang/odin/Makefile
+136-923 files

FreeBSD/ports b0f57d1misc/koboldcpp distinfo Makefile

misc/koboldcpp: update 1.107.3 → 1.109.1

Reported by:    portscout
DeltaFile
+3-3misc/koboldcpp/distinfo
+1-1misc/koboldcpp/Makefile
+4-42 files

FreeBSD/ports 7c94588misc/py-equinox distinfo Makefile

misc/py-equinox: update 0.13.2 → 0.13.5

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

FreeBSD/ports 0ba7af6devel/rkcommon distinfo Makefile

devel/rkcommon: update 1.14.2 → 1.15.2
DeltaFile
+3-3devel/rkcommon/distinfo
+3-1devel/rkcommon/Makefile
+6-42 files

FreeBSD/ports c4f8ec0devel/xbyak distinfo Makefile

devel/xbyak: update 7.33.3 → 7.35

Reported by:    portscout
DeltaFile
+3-3devel/xbyak/distinfo
+1-1devel/xbyak/Makefile
+4-42 files

FreeBSD/ports e7b4e23devel/py-cyclopts distinfo Makefile

devel/py-cyclopts: update 4.6.0 → 4.7.0

Reported by:    portscout
DeltaFile
+3-3devel/py-cyclopts/distinfo
+1-1devel/py-cyclopts/Makefile
+4-42 files

FreeBSD/ports f33e07bcad/veryl distinfo Makefile.crates

cad/veryl: update 0.18.0 → 0.19.0

Reported by:    portscout
DeltaFile
+227-181cad/veryl/distinfo
+112-89cad/veryl/Makefile.crates
+1-1cad/veryl/Makefile
+340-2713 files

FreeBSD/ports 02130badevel/py-camel-converter Makefile distinfo, devel/py-camel-converter/files patch-pyproject.toml

devel/py-camel-converter: update 4.0.1 → 5.0.1

Reported by:    portscout
DeltaFile
+10-0devel/py-camel-converter/files/patch-pyproject.toml
+5-2devel/py-camel-converter/Makefile
+3-3devel/py-camel-converter/distinfo
+18-53 files

FreeBSD/ports 0a788dcgraphics/openvkl pkg-plist distinfo

graphics/openvkl: update 2.0.1 → 2.0.2

Reported by:    portscout
DeltaFile
+9-9graphics/openvkl/pkg-plist
+3-3graphics/openvkl/distinfo
+1-2graphics/openvkl/Makefile
+13-143 files

FreeBSD/ports adc413dmath/faiss pkg-plist distinfo, math/py-faiss distinfo Makefile

math/{,py-}faiss: update 1.13.1 → 1.14.0

Reported by:    portscout
DeltaFile
+20-5math/faiss/pkg-plist
+3-3math/py-faiss/distinfo
+3-3math/faiss/distinfo
+3-2math/py-faiss/Makefile
+1-1math/faiss/Makefile
+30-145 files

FreeBSD/ports 39e0681math/universal pkg-plist Makefile

math/universal: update 4.3.0 → 4.4.1

Reported by:    portscout
DeltaFile
+9-0math/universal/pkg-plist
+3-3math/universal/Makefile
+3-3math/universal/distinfo
+15-63 files

FreeBSD/ports f546c60deskutils/skim distinfo Makefile

deskutils/skim: update 3.6.0 → 3.6.2

Reported by:    portscout
DeltaFile
+33-27deskutils/skim/distinfo
+16-13deskutils/skim/Makefile
+49-402 files

OpenBSD/ports 81oal2umail/grommunio/admin-api Makefile distinfo, mail/grommunio/admin-api/patches patch-tools_license_py patch-tools_config_py

   update to 1.18
VersionDeltaFile
1.23+2-4mail/grommunio/admin-api/Makefile
1.3+3-3mail/grommunio/admin-api/patches/patch-tools_license_py
1.6+2-2mail/grommunio/admin-api/patches/patch-tools_config_py
1.2+2-2mail/grommunio/admin-api/patches/patch-services_chat_py
1.12+2-2mail/grommunio/admin-api/distinfo
1.9+3-0mail/grommunio/admin-api/pkg/PLIST
+14-131 files not shown
+15-147 files

NetBSD/pkgsrc f0E2EQTdoc CHANGES-2026

   doc: Updated www/p5-Plack-Middleware-Session to 0.36
VersionDeltaFile
1.1552+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc M4cylvZwww/p5-Plack-Middleware-Session distinfo Makefile

   p5-Plack-Middleware-Session: update to 0.36.

   0.36  2025-07-23 15:01:17 EDT
           - DBI Store improvements: Allow specification of id and data columns,
             support for extending modules to set DB data columns, fix quoting issues (#48)
VersionDeltaFile
1.13+4-4www/p5-Plack-Middleware-Session/distinfo
1.30+2-2www/p5-Plack-Middleware-Session/Makefile
+6-62 files