FreeBSD/ports bfa8952misc/antigravity-cli Makefile distinfo

misc/antigravity-cli: update 1.0.2 → 1.0.3

Also add the target find-new-version to simplify the port update process.
DeltaFile
+22-3misc/antigravity-cli/Makefile
+5-5misc/antigravity-cli/distinfo
+27-82 files

FreeBSD/ports 89dd77csecurity/susshi distinfo Makefile

security/susshi: update 0.18.0 → 0.18.1
DeltaFile
+3-3security/susshi/distinfo
+1-1security/susshi/Makefile
+4-42 files

FreeBSD/ports 7c9d669devel/dra distinfo Makefile

devel/dra: update 0.10.1 → 0.10.2
DeltaFile
+7-7devel/dra/distinfo
+3-4devel/dra/Makefile
+10-112 files

FreeBSD/ports 28a864adevel/lefthook distinfo Makefile

devel/lefthook: update 2.1.8 → 2.1.9
DeltaFile
+5-5devel/lefthook/distinfo
+1-1devel/lefthook/Makefile
+6-62 files

FreeBSD/ports 9cab4efmath/py-ducc0 Makefile distinfo

math/py-ducc0: update 0.34.0 → 0.41.0
DeltaFile
+10-6math/py-ducc0/Makefile
+3-3math/py-ducc0/distinfo
+13-92 files

FreeBSD/ports 1a1b3e0devel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.11.16 → 0.11.17
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files

FreeBSD/ports 9a4e480devel/py-uv distinfo Makefile, devel/uv distinfo Makefile.crates

devel/{,py-}uv: update 0.11.16 → 0.11.17
DeltaFile
+17-15devel/uv/distinfo
+7-6devel/uv/Makefile.crates
+3-3devel/py-uv/distinfo
+1-1devel/py-uv/Makefile
+1-1devel/uv/Makefile
+29-265 files

FreeBSD/ports 2f4649emisc/fabric distinfo Makefile

misc/fabric: update 1.4.452 → 1.4.453
DeltaFile
+5-5misc/fabric/distinfo
+2-3misc/fabric/Makefile
+7-82 files

LLVM/project 8d4e7d9llvm/utils profcheck-xfail.txt

Add new coro test to profcheck-xfail.txt (coro aren't yet profcheck ready (#200422)
DeltaFile
+1-0llvm/utils/profcheck-xfail.txt
+1-01 files

FreeNAS/freenas 5fdcd44src/middlewared/middlewared/pytest/unit/plugins test_datastore.py

noqa imports unneeded (everything initialized in conftest.py now)
DeltaFile
+0-4src/middlewared/middlewared/pytest/unit/plugins/test_datastore.py
+0-41 files

FreeNAS/freenas 7c85538src/middlewared/middlewared/pytest/unit/plugins conftest.py test_datastore.py

move `datastore_test` to conftest.py
DeltaFile
+51-0src/middlewared/middlewared/pytest/unit/plugins/conftest.py
+1-44src/middlewared/middlewared/pytest/unit/plugins/test_datastore.py
+3-31src/middlewared/middlewared/pytest/unit/plugins/test_crud_query_extend_order_by.py
+55-753 files

LLVM/project 7aa76e1llvm/include/llvm/ADT DenseMap.h, llvm/lib/IR Value.cpp

Revert "[DenseMap] Replace tombstone deletion with TAOCP 6.4 Algorithm R (#19…"

This reverts commit c4d820ce311b74acf70e52ec04856fc89b503ab9.
DeltaFile
+119-91llvm/include/llvm/ADT/DenseMap.h
+1-4llvm/lib/IR/Value.cpp
+2-1llvm/unittests/ADT/BitVectorTest.cpp
+122-963 files

LLVM/project 08a7337llvm/lib/Target/AMDGPU AMDGPUISelDAGToDAG.cpp AMDGPUInstructionSelector.cpp

Revert "[NFC][AMDGPU] Introduce AMDGPU::FlatVariant enum to replace uint64_t …"

This reverts commit 170bdf55faef8000f8abe8eb97472b3c3bab91c5.
DeltaFile
+16-22llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
+12-13llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+8-10llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+5-5llvm/lib/Target/AMDGPU/SIInstrInfo.h
+5-5llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+4-5llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+50-605 files not shown
+57-7411 files

LLVM/project 8d39c52llvm/include/llvm/IR Instruction.h

clang-format

Created using spr 1.3.8-wip
DeltaFile
+1-3llvm/include/llvm/IR/Instruction.h
+1-31 files

LLVM/project 3ab9a0ellvm/include/llvm/IR Value.h Instruction.h

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+4-14llvm/include/llvm/IR/Value.h
+5-0llvm/include/llvm/IR/Instruction.h
+1-4llvm/include/llvm/IR/FMF.h
+2-0llvm/include/llvm/IR/Operator.h
+12-184 files

FreeBSD/ports 9426734www/mod_http2 distinfo Makefile

www/mod_http2: Update to 2.0.42
DeltaFile
+3-3www/mod_http2/distinfo
+1-1www/mod_http2/Makefile
+4-42 files

LLVM/project 4ac9738llvm/docs AMDGPUUsage.rst

Introduce a new "Unsupported IR Constructs" section and move the point about unsupported atomics there.
DeltaFile
+12-3llvm/docs/AMDGPUUsage.rst
+12-31 files

LLVM/project 528a482llvm/docs AMDGPUUsage.rst

[AMDGPU] Document that only naturally aligned atomics of up to 64 bits are supported by the AMDGPU backend

We get an error from AtomicExpandPass if those constraints are not satisfied.
The 64-bit limit is set [here, in AMDGPUISelLowering.cpp](https://github.com/llvm/llvm-project/blob/5cac2751fb9cf3112d16717b278e40d07dd6cfdc/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp#L645).
DeltaFile
+3-0llvm/docs/AMDGPUUsage.rst
+3-01 files

LLVM/project c4a6fe7lld/ELF/Arch LoongArch.cpp, lld/test/ELF loongarch-tls-dtprel.s

[lld][LoongArch] Handle DTPREL relocations in debug sections (#199327)

Teach the LoongArch lld backend to classify R_LARCH_TLS_DTPREL32 and
R_LARCH_TLS_DTPREL64 as R_DTPREL.

This allows linker processing of TLS debug info references emitted into
.debug_info via .dtprelword/.dtpreldword. Add 32-bit and 64-bit tests
that assemble objects with DTPREL relocations in debug sections.
DeltaFile
+26-0lld/test/ELF/loongarch-tls-dtprel.s
+3-0lld/ELF/Arch/LoongArch.cpp
+29-02 files

LLVM/project 170bdf5llvm/lib/Target/AMDGPU AMDGPUISelDAGToDAG.cpp AMDGPUInstructionSelector.cpp

[NFC][AMDGPU] Introduce AMDGPU::FlatVariant enum to replace uint64_t FLAT discriminant (#200396)

Replace the uint64_t parameter used as a FLAT address-space segment
discriminant in isLegalFLATOffset, splitFlatOffset,
allowNegativeFlatOffset with a typed enum class to prevent usage of raw
TSFlags.

Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+22-16llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
+13-12llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+10-8llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+5-5llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+5-5llvm/lib/Target/AMDGPU/SIInstrInfo.h
+5-4llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+60-505 files not shown
+74-5711 files

LLVM/project bdcce4allvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 avx512-mask-op.ll fold-select.ll

[X86] combineMaskBitOp - fold vXi1 logicop(truncate(N0),truncate(N1)) -> truncate(logicop(X,Y)) (#200385)

Replace costly predicate logic when possible - generic 128/256/512 vector types are always cheaper

Part of #198162
DeltaFile
+39-92llvm/test/CodeGen/X86/avx512-mask-op.ll
+44-0llvm/lib/Target/X86/X86ISelLowering.cpp
+2-7llvm/test/CodeGen/X86/fold-select.ll
+85-993 files

LLVM/project 4db74c0llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp

[NFC][AMDGPU] Replace uint64_t SDWA inst-type discriminant with typed enum (#200388)

cvtSDWA() previously took a uint64_t BasicInstType parameter and callers
passed raw TSFlag bit values (SIInstrFlags::VOP1/VOP2/VOPC) as a
discriminant. Introduce a private AMDGPUAsmParser::SDWAInstType enum
class to remove the raw-flag dependency.

---------

Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+15-17llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+15-171 files

LLVM/project 3e4226acompiler-rt/lib/builtins/arm floatunsdidf.S floatundidf.S

Use the proper libgcc spelling for the function names
DeltaFile
+0-184compiler-rt/lib/builtins/arm/floatunsdidf.S
+184-0compiler-rt/lib/builtins/arm/floatundidf.S
+0-103compiler-rt/lib/builtins/arm/floatunssisf.S
+103-0compiler-rt/lib/builtins/arm/floatunsisf.S
+64-0compiler-rt/lib/builtins/arm/floatunsidf.S
+0-64compiler-rt/lib/builtins/arm/floatunssidf.S
+351-35110 files not shown
+563-56316 files

OPNSense/core 24d37dcsrc/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes SourceNatRuleField.php

make sweep
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/SourceNatRuleField.php
+1-11 files

LLVM/project a8a91c0clang/lib/Driver/ToolChains Clang.cpp Linux.cpp, clang/test/Driver sycl-offload-jit-unix.cpp sycl-offload-jit.cpp

[SYCL] Fix -nolibsycl and spurious spirv-link flags for SYCL offloading (#200252)

Two related driver fixes for SYCL offloading on Linux:

1. Honor -nolibsycl during linking: the SYCL runtime library
(libLLVMSYCL.so) was unconditionally added to the link line even when
-nolibsycl was passed. The flag was recognized but silently ignored at
the point where the library path is emitted.

2. Do not forward spirv-link flags to clang-sycl-linker: the driver was
passing --allow-partial-linkage and --create-library to
clang-sycl-linker for all SPIR-V offload targets, but these flags are
only meaningful to the out-of-tree spirv-link tool used by OpenMP. SYCL
uses clang-sycl-linker which does not accept them, causing a link
failure. The flags are now restricted to non-SYCL SPIR-V offload kinds.

---------

Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+8-0clang/test/Driver/sycl-offload-jit-unix.cpp
+7-0clang/test/Driver/sycl-offload-jit.cpp
+5-0clang/test/Driver/sycl-windows.cpp
+3-2clang/lib/Driver/ToolChains/Clang.cpp
+2-1clang/lib/Driver/ToolChains/Linux.cpp
+25-35 files

LLVM/project afe6165clang/docs ReleaseNotes.rst, clang/lib/Sema SemaChecking.cpp

[Clang][Sema] Fix crash when calling EvaluateForOverflow for UnaryOpe… (#200317)

…rator that can not overflow

A while ago I added checking for overflow in unary operators during
constant evaluation:

https://reviews.llvm.org/D142867

This created some new bug opportunities. I am now checking if the
UnaryOperator can overflow before calling EvaluateForOverflow in
Sema::CheckForIntOverflow.

Fixes: https://github.com/llvm/llvm-project/issues/170072
DeltaFile
+8-0clang/test/Sema/gh170072.c
+2-1clang/lib/Sema/SemaChecking.cpp
+1-0clang/docs/ReleaseNotes.rst
+11-13 files

NetBSD/src SrmLtbausr.sbin/moused moused.8

   moused(8): mark up = in -m, tweak some wording a bit
VersionDeltaFile
1.12+20-13usr.sbin/moused/moused.8
+20-131 files

FreeNAS/freenas 398843asrc/middlewared/middlewared/plugins/truenas_connect finalize_registration.py

Treat terminal TNC finalize errors as failure

This commit wires the registration finalization loop through the shared classifier from truenas_connect_utils, so a 400 with a non-retryable error code now sets REGISTRATION_FINALIZATION_FAILED and exits instead of polling fruitlessly until the 45-minute claim token expires. Network errors, 5xx, 408, 429 and the pending-registration "not found" case still retry with the existing backoff. Adds unit tests for the classifier.
DeltaFile
+31-31src/middlewared/middlewared/plugins/truenas_connect/finalize_registration.py
+31-311 files

FreeBSD/ports 133e556security/py-securesystemslib distinfo Makefile

security/py-securesystemslib: Update version 1.3.1=>1.4.0

Changelog: https://github.com/secure-systems-lab/securesystemslib/blob/v1.4.0/CHANGELOG.md
DeltaFile
+3-3security/py-securesystemslib/distinfo
+1-1security/py-securesystemslib/Makefile
+4-42 files

FreeBSD/ports b0733c0devel/radare2 pkg-plist Makefile

devel/radare2: Update version 6.0.4=>6.0.6

Changelog: https://github.com/radareorg/radare2/releases/tag/6.0.6
DeltaFile
+31-1devel/radare2/pkg-plist
+10-6devel/radare2/Makefile
+7-7devel/radare2/distinfo
+48-143 files