LLVM/project 5564580llvm/lib/Target/WebAssembly WebAssemblySetP2AlignOperands.cpp WebAssemblyFixBrTableDefaults.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+22-7llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+20-4llvm/lib/Target/WebAssembly/WebAssembly.h
+6-6llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+4-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+2-2llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+77-266 files

LLVM/project 04348c0llvm/lib/Target/WebAssembly WebAssemblySetP2AlignOperands.cpp WebAssembly.h

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+10-2llvm/lib/Target/WebAssembly/WebAssembly.h
+3-3llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+2-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+1-1llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+39-135 files

LLVM/project 03e3a62lldb/source/Plugins/LanguageRuntime/CPlusPlus CPPLanguageRuntime.cpp

[lldb] Skip the prologue before reading `this` when stepping into std::function (#209629)

Commit 40152b8 broke CPPLanguageRuntime::GetStepThroughTrampolinePlan by
changing operator() from a multi-line function to a single line
function.

This used to work by accident, because the fallback step-in plan first
advanced past the prologue and the trampoline detection was re-invoked
there with a valid `this`. Once operator() became a one-line inline
definition that intermediate step no longer happened.

Run past the prologue when stopped at the function entry and let the
step-through machinery re-invoke the plan, so the thread plan has a
valid `this` to read from.
DeltaFile
+17-0lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
+17-01 files

Illumos/gate 7e7a244usr/src/test/zfs-tests/tests/functional/vdev_zaps vdev_zaps_007_pos.ksh

18241 tests: vdev_zaps_007: log_must with > must eval
Reviewed by: Gordon Ross <gordon.w.ross at gmail.com>
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Reviewed by: Toomas Soome <tsoome at me.com>
Approved by: Dan McDonald <danmcd at Edgecast.io>
DeltaFile
+3-3usr/src/test/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_007_pos.ksh
+3-31 files

LLVM/project ebd9690llvm/lib/Transforms/Instrumentation MemorySanitizer.cpp

[msan][NFCI] Add maybe_unused annotation for #209652 (#209878)

Fix compile error for non-assertion builds
(https://lab.llvm.org/buildbot/#/builders/228/builds/4987) after #209652
DeltaFile
+1-1llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+1-11 files

Illumos/gate 6ffc238usr/src/uts/common/fs/zfs zfs_ioctl.c

18207 Fix the integer type in zfs_ioc_userspace_many()
Reviewed by: Gordon Ross <gordon.w.ross at gmail.com>
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+8-2usr/src/uts/common/fs/zfs/zfs_ioctl.c
+8-21 files

LLVM/project 2c800f2llvm/include/llvm/IR FixedMetadataKinds.def, llvm/lib/IR Globals.cpp

[NFC] rename `MD_unique_id` to `MD_guid` for consistency
DeltaFile
+4-4llvm/lib/IR/Globals.cpp
+3-3llvm/lib/Transforms/IPO/FunctionImport.cpp
+3-3llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+2-2llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
+2-2llvm/lib/Transforms/Utils/CloneModule.cpp
+1-1llvm/include/llvm/IR/FixedMetadataKinds.def
+15-151 files not shown
+16-167 files

LLVM/project 50f2b94llvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 sve-fixed-length-fp-extend-trunc-bf16.ll sve-fixed-length-fp-extend-bf16.ll

[AArch64] Lower fixed width bf16 fpround (#209411)

Similar to #209194, this was previously hitting an error with an illegal
FP_ROUND_MERGE_PASSTHRU. This time we lower the fptrunc to a scalable
fptrunc and let it legalize naturally. On SVE systems a f64->bf16
fptrunc will fail to legalize, but lowers successfully with sve2 with
fcvtn. A store(fptrunc) -> truncstore combine was disabled too as it
fails with bf16.
DeltaFile
+0-994llvm/test/CodeGen/AArch64/sve-fixed-length-fp-extend-trunc-bf16.ll
+994-0llvm/test/CodeGen/AArch64/sve-fixed-length-fp-extend-bf16.ll
+840-0llvm/test/CodeGen/AArch64/sve-fixed-length-fp-trunc-bf16.ll
+11-10llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+1,845-1,0044 files

NetBSD/pkgsrc-wip adb1216opencv buildlink3.mk

opencv: fix buildlink3.mk
DeltaFile
+1-1opencv/buildlink3.mk
+1-11 files

OpenBSD/ports hCjGHTdmeta/tor-browser Makefile, www/tor-browser Makefile.inc

   Tor Browser: update to 15.0.18
VersionDeltaFile
1.118.2.4+6-6www/tor-browser/browser/distinfo
1.67.2.4+2-2www/tor-browser/noscript/distinfo
1.124.2.4+2-2meta/tor-browser/Makefile
1.197.2.4+1-1www/tor-browser/browser/Makefile
1.121.2.4+1-1www/tor-browser/Makefile.inc
1.74.2.4+1-1www/tor-browser/noscript/Makefile
+13-131 files not shown
+13-137 files

LLVM/project 5c0dfceclang/lib/AST/ByteCode InterpBuiltin.cpp, clang/test/AST/ByteCode builtin-object-size.cpp

[clang][bytecode] Fix tail padding with __builtin_object_size (#209771)

This fixes the new libcxx/atomics/builtin_clear_padding.pass.cpp
DeltaFile
+14-0clang/test/AST/ByteCode/builtin-object-size.cpp
+2-4clang/lib/AST/ByteCode/InterpBuiltin.cpp
+16-42 files

LLVM/project 85204d0libcxx/test/libcxx/atomics builtin_clear_padding.pass.cpp

[libcxx] Mark test unsupported in clang-24 (#209794)

After the version bump, we started seeing this test fail. For now mark
it unsupported in newer LLVM versions, until the underlying issue can be
addressed. More details can be found in #209787.
DeltaFile
+1-1libcxx/test/libcxx/atomics/builtin_clear_padding.pass.cpp
+1-11 files

NetBSD/pkgsrc xeVJGhDdoc TODO

   doc/TODO: + fuse-ntfs-3g-2026.7.7.
VersionDeltaFile
1.27588+2-2doc/TODO
+2-21 files

FreeBSD/ports 372fe11security/openbao distinfo Makefile

security/openbao: Update 2.4.1 => 2.5.5 (fix 17 CVE + 5 GHSA)

Changelogs:
https://github.com/openbao/openbao/releases/tag/v2.4.3
https://github.com/openbao/openbao/releases/tag/v2.4.4
https://github.com/openbao/openbao/releases/tag/v2.5.0
https://github.com/openbao/openbao/releases/tag/v2.5.1
https://github.com/openbao/openbao/releases/tag/v2.5.2
https://github.com/openbao/openbao/releases/tag/v2.5.3
https://github.com/openbao/openbao/releases/tag/v2.5.4
https://github.com/openbao/openbao/releases/tag/v2.5.5

PR:             296644
Approved by:    jake at metalrip.com (maintainer)
Security:       CVE-2025-62513
Security:       CVE-2025-62705
Security:       CVE-2025-64761
Security:       CVE-2025-5999
Security:       CVE-2025-68121

    [21 lines not shown]
DeltaFile
+17-15security/openbao/distinfo
+3-3security/openbao/Makefile
+20-182 files

FreeBSD/ports b089fb0security/openbao distinfo Makefile

security/openbao: Update 2.4.1 => 2.5.5 (fix 17 CVE + 5 GHSA)

Changelogs:
https://github.com/openbao/openbao/releases/tag/v2.4.3
https://github.com/openbao/openbao/releases/tag/v2.4.4
https://github.com/openbao/openbao/releases/tag/v2.5.0
https://github.com/openbao/openbao/releases/tag/v2.5.1
https://github.com/openbao/openbao/releases/tag/v2.5.2
https://github.com/openbao/openbao/releases/tag/v2.5.3
https://github.com/openbao/openbao/releases/tag/v2.5.4
https://github.com/openbao/openbao/releases/tag/v2.5.5

PR:             296644
Approved by:    jake at metalrip.com (maintainer)
Security:       CVE-2025-62513
Security:       CVE-2025-62705
Security:       CVE-2025-64761
Security:       CVE-2025-5999
Security:       CVE-2025-68121

    [19 lines not shown]
DeltaFile
+17-15security/openbao/distinfo
+3-3security/openbao/Makefile
+20-182 files

LLVM/project 7021b42llvm/lib/Transforms/Scalar ConstraintElimination.cpp, llvm/test/Transforms/ConstraintElimination induction-nowrap-from-scev-not-ir.ll monotonic-int-phis-wrapping.ll

[ConstraintElim] Try to get induction step/start/flags from IR (NFC-ish) (#209284)

Handle the common integer inductions where the increment is plain add
PN, C by looking at IR instead of querying SCEV. There's effectively no
re-use between SCEV expression created in ConstraintElimination, and
handling simple cases in IR can avoid unnecessary, expensive SCEV
queries.

Should be NFC-ish. We miss trivial folding of the start value (see
regressed test), but that should not happen in end-to-end pipeline.

Improves compile-time for some workloads, ClamAV, mafft:
https://llvm-compile-time-tracker.com/compare.php?from=b8ba3c2b72cb53268129bbecfeb4ba7ec5b8d831&to=2bede223d3ec3ed6e2e9654b635258c50e4e90df&stat=instructions%3Au

I am working on follow-up changes that will handle more cases, where
avoiding unnecessary queries will be more important.

PR: https://github.com/llvm/llvm-project/pull/209284
DeltaFile
+113-0llvm/test/Transforms/ConstraintElimination/induction-nowrap-from-scev-not-ir.ll
+54-38llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
+2-1llvm/test/Transforms/ConstraintElimination/monotonic-int-phis-wrapping.ll
+169-393 files

LLVM/project 835ae52compiler-rt/lib/asan asan_interceptors.cpp

[compiler-rt] Fix asan_interceptors.cpp build warning -Wunused-template (#209750)

mmap_interceptor/munmap_interceptor template functions are instantiated
in sanitizer_common_interceptors.inc only under `#if
SANITIZER_INTERCEPT_MMAP`. Fix `unused function template
'mmap_interceptor'` warning on Windows, which is error under -Werror.
DeltaFile
+2-0compiler-rt/lib/asan/asan_interceptors.cpp
+2-01 files

FreeBSD/ports 48e21b5devel/binaryen distinfo Makefile

devel/binaryen: Update to 131

ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md#v131
DeltaFile
+3-3devel/binaryen/distinfo
+1-1devel/binaryen/Makefile
+4-42 files

LLVM/project ce586b5llvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer/X86 avx512dq-intrinsics.ll

[msan] Handle AVX512 fpclass (floating-point classification) for packed double/float (#209652)

Each bit of the classifier constant specifies whether a particular
classifier is enabled. If Classifiers == 0 (no classifiers are enabled),
the output is trivially known to be zero, thus the output is fully
initialized.

Otherwise, each bit of the output is the bitwise OR of one or more
classifications; we approximate each bit of the output shadow based on
whether the corresponding input element is fully initialized (without
which the classification is potentially unknown). This is only
approximate, because some classifications do not rely on all the bits of
the input element.

This patch only handles packed double/single-precision floating-point.
Handling the scalar equivalents is more complicated because those
intrinsics encode a mask.
DeltaFile
+52-0llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+14-38llvm/test/Instrumentation/MemorySanitizer/X86/avx512dq-intrinsics.ll
+66-382 files

LLVM/project 0959950llvm/lib/Transforms/IPO LowerTypeTests.cpp, llvm/test/Transforms/LowerTypeTests icall-branch-funnel-invalid-operand.ll

[LowerTypeTests] Avoid null dereference on invalid branch funnel operand (#204951)

On the linked issue, a null dereference happens when looping over`
ArrayRef<GlobalTypeMember *> Globals` at
`LowerTypeTestsModule::buildBitSetsFromDisjointSet()`. This stems from
the external globals in the IR which don't enter GlobalTypeMembers.
Following that, operator[] over the DenseMap returns null and it
propagates to the looped over GlobalTypeMember.

Prevent the null dereference via `.find()` and reporting fatal usage
error if it is not present. Add a negative regression test.

Additionally, the LangRef for the `@llvm.icall.branch.funnel` intrinsic
is missing (see #133635). It would also be nice to have a Verifier entry
for this intrinsic, and get rid of most report_fatal_error() in this
file since it's deprecated.

Fixes #191985


    [2 lines not shown]
DeltaFile
+17-0llvm/test/Transforms/LowerTypeTests/icall-branch-funnel-invalid-operand.ll
+5-1llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+22-12 files

LLVM/project 23ead65compiler-rt/lib/sanitizer_common sanitizer_common_syscalls.inc, compiler-rt/test/msan/Linux syscalls_setgroups.cpp

[compiler-rt][sanitizer_common] Fix setgroups syscall pre-hook to check its input (#209207)

# About

`PRE_SYSCALL(setgroups)`/`setgroups16` called `POST_WRITE` on their
`grouplist` argument, but grouplist is a read-only input the kernel
never writes. Under MSan, `POST_WRITE` maps to `__msan_unpoison`, so
annotating a raw setgroups(2) via the documented
`__sanitizer_syscall_pre_setgroups` hook silently marked an
uninitialized group list as initialized -- before the syscall even ran,
and even on failure -- masking a real use-of-uninitialized-value bug.
Under TSan it recorded a write range where a read belongs.

Use PRE_READ, matching every other input-only argument in this file
(e.g. sched_setparam). Add an MSan regression test.
DeltaFile
+31-0compiler-rt/test/msan/Linux/syscalls_setgroups.cpp
+2-2compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
+33-22 files

LLVM/project 0f494fcclang/lib/CodeGen CGExpr.cpp, clang/test/CodeGen pr53127.cpp attr-nomerge.cpp

[codegen]Ensure __builtin_trap() has an unreachable (#197789)

```
  void test2() {
    __builtin_trap();
}
```

Previously, this would generate this:

```
; Function Attrs: mustprogress noinline nounwind optnone uwtable
define dso_local void @test2()() #2 !dbg !14 {
  call void @llvm.trap(), !dbg !15
  ret void, !dbg !16
}
```



    [9 lines not shown]
DeltaFile
+14-12clang/test/CodeGen/pr53127.cpp
+19-4clang/test/CodeGen/attr-nomerge.cpp
+17-0clang/test/CodeGen/builtin-trap.c
+11-6clang/test/DebugInfo/CXX/verbose-trap.cpp
+5-7clang/test/CodeGenCXX/microsoft-abi-byval-vararg.cpp
+9-2clang/lib/CodeGen/CGExpr.cpp
+75-318 files not shown
+104-4714 files

LLVM/project 0b18869clang/include/clang/Basic Diagnostic.td DiagnosticSemaKinds.td, clang/lib/Basic DiagnosticIDs.cpp

[Clang] [Diagnostic] Extend DiagCompat() to C language modes (#209241)

This expands the compatibility warnings infrastructure added in #132348
to support C mode as well. Implementing this was actually fairly
straight-forward because we are only ever in C _or_ C++ mode, i.e.
during a single compilation we either emit only C compatibility warnings
or only C++ compatibility warnings. This means we can simply reuse the
existing code and just check for different LangOpts depending on whether
we're in C or C++ mode.

Concretely, this means that instead of e.g.

```
def ext_c2y_alignof_incomplete_array : Extension<
  "'alignof' on an incomplete array type is a C2y extension">,
  InGroup<C2y>;
def warn_c2y_compat_alignof_incomplete_array : Warning<
  "'alignof' on an incomplete array type is incompatible with C standards "
  "before C2y">, InGroup<CPre2yCompat>, DefaultIgnore;

    [24 lines not shown]
DeltaFile
+52-32clang/include/clang/Basic/Diagnostic.td
+14-47clang/include/clang/Basic/DiagnosticSemaKinds.td
+24-3clang/lib/Basic/DiagnosticIDs.cpp
+6-13clang/lib/Sema/SemaExpr.cpp
+4-7clang/lib/Sema/SemaStmt.cpp
+2-2clang/include/clang/Basic/DiagnosticIDs.h
+102-1044 files not shown
+107-11310 files

LLVM/project 9d09c77llvm/lib/Transforms/Vectorize VPlan.h

[VPlan] Make VPBlockTy enum protected (NFC) (#209863)

VPBlockTy is an implementation detail, that is only needed in sub-types.
Make protected.
DeltaFile
+15-13llvm/lib/Transforms/Vectorize/VPlan.h
+15-131 files

OpenBSD/src d3DR9XKsys/kern kern_proc.c

   Stop mashing together ps_flags ans p_flag.  This fine when we did the
   initial "struct process" / "struct proc" split, but we added more flags
   and they collide now.  This is incredible confusing and needs to die.
   Instead make some readjustments to the ddb default "ps" output and print
   them both separately.

   ok claudio@, jca@
VersionDeltaFile
1.106+7-6sys/kern/kern_proc.c
+7-61 files

LLVM/project c40401dllvm/lib/Object GOFFObjectFile.cpp

[Object][GOFF] Recognize RLD and LEN records (#207118)

This patch adds explicit cases for RT_RLD and RT_LEN records when
parsing GOFF objects. These record types are not handled yet, but
recognizing them allows us to diagnose them and avoids teating them as
unexpected records.
DeltaFile
+10-1llvm/lib/Object/GOFFObjectFile.cpp
+10-11 files

NetBSD/pkgsrc-wip d0d106bopencv-contrib-face Makefile PLIST, opencv-contrib-face/patches patch-modules_videoio_src_cap__v4l.cpp patch-.._opencv__contrib-5.0.0_modules_face_CMakeLists.txt

opencv-contrib-face: update to 5.0
DeltaFile
+102-0opencv-contrib-face/patches/patch-modules_videoio_src_cap__v4l.cpp
+96-0opencv-contrib-face/Makefile
+58-0opencv-contrib-face/PLIST
+29-0opencv-contrib-face/patches/patch-.._opencv__contrib-5.0.0_modules_face_CMakeLists.txt
+24-0opencv-contrib-face/patches/patch-modules_imgproc_src_resize.cpp
+18-0opencv-contrib-face/distinfo
+327-07 files not shown
+403-013 files

LLVM/project 38cecd6llvm/lib/Target/WebAssembly WebAssemblySetP2AlignOperands.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+10-2llvm/lib/Target/WebAssembly/WebAssembly.h
+3-3llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+2-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+1-1llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+39-135 files

OpenBSD/ports aFslSLMmeta/tor-browser Makefile, www/tor-browser/browser distinfo Makefile

   Tor Browser: update to 15.0.18
VersionDeltaFile
1.2+14-14www/tor-browser/browser/patches/patch-Cargo_lock
1.127+6-6www/tor-browser/browser/distinfo
1.73+2-2www/tor-browser/noscript/distinfo
1.132+2-2meta/tor-browser/Makefile
1.206+1-1www/tor-browser/browser/Makefile
1.80+1-1www/tor-browser/noscript/Makefile
+26-262 files not shown
+27-278 files

LLVM/project c9fde11llvm/test/CodeGen/AMDGPU hsa-generic-target-features.ll generic-targets-require-v6.ll

AMDGPU: Use subarch in tests using generic arches
DeltaFile
+21-21llvm/test/CodeGen/AMDGPU/hsa-generic-target-features.ll
+18-18llvm/test/CodeGen/AMDGPU/generic-targets-require-v6.ll
+1-1llvm/test/CodeGen/AMDGPU/convergent.mir
+40-403 files