LLVM/project c655905llvm/lib/Target/AMDGPU/Utils AMDGPUHWEvents.cpp

Comments
DeltaFile
+86-70llvm/lib/Target/AMDGPU/Utils/AMDGPUHWEvents.cpp
+86-701 files

OPNSense/core 6b20c05src/etc/pkg/repos FreeBSD.conf.shadow

firmware: disable these "new" repositories
DeltaFile
+4-0src/etc/pkg/repos/FreeBSD.conf.shadow
+4-01 files

FreeBSD/ports 782a4f0security/openssl35 pkg-message distinfo

security/openssl35: Security update to 3.5.7

Security:       259b562f-64ab-11f1-8607-8447094a420f
MFH:            2026Q2
(cherry picked from commit 29d6a2251c64afc07e6bd9568f86c889c9606008)
DeltaFile
+20-0security/openssl35/pkg-message
+3-3security/openssl35/distinfo
+1-2security/openssl35/Makefile
+24-53 files

FreeBSD/ports 6543b68security/openssl36 distinfo Makefile

security/openssl36: Security update to 3.6.3

Security:       259b562f-64ab-11f1-8607-8447094a420f
MFH:            2026Q2
DeltaFile
+3-3security/openssl36/distinfo
+1-1security/openssl36/Makefile
+4-42 files

FreeBSD/ports 45f78eesecurity/openssl34 distinfo Makefile

security/openssl34: Security update to 3.4.6

Security:       259b562f-64ab-11f1-8607-8447094a420f
MFH:            2026Q2
DeltaFile
+3-3security/openssl34/distinfo
+1-1security/openssl34/Makefile
+4-42 files

FreeBSD/ports 168ef10security/openssl40 distinfo Makefile

security/openssl40: Security update to 4.0.1

Security:       259b562f-64ab-11f1-8607-8447094a420f
MFH:            2026Q2
DeltaFile
+3-3security/openssl40/distinfo
+1-1security/openssl40/Makefile
+4-42 files

LLVM/project 7b1dc59llvm/lib/Transforms/Vectorize VPlanRecipes.cpp VPlan.h, llvm/test/Transforms/LoopVectorize widen-gep-all-indices-invariant.ll narrow-to-single-scalar-widen-gep-scalable.ll

[VPlan] Simplify WidenGEP::execute (#193543)

WidenGEP::execute is currently dependent on whether or not a given
operand is defined outside loop regions, but it loop-invariant operands
are not guaranteed to be hoisted outside the loop, and neither are
single-scalar operands guaranteed to be maximally narrowed to
single-scalars. Use the vputils::isSingleScalar helper to analyze the
single-scalar status of each operand and the result instead, simplifying
the execute, while also leading to some improvements.
DeltaFile
+6-54llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+22-24llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
+0-8llvm/lib/Transforms/Vectorize/VPlan.h
+2-2llvm/test/Transforms/PhaseOrdering/ARM/arm_var_q31.ll
+1-3llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
+1-1llvm/test/Transforms/LoopVectorize/VPlan/vplan-printing.ll
+32-921 files not shown
+33-937 files

OPNSense/core c101349Scripts dashboard-acl.sh, src/opnsense/www/js/widgets/Metadata Core.xml

dashboard: skip acl check when requested (#10405)
DeltaFile
+20-10Scripts/dashboard-acl.sh
+1-2src/opnsense/www/js/widgets/Metadata/Core.xml
+21-122 files

OPNSense/core 253389fScripts dashboard-acl.sh

how about this then?
DeltaFile
+9-9Scripts/dashboard-acl.sh
+9-91 files

FreeBSD/ports 03b02e7net-im/telegram-desktop distinfo Makefile, net-im/telegram-desktop/files patch-Telegram_lib__webview_webview_platform_linux_webview__linux__webkitgtk__library.cpp patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp

net-im/telegram-desktop: update: 6.8.2 -> 6.9.1

ChangeLog:      https://github.com/telegramdesktop/tdesktop/compare/v6.8.2...v6.9.1

Sponsored by:   tipi.work
DeltaFile
+5-5net-im/telegram-desktop/files/patch-Telegram_lib__webview_webview_platform_linux_webview__linux__webkitgtk__library.cpp
+3-3net-im/telegram-desktop/distinfo
+3-3net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp
+1-2net-im/telegram-desktop/Makefile
+12-134 files

LLVM/project 80460f1mlir/lib/Dialect/SPIRV/IR CastOps.cpp, mlir/test/Dialect/SPIRV/IR cast-ops.mlir

[mlir][SPIR-V] Fix ConvertUToPtr verifier error message (NFC) (#202899)
DeltaFile
+10-0mlir/test/Dialect/SPIRV/IR/cast-ops.mlir
+1-1mlir/lib/Dialect/SPIRV/IR/CastOps.cpp
+11-12 files

Dreckly/dreckly 87aab99databases/mariadb1011-client distinfo, databases/mariadb1011-client/patches patch-CMakeLists.txt patch-plugin_auth__socket_CMakeLists.txt

mariadb1011: Update to 10.11.18
DeltaFile
+4-50databases/mariadb1011-embedded/Makefile
+10-9databases/mariadb1011-client/patches/patch-CMakeLists.txt
+9-9databases/mariadb1011-client/patches/patch-plugin_auth__socket_CMakeLists.txt
+6-6databases/mariadb1011-client/distinfo
+4-3databases/mariadb1011-client/patches/patch-scripts_CMakeLists.txt
+2-1databases/mariadb1011-server/PLIST
+35-784 files not shown
+36-8410 files

LLVM/project e63f9beclang/lib/Sema SemaType.cpp, clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto p3-generic-lambda-1y.cpp p5.cpp

[Clang] Accept auto parameters pre-C++20 as an extension (#200670)

GCC already accepts auto parameters as an extenion.
DeltaFile
+25-26clang/test/SemaCXX/deduced-return-type-cxx14.cpp
+32-18clang/test/CXX/dcl/dcl.fct/p17.cpp
+11-6clang/lib/Sema/SemaType.cpp
+5-5clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-generic-lambda-1y.cpp
+3-3clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp
+2-2clang/test/SemaCXX/crash-GH173943.cpp
+78-605 files not shown
+85-6311 files

Dreckly/dreckly 472f0c9multimedia/ffmpeg6 distinfo Makefile.common

ffmpeg6: Update to 6.1.5
DeltaFile
+3-3multimedia/ffmpeg6/distinfo
+1-1multimedia/ffmpeg6/Makefile.common
+4-42 files

OPNSense/core ac24c50Scripts dashboard-acl.sh, src/opnsense/www/js/widgets/Metadata Core.xml

dashboard: skip acl check when requested
DeltaFile
+20-10Scripts/dashboard-acl.sh
+1-2src/opnsense/www/js/widgets/Metadata/Core.xml
+21-122 files

LLVM/project b68444ellvm/lib/Target/AArch64 SVEInstrFormats.td SMEInstrFormats.td

fixup! Tighten code some more
DeltaFile
+13-13llvm/lib/Target/AArch64/SVEInstrFormats.td
+2-6llvm/lib/Target/AArch64/SMEInstrFormats.td
+3-0llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+18-193 files

LLVM/project 53ae585llvm/test/MC/AMDGPU gfx11_asm_vop3_dpp16.s, llvm/test/MC/Disassembler/AMDGPU gfx11_dasm_vop3_dpp16.txt gfx11_dasm_vop3_dpp16-fake16.txt

[AMDGPU][NFC] Templatise and roundtrip gfx11_asm_vop3_dpp16.s (#202721)

I tried to make sure this covers all important cases from asm/disasm
tests here upstream and the true16 branch downstream.

This will resolve ~4k lines of differences vs the true16 branch.
DeltaFile
+8,554-3,250llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
+0-6,200llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
+4,380-0llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16-fake16.txt
+12,934-9,4503 files

LLVM/project e518b41llvm/lib/Transforms/InstCombine InstCombineCalls.cpp

[InstCombine][NFC] Don't try non-bundle folds on assumes with bundles (#202914)
DeltaFile
+24-19llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+24-191 files

LLVM/project 284681elldb/source/Plugins/Process/Windows/Common TargetThreadWindows.cpp TargetThreadWindows.h

[NFC][lldb][Windows] Clean up TargetThreadWindows (#202722)

- Drop dead `//#include "ForwardDecl.h"` and stale `class HostThread;`
forward declaration.
- Remove redundant `m_thread_reg_ctx_sp()` default-init in the
constructor initializer list.
DeltaFile
+1-1lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
+0-2lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h
+1-32 files

LLVM/project d1f15d0lldb/source/Plugins/Process/Windows/Common NativeThreadWindows.cpp

[NFC][lldb][Windows] Clean up NativeThreadWindows (#202723)

- Drop unused #includes lldb/Target/Process.h and lldb/lldb-forward.h.
- Inline the one-shot NativeProcessProtocol& local in DoResume and
modernize GetStopReason's stale legacy log->Printf idiom to LLDB_LOGF.
DeltaFile
+3-9lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
+3-91 files

LLVM/project 84285e4lldb/source/Plugins/Process/Windows/Common DebuggerThread.cpp DebuggerThread.h

[NFC][lldb][Windows] Clean up DebuggerThread (#202719)

- Fix typos in a llvm_unreachable string and a local variable name.
- Replace a C-style downcast to HostProcessWindows with static_cast.
- Drop redundant braces around a single-statement if and add the
namespace-closer comment in the header.
DeltaFile
+6-6lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
+1-1lldb/source/Plugins/Process/Windows/Common/DebuggerThread.h
+7-72 files

LLVM/project 5adc2d1llvm/lib/Target/AMDGPU SIISelLowering.cpp AMDGPULegalizerInfo.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.fmax.ll llvm.amdgcn.reduce.fmin.ll

[AMDGPU] Support Wave Reduction intrinsics for half types

Supported Ops: `fmin`, `fmax`, `fadd`, `fsub`.
DeltaFile
+941-264llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmax.ll
+941-264llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmin.ll
+902-160llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fsub.ll
+899-160llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fadd.ll
+18-5llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+15-3llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+3,716-8566 files

LLVM/project 38e73fcclang/include/clang/Basic arm_sve.td, clang/test/CodeGen/AArch64/sve2p3-intrinsics acle_sve2p3_luti6.c

fixup! Adjust definitions after ACLE updates from @rockdreamer
DeltaFile
+12-12clang/test/CodeGen/AArch64/sve2p3-intrinsics/acle_sve2p3_luti6.c
+4-4clang/test/Sema/aarch64-sve2p3-intrinsics/acle_sve2p3_target.c
+1-1clang/include/clang/Basic/arm_sve.td
+17-173 files

LLVM/project 71290adclang/include/clang/Basic arm_sve.td, clang/test/Sema/aarch64-sme2p3-intrinsics acle_sme2p3_target_lane.c acle_sme2p3_target.c

fixup! Address more PR comments
DeltaFile
+15-9clang/test/Sema/aarch64-sve2p3-intrinsics/acle_sve2p3_target_lane.c
+0-16clang/test/Sema/aarch64-sme2p3-intrinsics/acle_sme2p3_target_lane.c
+5-5llvm/test/CodeGen/AArch64/sme2p3-intrinsics-luti6.ll
+3-3clang/test/Sema/aarch64-sme2p3-intrinsics/acle_sme2p3_target.c
+1-4llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
+4-0clang/include/clang/Basic/arm_sve.td
+28-371 files not shown
+28-387 files

LLVM/project 72945f2clang/include/clang/Basic arm_sve.td, clang/test/CodeGen/AArch64/sme2p3-intrinsics acle_sme2p3_luti6.c

fixup! Reformat classes to make more sense, and other CR updates
DeltaFile
+27-27llvm/lib/Target/AArch64/SVEInstrFormats.td
+45-3llvm/test/CodeGen/AArch64/sme2p3-intrinsics-luti6.ll
+22-23llvm/lib/Target/AArch64/SMEInstrFormats.td
+26-18llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+32-8clang/test/CodeGen/AArch64/sme2p3-intrinsics/acle_sme2p3_luti6.c
+2-2clang/include/clang/Basic/arm_sve.td
+154-813 files not shown
+156-869 files

LLVM/project 1b713aeclang/test/Sema/AArch64 arm_sve_streaming_only_sme_AND_sme2p3.c arm_sve_feature_dependent_sve_AND_sve2p3___sme_AND_LP_sve2p3_OR_sme2p3_RP.c

fixup! Run `clang/utils/aarch64_builtins_test_generator.py`
DeltaFile
+118-0clang/test/Sema/AArch64/arm_sve_streaming_only_sme_AND_sme2p3.c
+77-0clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_sve2p3___sme_AND_LP_sve2p3_OR_sme2p3_RP.c
+62-0clang/test/Sema/AArch64/arm_sve_non_streaming_only_sve_AND_sve2p3.c
+56-0clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme2p3.c
+313-04 files

LLVM/project 0050b3ellvm/lib/Target/AArch64 AArch64ISelDAGToDAG.cpp

fixup! Don't modify SelectMultiVectorLutiLane
DeltaFile
+38-45llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+38-451 files

LLVM/project 50c38e8clang/include/clang/Basic arm_sve.td, clang/test/CodeGen/AArch64/sme2p3-intrinsics acle_sme2p3_luti6.c

fixup! Adjust after ACLE changes to svluti6_lane_s16_x4
DeltaFile
+48-4clang/test/CodeGen/AArch64/sme2p3-intrinsics/acle_sme2p3_luti6.c
+15-6llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+12-4llvm/lib/Target/AArch64/SMEInstrFormats.td
+8-8clang/test/Sema/aarch64-sme2p3-intrinsics/acle_sme2p3_imm.c
+4-0llvm/include/llvm/IR/IntrinsicsAArch64.td
+2-1clang/include/clang/Basic/arm_sve.td
+89-232 files not shown
+92-248 files

LLVM/project 9b13d4eclang/test/Sema/aarch64-sve2p3-intrinsics acle_sve2p3_target_lane.c acle_sve2p3_imm.cpp, llvm/test/CodeGen/AArch64 sve2p3-intrinsics-luti6.ll

fixup! Add some more _bf16 tests
DeltaFile
+27-0clang/test/Sema/aarch64-sve2p3-intrinsics/acle_sve2p3_target_lane.c
+11-0llvm/test/CodeGen/AArch64/sve2p3-intrinsics-luti6.ll
+3-0clang/test/Sema/aarch64-sve2p3-intrinsics/acle_sve2p3_imm.cpp
+41-03 files

LLVM/project 6af8c68clang/include/clang/Basic arm_sve.td arm_sme.td, clang/test/CodeGen/AArch64/sme2p3-intrinsics acle_sme2p3_luti6.c

fixup! Adjust `def`s and split out tests
DeltaFile
+0-158clang/test/CodeGen/AArch64/sve2p3-intrinsics/acle_sve2p3_luti6.c
+138-0clang/test/CodeGen/AArch64/sve2p3-intrinsics/acle_sve2p3_luti6_lane_x2.c
+5-5clang/test/CodeGen/AArch64/sme2p3-intrinsics/acle_sme2p3_luti6.c
+0-4clang/include/clang/Basic/arm_sve.td
+1-0clang/include/clang/Basic/arm_sme.td
+144-1675 files