XigmaNAS/svn 10607trunk/build/ports/php84-APCu Makefile

ownload dependancies when use create-all.sh
DeltaFile
+2-1trunk/build/ports/php84-APCu/Makefile
+2-11 files

LLVM/project bc0e3f6llvm/utils/lit/lit/llvm decorate.py, llvm/utils/lit/tests narrow-and-decorate.py decorate.py

[lit] Add lit.llvm.decorate: --param decorate=PROG prepends PROG to a pipeline stage
DeltaFile
+41-0llvm/utils/lit/tests/narrow-and-decorate.py
+30-0llvm/utils/lit/lit/llvm/decorate.py
+30-0llvm/utils/lit/tests/decorate.py
+21-0llvm/utils/lit/tests/Inputs/narrow-and-decorate/sample.ll
+16-0llvm/utils/lit/tests/Inputs/narrow-and-decorate/lit.cfg
+10-0llvm/utils/lit/tests/Inputs/decorate/lit.cfg
+148-02 files not shown
+156-08 files

FreeBSD/ports 1817abcsysutils/tarbsd-builder distinfo Makefile

sysutils/tarbsd-builder: Update 26.04.11 => 26.06.08

Changelog:
https://github.com/pavetheway91/tarbsd/releases/tag/26.06.08
Commit log:
https://github.com/pavetheway91/tarbsd/compare/26.04.11...26.06.08

PR:             295925
Reported by:    Paavo-Einari Kaipila <pkaipila at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3sysutils/tarbsd-builder/distinfo
+1-1sysutils/tarbsd-builder/Makefile
+4-42 files

LLVM/project 891bc3fllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.cvt.scalef32.pk.gfx950.ll llvm.amdgcn.cvt.scale.pk.ll

AMDGPU/GlobalISel: RegBankLegalize rules for cvt_scale intrinsics
DeltaFile
+470-89llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.pk.gfx950.ll
+425-3llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scale.pk.ll
+214-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+161-9llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.pk.ll
+163-1llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.pk8.ll
+163-1llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.sr.pk.gfx1250.ll
+1,596-1034 files not shown
+1,928-10610 files

LLVM/project c2df149llvm/include/llvm/ADT StringMap.h, llvm/include/llvm/ExecutionEngine/Orc SymbolStringPool.h

[StringMap] Add remove_if and use it for erase-while-iterating (#202272)

Add a `remove_if` member to StringMap (and to HashKeyMap, the base of
SampleProfileMap) as a replacement for the erase-while-iterating idiom,
and convert the two in-tree users: SymbolStringPool::clearDeadEntries
and llvm-profdata's filterFunctions (a template over StringMap and
SampleProfileMap).

Extracted from #202237 - making StringMap's mutation invalidates
iterators
so that we can remove the tombstone state.

Aided by Claude Opus 4.8
DeltaFile
+20-0llvm/include/llvm/ADT/StringMap.h
+20-0llvm/unittests/ADT/StringMapTest.cpp
+8-10llvm/tools/llvm-profdata/llvm-profdata.cpp
+15-0llvm/include/llvm/ProfileData/HashKeyMap.h
+1-5llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
+64-155 files

LLVM/project a63fbe8llvm/test/Transforms/LoopVectorize/ARM mve-reg-pressure-spills.ll

[LV][NFC] Fix mve-reg-pressure-spills.ll test (#202291)
DeltaFile
+8-8llvm/test/Transforms/LoopVectorize/ARM/mve-reg-pressure-spills.ll
+8-81 files

LLVM/project a08dce6llvm/lib/Target/AArch64 AArch64Subtarget.cpp AArch64Subtarget.h, llvm/unittests/Target/AArch64 AArch64CacheLineSizeTest.cpp CMakeLists.txt

[AArch64] Set the default cache line size to 64 bytes. (#200776)

This should be set to enable more precise interchange in the future, for
instance.
DeltaFile
+61-0llvm/unittests/Target/AArch64/AArch64CacheLineSizeTest.cpp
+0-8llvm/lib/Target/AArch64/AArch64Subtarget.cpp
+1-1llvm/lib/Target/AArch64/AArch64Subtarget.h
+1-0llvm/unittests/Target/AArch64/CMakeLists.txt
+63-94 files

LLVM/project c9e84a7llvm/lib/Target/SPIRV SPIRVCombinerHelper.cpp, llvm/test/CodeGen/SPIRV/llvm-intrinsics matrix-transpose.ll

[SPIR-V] Lower 1xN/Nx1 matrix transpose to a copy (#201332)

Remove extra `OpVectorShuffle` while lowering trivial matrix transpose that is in fact basically a reshape
DeltaFile
+6-2llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
+2-1llvm/lib/Target/SPIRV/SPIRVCombinerHelper.cpp
+8-32 files

LLVM/project eae020bllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel minmaxabs-i64.ll

AMDGPU/GlobalISel: RegBankLegalize rules for 64 bit s_min/max and u_min/max (#202076)
DeltaFile
+6-2llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+1-1llvm/test/CodeGen/AMDGPU/GlobalISel/minmaxabs-i64.ll
+7-32 files

FreeBSD/ports 9a49b7fdeskutils/qmd Makefile

deskutils/qmd: Fix build by adding python to build

Reported by:    fallout
DeltaFile
+2-2deskutils/qmd/Makefile
+2-21 files

LLVM/project c61fd0cllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU packed-fp32.ll

AMDGPU/GlobalISel: RegBankLegalize rules for v_pk_add/mul_f32 (#202074)
DeltaFile
+451-134llvm/test/CodeGen/AMDGPU/packed-fp32.ll
+3-1llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+454-1352 files

LLVM/project 23c72camlir/lib/Conversion/MathToSPIRV MathToSPIRV.cpp, mlir/test/Conversion/MathToSPIRV math-to-gl-spirv.mlir math-to-opencl-spirv.mlir

[mlir][SPIR-V] Convert math.sincos to SPIR-V sin/cos ops (#201926)
DeltaFile
+30-1mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
+24-0mlir/test/Conversion/MathToSPIRV/math-to-gl-spirv.mlir
+22-0mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
+76-13 files

LLVM/project c7604c5flang/include/flang/Optimizer/HLFIR Passes.td, flang/lib/Optimizer/HLFIR/Transforms InlineHLFIRCopy.cpp InlineHLFIRCopyIn.cpp

[flang][hlfir] Extend InlineHLFIRCopy to inline copy_out with copy-back

Rename `InlineHLFIRCopyIn` to `InlineHLFIRCopy` and extend it to inline
the paired `hlfir.copy_out` operation. The copy_out is inlined at its
original location, after the call, ensuring proper ordering of copy-back
and deallocation.

Only inlines when no copy-back is required (intent(in)); intent(inout/out)
pairs are left untransformed.

Based on https://github.com/llvm/llvm-project/pull/179096.

Co-Authored-By: Kazuaki Matsumura <kmatsumura at nvidia.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+220-0flang/lib/Optimizer/HLFIR/Transforms/InlineHLFIRCopy.cpp
+0-206flang/test/HLFIR/inline-hlfir-copy-in.fir
+194-0flang/test/HLFIR/inline-hlfir-copy.fir
+0-187flang/lib/Optimizer/HLFIR/Transforms/InlineHLFIRCopyIn.cpp
+2-2flang/include/flang/Optimizer/HLFIR/Passes.td
+1-1flang/lib/Optimizer/HLFIR/Transforms/CMakeLists.txt
+417-3961 files not shown
+418-3977 files

LLVM/project 6818ad4mlir/lib/Conversion/MathToSPIRV MathToSPIRV.cpp, mlir/test/Conversion/MathToSPIRV math-to-opencl-spirv.mlir

[mlir][SPIR-V] Convert math.erfc to OpenCL erfc (#201907)
DeltaFile
+2-0mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
+1-0mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
+3-02 files

LLVM/project 331569dmlir/lib/Conversion/MathToSPIRV MathToSPIRV.cpp, mlir/test/Conversion/MathToSPIRV math-to-opencl-spirv.mlir

[mlir][SPIR-V] Convert math.cbrt to OpenCL cbrt (#201915)
DeltaFile
+2-0mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
+1-0mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
+3-02 files

OPNSense/core 10b13adsrc/opnsense/mvc/tests/app/library/OPNsense/Interface IdassocTest.php

mvc: Add test for idassoc.php
DeltaFile
+151-0src/opnsense/mvc/tests/app/library/OPNsense/Interface/IdassocTest.php
+151-01 files

FreeBSD/ports 4f91ceamisc/ollama distinfo Makefile

misc/ollama: update 0.30.5 → 0.30.6
DeltaFile
+13-13misc/ollama/distinfo
+2-2misc/ollama/Makefile
+15-152 files

NetBSD/pkgsrc XFsUm6Edoc CHANGES-2026 TODO

   doc: Updated textproc/ov to 0.53.0
VersionDeltaFile
1.3616+2-1doc/CHANGES-2026
1.27370+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc L2h2HCgtextproc/ov distinfo go-modules.mk

   ov: update to 0.53.0.

   What's Changed

       Add support for ctrl+a and ctrl+e in input.go by @noborus in #1056
       Generating YAML files from code, in order to improve the maintainability of the configuration. by @noborus in #1066
       feat: add generate-config output for default/less templates by @noborus in #1067
       fix: show line numbers in filtered documents by @noborus in #1068
       fix(filter): apply filter state before async dispatch by @noborus in #1074
       Upgrade tcell/v3 to v3.4.0 by @noborus in #1075
       Stop displaying messages that could cause a deadlock by @noborus in #1077
       Enhance incremental input for search, filter, and multicolor features by @noborus in #1079
VersionDeltaFile
1.10+46-46textproc/ov/distinfo
1.9+14-14textproc/ov/go-modules.mk
1.23+3-3textproc/ov/Makefile
+63-633 files

NetBSD/pkgsrc b4LRcoUdoc CHANGES-2026 TODO

   doc: Updated textproc/moor to 2.14.0
VersionDeltaFile
1.3615+2-1doc/CHANGES-2026
1.27369+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc IvnwYaEtextproc/moor distinfo go-modules.mk

   moor: update to 2.14.0.

   Wrap text at PAGER_WRAP_COLUMNS if set Latest
   Improve file format detection by checking file contents if the file extension didn't help
   Fix a crash when switching between files
VersionDeltaFile
1.27+37-4textproc/moor/distinfo
1.9+11-0textproc/moor/go-modules.mk
1.40+2-3textproc/moor/Makefile
+50-73 files

LLVM/project da17c1cflang/cmake/modules FlangCommon.cmake

[Flang][CMake] Add missing CMakePushCheckState for standalone build (#202285)

Needed for the functions cmake_push_check_state/cmake_pop_check_state.
The corresponding include command was missing for flang-standalone
builds.
DeltaFile
+1-0flang/cmake/modules/FlangCommon.cmake
+1-01 files

LLVM/project d78b264flang/include/flang/Optimizer/HLFIR Passes.td, flang/lib/Optimizer/HLFIR/Transforms InlineHLFIRCopy.cpp InlineHLFIRCopyIn.cpp

[flang][hlfir] Extend InlineHLFIRCopy to inline copy_out with copy-back

Rename `InlineHLFIRCopyIn` to `InlineHLFIRCopy` and extend it to inline
the paired `hlfir.copy_out` operation. The copy_out is inlined at its
original location, after the call, ensuring proper ordering of copy-back
and deallocation.

Only inlines when no copy-back is required (intent(in)); intent(inout/out)
pairs are left untransformed.

Based on https://github.com/llvm/llvm-project/pull/179096.

Co-Authored-By: Kazuaki Matsumura <kmatsumura at nvidia.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+220-0flang/lib/Optimizer/HLFIR/Transforms/InlineHLFIRCopy.cpp
+0-206flang/test/HLFIR/inline-hlfir-copy-in.fir
+194-0flang/test/HLFIR/inline-hlfir-copy.fir
+0-187flang/lib/Optimizer/HLFIR/Transforms/InlineHLFIRCopyIn.cpp
+2-2flang/include/flang/Optimizer/HLFIR/Passes.td
+1-1flang/lib/Optimizer/HLFIR/Transforms/CMakeLists.txt
+417-3961 files not shown
+418-3977 files

LLVM/project a2948efllvm/tools/llvm-c-test echo.cpp

Revert C API test as well

Created using spr 1.3.8-wip
DeltaFile
+1-0llvm/tools/llvm-c-test/echo.cpp
+1-01 files

LLVM/project 0fe9c88llvm/include/llvm-c Core.h, llvm/lib/IR Core.cpp

Keep C API LLVMAddMetadataToInst

Created using spr 1.3.8-wip
DeltaFile
+10-0llvm/include/llvm-c/Core.h
+4-0llvm/lib/IR/Core.cpp
+14-02 files

NetBSD/pkgsrc-wip 6f7f9b6chromium Makefile

chromium: fix build with wayland support
DeltaFile
+1-0chromium/Makefile
+1-01 files

NetBSD/pkgsrc XfykcsQdoc CHANGES-2026

   Updated devel/py-traitlets, security/py-ecdsa
VersionDeltaFile
1.3614+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc NrO9rdWsecurity/py-ecdsa distinfo Makefile

   py-ecdsa: updated to 0.19.2

   0.19.2

   Bug fixes:

   Fix CVE-2026-33936, a DER parsing issue in remove_octet_string(),
   remove_constructed(), and remove_implitic() where a truncated buffer
   wasn't detected. This can lead to high level functions, like
   SigningKey.from_der() to raise unexpected exceptions.
   (Mohamed Abdelaal (0xmrma))

   Maintenance:

   Update CI to use newer version of Ubuntu.


   0.19.1


    [21 lines not shown]
VersionDeltaFile
1.16+4-4security/py-ecdsa/distinfo
1.18+4-2security/py-ecdsa/Makefile
+8-62 files

OPNSense/core 89896cdsrc/opnsense/mvc/app/models/OPNsense/Core Firmware.php, src/opnsense/mvc/app/models/OPNsense/Core/repositories opnsense.xml

firmware: allow local business mirror
DeltaFile
+24-28src/opnsense/mvc/app/models/OPNsense/Core/Firmware.php
+2-2src/opnsense/mvc/app/models/OPNsense/Core/repositories/opnsense.xml
+1-1src/opnsense/scripts/firmware/repos/OPNsense.php
+27-313 files

NetBSD/pkgsrc tBgAuwYdevel/py-traitlets distinfo Makefile

   py-traitlets: updated to 5.15.1

   5.15.1

   Maintenance and upkeep improvements
   - Fix CI (docs build, mypy tests, downstream)
VersionDeltaFile
1.29+4-4devel/py-traitlets/distinfo
1.37+2-2devel/py-traitlets/Makefile
+6-62 files