LLVM/project a80b840llvm/lib/Demangle DLangDemangle.cpp, llvm/unittests/Demangle DLangDemangleTest.cpp

[Demangle] Implement type D demangling and add all D basic type encodings (#202834)

This patch adds type name output to D demangler `parseType` and adds all
D basic type encodings to it.
DeltaFile
+138-10llvm/lib/Demangle/DLangDemangle.cpp
+37-12llvm/unittests/Demangle/DLangDemangleTest.cpp
+175-222 files

LLVM/project 662d9a8llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[AMDGPU] Validate WMMA scale/format combination

Only some combinations are listed as supported.

Fixes: https://github.com/ROCm/llvm-project/issues/2634
DeltaFile
+27-7llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+16-16llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
+16-16llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
+31-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+12-12llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+20-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.fmt-error.ll
+122-513 files not shown
+152-519 files

LLVM/project 607250allvm/lib/Target/AMDGPU SIISelLowering.cpp

use decimal number rather than hex
DeltaFile
+1-1llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+1-11 files

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

[AMDGPU] Support Wave Reduction intrinsics for half types

Supported Ops: `fmin`, `fmax`, `fadd`, `fsub`.
DeltaFile
+941-264llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmin.ll
+941-264llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmax.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

ELF Tool Chain/elftoolchain 4377trunk/tests/libtest/bin make-test-scaffolding, trunk/tests/libtest/lib test.h test_case.h

libtest: Suffix more types with '_t'.
DeltaFile
+3-3trunk/tests/libtest/lib/test.h
+1-1trunk/tests/libtest/bin/make-test-scaffolding
+1-1trunk/tests/libtest/lib/test_case.h
+5-53 files

LLVM/project 55611ddllvm/lib/Target/X86 X86ISelLoweringCall.cpp, llvm/test/CodeGen/X86 sibcall.ll musttail-tailcc.ll

[X86] Fix musttail miscompilation when arguments are passed on the stack (#199691)

After commit 782bf6a, a musttail call with matching CC was always
treated as a sibcall, which skips the stores of outgoing stack
arguments. Any non-forwarded stack argument was silently dropped.

Only treat musttail as a sibcall when every argument is in a register;
otherwise fall back to full tail-call lowering.

Fix #199224

---------

Co-authored-by: Reid Kleckner <rkleckner at nvidia.com>
DeltaFile
+78-0llvm/test/CodeGen/X86/sibcall.ll
+60-0llvm/test/CodeGen/X86/musttail-tailcc.ll
+11-13llvm/lib/Target/X86/X86ISelLoweringCall.cpp
+6-8llvm/test/CodeGen/X86/hipe-cc64.ll
+3-0llvm/test/CodeGen/X86/swifttailcc-store-ret-address-aliasing-stack-slot.ll
+158-215 files

LLVM/project 1b4d60dlldb/include/lldb/Target StackFrameRecognizer.h

[lldb] Remove ValueObjectRecognizerSynthesizedValue::IsSynthetic override (#199117)

Removes the `IsSynthetic` override on
`ValueObjectRecognizerSynthesizedValue`. This class does not also
override `GetNonSyntheticValue`.

There was a bug in which code assumed that when `IsSynthetic()` returned
true, that `GetNonSyntheticValue` would produce a different value
object. However the default behavior of `GetNonSyntheticValue` is to
return itself.

It seems to me that either:
1. `ValueObjectSynthetic` should be the only class to override
`IsSynthetic` to true
2. or, that classes which override `IsSynthetic` should also override
`GetNonSyntheticValue`

In either case, I think it's best to remove this `IsSynthetic` on
`ValueObjectRecognizerSynthesizedValue`.
DeltaFile
+0-1lldb/include/lldb/Target/StackFrameRecognizer.h
+0-11 files

LLVM/project 3db1c77llvm/lib/Support SpecialCaseList.cpp

rebase

Created using spr 1.3.7
DeltaFile
+1-1llvm/lib/Support/SpecialCaseList.cpp
+1-11 files

LLVM/project 4098438llvm/lib/Support SpecialCaseList.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+1-1llvm/lib/Support/SpecialCaseList.cpp
+1-11 files

LLVM/project f29fbafllvm/lib/Support SpecialCaseList.cpp

rebase

Created using spr 1.3.7
DeltaFile
+1-1llvm/lib/Support/SpecialCaseList.cpp
+1-11 files

LLVM/project 4bd388allvm/lib/Support SpecialCaseList.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+1-1llvm/lib/Support/SpecialCaseList.cpp
+1-11 files

LLVM/project c5da536llvm/lib/Support SpecialCaseList.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+19-12llvm/lib/Support/SpecialCaseList.cpp
+19-121 files

FreeNAS/freenas 8f929aesrc/middlewared/middlewared/api/v25_10_2 reporting.py, tests/api2 test_reporting_realtime.py

NAS-140868 / 26.0.0-RC.1 / Expand reporting tests (#18870) (#19104)

This fixes a schema field name typo for reporting disks (appears in API
docs, but does not change surfaced reporting.realtime event field names
-- typo only was in docs) in addition to adding explicit testing for
internal utilities as well as validating shape of returned responses.

NOTE: this fixes a previously broken merge of branch with same name.
DeltaFile
+254-0tests/unit/test_realtime_reporting.py
+165-0tests/api2/test_reporting_realtime.py
+100-0tests/unit/test_metrics_arcstat.py
+65-0tests/unit/test_metrics_cpu_usage.py
+31-0tests/unit/test_metrics_pool_stats.py
+1-1src/middlewared/middlewared/api/v25_10_2/reporting.py
+616-14 files not shown
+620-510 files

LLVM/project 136a1b0llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp

Remove redundant test
DeltaFile
+1-2llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+1-21 files

LLVM/project e664b2fllvm/include/llvm/Support circular_raw_ostream.h, llvm/test/CodeGen/AMDGPU sdiv64.ll srem64.ll

rebase

Created using spr 1.3.7
DeltaFile
+534-280llvm/test/CodeGen/AMDGPU/sdiv64.ll
+413-292llvm/test/CodeGen/AMDGPU/srem64.ll
+218-56llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
+249-11mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
+235-0mlir/test/Integration/Dialect/XeGPU/WG/simple_mxfp_gemm_quantizeA_F4.mlir
+113-115llvm/include/llvm/Support/circular_raw_ostream.h
+1,762-75473 files not shown
+3,343-1,45679 files

LLVM/project eb27cc6llvm/include/llvm/Support circular_raw_ostream.h, llvm/test/CodeGen/AMDGPU sdiv64.ll srem64.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+534-280llvm/test/CodeGen/AMDGPU/sdiv64.ll
+413-292llvm/test/CodeGen/AMDGPU/srem64.ll
+218-56llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
+249-11mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
+235-0mlir/test/Integration/Dialect/XeGPU/WG/simple_mxfp_gemm_quantizeA_F4.mlir
+113-115llvm/include/llvm/Support/circular_raw_ostream.h
+1,762-75473 files not shown
+3,360-1,46379 files

LLVM/project 178831bllvm/lib/Support SpecialCaseList.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+26-14llvm/lib/Support/SpecialCaseList.cpp
+26-141 files

LLVM/project 0ab940dllvm/lib/Support SpecialCaseList.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+19-12llvm/lib/Support/SpecialCaseList.cpp
+19-121 files

LLVM/project a125f09llvm/lib/Support SpecialCaseList.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+19-12llvm/lib/Support/SpecialCaseList.cpp
+19-121 files

LLVM/project 07046d7llvm/lib/Target/AArch64/MCTargetDesc AArch64MCLFIRewriter.cpp, llvm/test/CodeGen/AMDGPU bf16.ll sdiv64.ll

Merge branch 'main' into users/krzysz00/insert-concat-dagcombine
DeltaFile
+992-904llvm/test/CodeGen/AMDGPU/bf16.ll
+742-742llvm/test/CodeGen/RISCV/rvv/vector-interleave.ll
+534-280llvm/test/CodeGen/AMDGPU/sdiv64.ll
+413-292llvm/test/CodeGen/AMDGPU/srem64.ll
+650-0llvm/test/MC/AArch64/LFI/simd.s
+542-1llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCLFIRewriter.cpp
+3,873-2,21995 files not shown
+9,117-4,372101 files

LLVM/project 0e8cdadllvm/test/CodeGen/AArch64 sve-fixed-vector-lrint.ll sve-fixed-vector-llrint.ll, llvm/test/CodeGen/AMDGPU bf16.ll

[SelectionDAG] Fold extracts spanning concat operands (#200936)

Factor the extract_subvector-of-CONCAT_VECTORS logic and handle
extracts that cover multiple whole concat operands by rebuilding a
smaller concat directly.

AI note: an LLM generated the code and the test, I've read them

Co-Authored-By: OpenAI Codex <codex at openai.com>

---------

Co-authored-by: OpenAI Codex <codex at openai.com>
DeltaFile
+992-904llvm/test/CodeGen/AMDGPU/bf16.ll
+742-742llvm/test/CodeGen/RISCV/rvv/vector-interleave.ll
+187-229llvm/test/CodeGen/AArch64/sve-fixed-vector-lrint.ll
+187-229llvm/test/CodeGen/AArch64/sve-fixed-vector-llrint.ll
+196-176llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-6.ll
+142-140llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-6.ll
+2,446-2,42013 files not shown
+2,940-3,03919 files

LLVM/project 1579432llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine copysign.ll

[InstCombine] Fold copysign(floor(fabs(X)), X) to trunc(X) (#200836)

Fixes #200519.

Adds an InstCombine fold for the pattern `copysign(floor(fabs(X)), X)
--> trunc(X)`.
DeltaFile
+119-0llvm/test/Transforms/InstCombine/copysign.ll
+12-0llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+131-02 files

LLVM/project 5dccbf9llvm/test/CodeGen/RISCV clmul.ll clmulr.ll, llvm/test/CodeGen/RISCV/rvv clmulh-sdnode.ll clmul-sdnode.ll

Merge branch 'main' into users/krzysz00/insert-concat-dagcombine
DeltaFile
+38,494-84,026llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+22,388-22,086llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+19,087-24,391llvm/test/CodeGen/RISCV/clmul.ll
+10,473-12,572llvm/test/CodeGen/RISCV/clmulr.ll
+10,281-12,374llvm/test/CodeGen/RISCV/clmulh.ll
+8,361-8,920llvm/test/CodeGen/RISCV/rvv/expandload.ll
+109,084-164,3692,340 files not shown
+298,552-310,2652,346 files

FreeNAS/freenas 89bbc47tests/unit test_metrics_pool_stats.py

Fix typo in attribute name
DeltaFile
+2-2tests/unit/test_metrics_pool_stats.py
+2-21 files

LLVM/project 72afc58llvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[VPlan] Strip LogicalAnd from live-in-folder (NFC) (#202934)

The various simplifications performed in simplifyRecipe subsume it.
DeltaFile
+0-3llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+0-31 files

NetBSD/src AjzkWIgexternal/bsd/file/dist/src cdf.c

   Use file_protected for cdf_namecmp rather than static

   Alternative change would be to switch cdf.h the other way.

   Not enough to fix the builds, yet...
VersionDeltaFile
1.22+3-3external/bsd/file/dist/src/cdf.c
+3-31 files

FreeBSD/ports edfe428sysutils/slurm-wlm pkg-plist, sysutils/slurm-wlm/files patch-configure patch-src_common_Makefile.in

sysutils/slurm-wlm: Update 25.11.5 → 26.05.1

Changelog:
https://github.com/SchedMD/slurm/blob/slurm-26-05-1-1/CHANGELOG/slurm-26.05.md

- Remove unnecessary GUI_CONFIGURE_OFF and S2N_CONFIGURE_OFF -
  GUI_CONFIGURE_ENABLE and S2N_CONFIGURE_WITH cover them.
- Fix warnings from portclippy.
- Fix detection of the s2n in configure.
- Refresh patches.

PR:             295969
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q2

(cherry picked from commit 8beaafa1d988794ad2ecec04169259a8145091c0)
DeltaFile
+37-25sysutils/slurm-wlm/files/patch-configure
+15-14sysutils/slurm-wlm/files/patch-src_common_Makefile.in
+20-6sysutils/slurm-wlm/pkg-plist
+12-12sysutils/slurm-wlm/files/patch-src_conmgr_con.c
+0-20sysutils/slurm-wlm/files/patch-config.h.in
+8-7sysutils/slurm-wlm/files/patch-src_scrun_anchor.c
+92-847 files not shown
+110-10413 files

FreeBSD/ports 8beaafasysutils/slurm-wlm pkg-plist, sysutils/slurm-wlm/files patch-configure patch-src_common_Makefile.in

sysutils/slurm-wlm: Update 25.11.5 → 26.05.1

Changelog:
https://github.com/SchedMD/slurm/blob/slurm-26-05-1-1/CHANGELOG/slurm-26.05.md

- Remove unnecessary GUI_CONFIGURE_OFF and S2N_CONFIGURE_OFF -
  GUI_CONFIGURE_ENABLE and S2N_CONFIGURE_WITH cover them.
- Fix warnings from portclippy.
- Fix detection of the s2n in configure.
- Refresh patches.

PR:             295969
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q2
DeltaFile
+37-25sysutils/slurm-wlm/files/patch-configure
+15-14sysutils/slurm-wlm/files/patch-src_common_Makefile.in
+20-6sysutils/slurm-wlm/pkg-plist
+12-12sysutils/slurm-wlm/files/patch-src_conmgr_con.c
+0-20sysutils/slurm-wlm/files/patch-config.h.in
+8-7sysutils/slurm-wlm/files/patch-src_scrun_anchor.c
+92-847 files not shown
+110-10413 files

LLVM/project ab602d3llvm/test/MC/RISCV rv32c-invalid.s xqcibm-invalid.s

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+112-57llvm/test/MC/RISCV/rv32c-invalid.s
+44-23llvm/test/MC/RISCV/xqcibm-invalid.s
+36-19llvm/test/MC/RISCV/rv64c-invalid.s
+20-11llvm/test/MC/RISCV/rvc-hints-invalid.s
+212-1104 files

FreeBSD/ports a224b8dtextproc/bookokrat distinfo Makefile

textproc/bookokrat: Update to 0.3.12

ChangeLog:      https://github.com/bugzmanov/bookokrat/releases/tag/v0.3.12
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3textproc/bookokrat/distinfo
+2-2textproc/bookokrat/Makefile
+5-52 files