FreeBSD/ports 9f5eb06audio/gonic distinfo Makefile

audio/gonic: Update to 0.22.0

Changelog: https://github.com/sentriz/gonic/blob/v0.22.0/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+5-5audio/gonic/distinfo
+1-2audio/gonic/Makefile
+6-72 files

LLVM/project 7588c95compiler-rt/test/builtins/Unit lit.cfg.py

Revert "[Compiler-rt][test] Fix circular link dependency between builtins and libc" (#203152)

Reverts llvm/llvm-project#199482 due to failures when it's used on
platforms with non-ELF linkers. The patch needs additional guards, but
it's not immediately clear which platform linkers support the required
options.
DeltaFile
+1-3compiler-rt/test/builtins/Unit/lit.cfg.py
+1-31 files

LLVM/project 2feff1fcompiler-rt/test/builtins/Unit lit.cfg.py

Revert "[Compiler-rt][test] Fix circular link dependency between builtins and…"

This reverts commit 8b4902300521d4a0980d9d35210c02b405f0df86.
DeltaFile
+1-3compiler-rt/test/builtins/Unit/lit.cfg.py
+1-31 files

LLVM/project b19f4dbllvm/lib/Target/AMDGPU EvergreenInstructions.td AMDGPUInstrInfo.td

AMDGPU: Remove AMDGPUbfm (#203148)

It wasn't actually used. We select [SV]_BFM_B32 by directly matching
shift-based patterns.
DeltaFile
+1-4llvm/lib/Target/AMDGPU/EvergreenInstructions.td
+0-3llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
+1-2llvm/lib/Target/AMDGPU/SOPInstructions.td
+2-93 files

LLVM/project 1cda91dllvm/lib/Demangle DLangDemangle.cpp

[Demangle] Fix leak of temporary TypeBuf buffer in DLangDemangle (#203116)

Detected by sanitizer
https://lab.llvm.org/buildbot/#/builders/55/builds/28902 after merge.
DeltaFile
+1-0llvm/lib/Demangle/DLangDemangle.cpp
+1-01 files

FreeBSD/src 9d10b4dusr.bin/xinstall xinstall.c install.1

install: drop obsolete file size limit for -C

Removes the file size limit for -C comparisons. The limit was
meant to prevent oversized mmap allocations, which is no longer
relevant as mmap is no longer used here (removed by
a0439a1b820fa0e742c00d095f5f5c06f5f19432, review D44809).
Credit to bdrewery.
See: https://reviews.freebsd.org/D57230

Reviewed by:    bdrewery, glebius, ziaee
Approved by:    glebius (mentor)
Obtained from:  Fudo Security
MFC after:      2 weeks
Sponsored by:   Fudo Security
Differential Revision:  https://reviews.freebsd.org/D57503
DeltaFile
+45-60usr.bin/xinstall/xinstall.c
+2-11usr.bin/xinstall/install.1
+1-1usr.bin/xinstall/Makefile
+48-723 files

FreeBSD/ports b8a9e24databases/couchdb3 pkg-plist Makefile

databases/couchdb3: Bump PORTREVISION after erlang-runtime28 update

Regenerate the bundled-runtime plist for the OTP 28.5.0.2 subsystem
versions (erts-16.4.0.2, inets-9.6.2.2, kernel-10.6.3.2,
public_key-1.20.3.2, ssl-11.6.0.2).
DeltaFile
+323-323databases/couchdb3/pkg-plist
+1-0databases/couchdb3/Makefile
+324-3232 files

FreeBSD/ports 3eadd9blang/erlang-runtime27 distinfo Makefile

lang/erlang-runtime27: Update to 27.3.4.13

Security:       CVE-2026-48855, CVE-2026-48856, CVE-2026-48858, CVE-2026-48860, CVE-2026-49759, CVE-2026-49760
DeltaFile
+3-3lang/erlang-runtime27/distinfo
+1-1lang/erlang-runtime27/Makefile
+4-42 files

FreeBSD/ports 81a6669security/vuxml/vuln 2026.xml

security/vuxml: Document Erlang/OTP June 2026 vulnerabilities
DeltaFile
+254-0security/vuxml/vuln/2026.xml
+254-01 files

FreeBSD/ports 93c8194lang/erlang-runtime28 distinfo Makefile

lang/erlang-runtime28: Update to 28.5.0.2

Security:       CVE-2026-48855, CVE-2026-48856, CVE-2026-48858, CVE-2026-48860, CVE-2026-49759, CVE-2026-49760
DeltaFile
+3-3lang/erlang-runtime28/distinfo
+1-1lang/erlang-runtime28/Makefile
+4-42 files

FreeBSD/ports 1467b5flang/erlang-runtime29 distinfo Makefile

lang/erlang-runtime29: Update to 29.0.2

Security:       CVE-2026-48855, CVE-2026-48856, CVE-2026-48858, CVE-2026-48859, CVE-2026-48860, CVE-2026-49759, CVE-2026-49760
DeltaFile
+3-3lang/erlang-runtime29/distinfo
+1-1lang/erlang-runtime29/Makefile
+4-42 files

LLVM/project 4b97a8dllvm/lib/Target/AMDGPU GCNHazardRecognizer.cpp AMDGPU.td, llvm/test/CodeGen/AMDGPU wmma-hazards-gfx1250-w32.mir wmma-coexecution-valu-hazards.mir

[AMDGPU] Handle gfx1251 wmma hazard

Generic target affected too in a pessimistic way.
DeltaFile
+1,537-0llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
+895-0llvm/test/CodeGen/AMDGPU/wmma-coexecution-valu-hazards.mir
+33-10llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
+42-0llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1251-w32.mir
+7-1llvm/lib/Target/AMDGPU/AMDGPU.td
+2,514-115 files

LLVM/project d67eca2llvm/include/llvm/IR IntrinsicsAMDGPU.td, llvm/lib/Target/AMDGPU AMDGPUISelDAGToDAG.cpp

[AMDGPU] Intrinsic and codegen for wmma_f64_16x16x4_f64
DeltaFile
+145-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1251.w32.ll
+144-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1251.w32.ll
+61-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1251.w32.ll
+23-0llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
+7-0llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
+5-1llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+385-12 files not shown
+390-18 files

LLVM/project b9b64c5clang/include/clang/Basic BuiltinsAMDGPUDocs.td BuiltinsAMDGPU.td, clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp

[AMDGPU] Builtin support for wmma_f64_16x16x4_f64
DeltaFile
+19-0clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1251-wmma-w32.cl
+17-0clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1251-wmma-w32-param.cl
+15-0clang/include/clang/Basic/BuiltinsAMDGPUDocs.td
+6-0clang/include/clang/Basic/BuiltinsAMDGPU.td
+5-0clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
+2-2clang/test/CodeGenCXX/dynamic-cast-address-space.cpp
+64-23 files not shown
+68-49 files

LLVM/project 77825c8llvm/lib/Target/AMDGPU SISchedule.td GCNProcessors.td

[AMDGPU] Add gfx1251 speed model

Adjust generic speed model to account for a slowest.
DeltaFile
+60-5llvm/lib/Target/AMDGPU/SISchedule.td
+2-2llvm/lib/Target/AMDGPU/GCNProcessors.td
+62-72 files

LLVM/project 674fc1allvm/lib/Target/AMDGPU VOP3PInstructions.td AMDGPU.td, llvm/test/MC/AMDGPU gfx1251_asm_wmma_w32.s gfx1251_asm_wmma_w32_err.s

[AMDGPU] MC support for v_wmma_f64_16x16x4_f64
DeltaFile
+49-0llvm/test/MC/AMDGPU/gfx1251_asm_wmma_w32.s
+29-0llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_wmma_w32.txt
+7-0llvm/lib/Target/AMDGPU/VOP3PInstructions.td
+7-0llvm/test/MC/AMDGPU/gfx1251_asm_wmma_w32_err.s
+5-0llvm/lib/Target/AMDGPU/AMDGPU.td
+97-05 files

LLVM/project a36610cllvm/include/llvm Pass.h, llvm/include/llvm/IR PrintPasses.h

[CodeGen] Support --print-changed for legacy codegen IR passes (#202252)

--print-changed is only wired into MachineFunctionPass (
https://reviews.llvm.org/D133055), so the IR-level passes in the codegen
pipeline (atomic-expand, codegenprepare, etc.) are not reported.

Report them from FPPassManager/MPPassManager instead, via a new
Pass::printIRUnit hook that MachineFunctionPass overrides to print MIR.
Analyses are skipped, matching the new pass manager.

Aided by Claude Opus 4.8
DeltaFile
+9-63llvm/lib/CodeGen/MachineFunctionPass.cpp
+66-1llvm/lib/IR/LegacyPassManager.cpp
+50-0llvm/lib/IR/PrintPasses.cpp
+34-1llvm/test/Other/print-changed-machine.ll
+7-0llvm/include/llvm/IR/PrintPasses.h
+5-0llvm/include/llvm/Pass.h
+171-652 files not shown
+178-658 files

LLVM/project 2ec6d5dllvm/lib/Target/AMDGPU GCNHazardRecognizer.cpp AMDGPU.td, llvm/test/CodeGen/AMDGPU wmma-hazards-gfx1250-w32.mir wmma-coexecution-valu-hazards.mir

[AMDGPU] Handle gfx1251 wmma hazard

Generic target affected too in a pessimistic way.
DeltaFile
+1,537-0llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
+895-0llvm/test/CodeGen/AMDGPU/wmma-coexecution-valu-hazards.mir
+33-10llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
+42-0llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1251-w32.mir
+7-1llvm/lib/Target/AMDGPU/AMDGPU.td
+2,514-115 files

LLVM/project 0717455llvm/lib/Target/AMDGPU GCNHazardRecognizer.cpp AMDGPU.td, llvm/test/CodeGen/AMDGPU wmma-hazards-gfx1250-w32.mir wmma-coexecution-valu-hazards.mir

[AMDGPU] Handle gfx1251 wmma hazard

Generic target affected too in a pessimistic way.
DeltaFile
+1,537-0llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
+895-0llvm/test/CodeGen/AMDGPU/wmma-coexecution-valu-hazards.mir
+42-0llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1251-w32.mir
+31-8llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
+7-1llvm/lib/Target/AMDGPU/AMDGPU.td
+2,512-95 files

LLVM/project 2edc546clang/include/clang/Basic BuiltinsAMDGPUDocs.td BuiltinsAMDGPU.td, clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp

[AMDGPU] Builtin support for wmma_f64_16x16x4_f64
DeltaFile
+19-0clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1251-wmma-w32.cl
+17-0clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1251-wmma-w32-param.cl
+15-0clang/include/clang/Basic/BuiltinsAMDGPUDocs.td
+6-0clang/include/clang/Basic/BuiltinsAMDGPU.td
+5-0clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
+2-2clang/test/CodeGenCXX/dynamic-cast-address-space.cpp
+64-23 files not shown
+68-49 files

LLVM/project fe76f30llvm/lib/Target/AMDGPU SISchedule.td GCNProcessors.td

[AMDGPU] Add gfx1251 speed model

Adjust generic speed model to account for a slowest.
DeltaFile
+60-5llvm/lib/Target/AMDGPU/SISchedule.td
+2-2llvm/lib/Target/AMDGPU/GCNProcessors.td
+62-72 files

LLVM/project e5ff461llvm/include/llvm/IR IntrinsicsAMDGPU.td, llvm/lib/Target/AMDGPU AMDGPUISelDAGToDAG.cpp

[AMDGPU] Intrinsic and codegen for wmma_f64_16x16x4_f64
DeltaFile
+145-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1251.w32.ll
+144-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1251.w32.ll
+61-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1251.w32.ll
+23-0llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
+7-0llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
+5-1llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+385-12 files not shown
+390-18 files

LLVM/project 097a528llvm/lib/Target/AMDGPU VOP3PInstructions.td AMDGPU.td, llvm/test/MC/AMDGPU gfx1251_asm_wmma_w32.s gfx1251_asm_wmma_w32_err.s

[AMDGPU] MC support for v_wmma_f64_16x16x4_f64
DeltaFile
+49-0llvm/test/MC/AMDGPU/gfx1251_asm_wmma_w32.s
+29-0llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_wmma_w32.txt
+7-0llvm/lib/Target/AMDGPU/VOP3PInstructions.td
+7-0llvm/test/MC/AMDGPU/gfx1251_asm_wmma_w32_err.s
+5-0llvm/lib/Target/AMDGPU/AMDGPU.td
+97-05 files

LLVM/project 91b9f3fllvm/lib/Target/AMDGPU EvergreenInstructions.td AMDGPUInstrInfo.td

AMDGPU: Remove AMDGPUbfm

It wasn't actually used. We select [SV]_BFM_B32 by directly matching
shift-based patterns.

commit-id:b5cd6327
DeltaFile
+1-4llvm/lib/Target/AMDGPU/EvergreenInstructions.td
+0-3llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
+1-2llvm/lib/Target/AMDGPU/SOPInstructions.td
+2-93 files

NetBSD/src ESLhp3Gdistrib/sets/lists/debug shl.mi

   revert wrong change
VersionDeltaFile
1.403+2-2distrib/sets/lists/debug/shl.mi
+2-21 files

FreeBSD/ports c6d5546misc/py-anthropic distinfo Makefile

misc/py-anthropic: update to 0.109.1
DeltaFile
+3-3misc/py-anthropic/distinfo
+1-1misc/py-anthropic/Makefile
+4-42 files

LLVM/project 1272df2llvm/test/Transforms/SLPVectorizer/X86 runtime-alias-checks.ll

[SLP][NFC] Add tests with non-movable calls, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/203140
DeltaFile
+240-1llvm/test/Transforms/SLPVectorizer/X86/runtime-alias-checks.ll
+240-11 files

OpenBSD/ports dEYkKn0databases/duckdb Makefile distinfo, databases/duckdb/patches patch-CMakeLists_txt

   databases/duckdb: update to 1.5.3

   with feedback from sthen@, ok rsadowski@
VersionDeltaFile
1.7+4-4databases/duckdb/Makefile
1.4+4-3databases/duckdb/patches/patch-CMakeLists_txt
1.7+2-2databases/duckdb/distinfo
1.6+1-0databases/duckdb/pkg/PLIST
+11-94 files

NetBSD/src L8TbjcDsys/dev/ic dwc_eqos.c

   dwc_eqos.c: fix grammar in a comment
VersionDeltaFile
1.51+3-3sys/dev/ic/dwc_eqos.c
+3-31 files

NetBSD/src moXONWqsys/arch/sgimips/hpc haud.c haudvar.h

   Add haud(4), a driver for audio playback using Iris Indigo's
   onboard DSP ("Hollywood Audio"). The same hardware is also
   present on Personal Iris 4D/3x machines, split across the
   mainboard and an optional "Magnum Audio" card (untested).

   The DSP requires firmware, so this driver leverages IRIX's
   hdsp.lod. Since that's proprietary, it's left up to the user
   to install it from an existing IRIX system or its installation
   media. See forthcoming haud(4) manpage for details.
VersionDeltaFile
1.1+1,104-0sys/arch/sgimips/hpc/haud.c
1.1+280-0sys/arch/sgimips/hpc/haudvar.h
1.1+47-0sys/arch/sgimips/hpc/haudreg.h
1.18+5-1sys/arch/sgimips/hpc/files.hpc
1.75+6-0sys/arch/sgimips/hpc/hpc.c
+1,442-15 files