LLVM/project 8648741clang/test/CodeGen/Inputs update_memprof_inputs.sh

Remove clang/test/CodeGen/Inputs/update_memprof_inputs.sh
DeltaFile
+0-17clang/test/CodeGen/Inputs/update_memprof_inputs.sh
+0-171 files

LLVM/project a5a79ddllvm/lib/Target/DirectX DXILResourceAccess.cpp, llvm/test/CodeGen/DirectX/ResourceAccess looped-phi-nodes.ll looped-phi-nodes-resolved.ll

[DirectX] Prevent `dxil-resource-access` from entering an infinite phi loop  (#211345)

The pass will enter an infinite loop when collecting the handles if the
phi nodes loop: https://godbolt.org/z/77sr89oMj.

The pass will enter an infinite loop when trying to resolve the handle
index of a dynamic resource if the phi nodes loop:
https://godbolt.org/z/h4oW7Me5G.

This is resolved by updating `collectUsedHandles`/`getAccessIndices`
with a visited set of phi nodes.

Resolves, in part, https://github.com/llvm/llvm-project/issues/211121

Assisted by: Claude Opus 4.8
DeltaFile
+119-0llvm/test/CodeGen/DirectX/ResourceAccess/looped-phi-nodes-resolved.ll
+41-10llvm/lib/Target/DirectX/DXILResourceAccess.cpp
+46-0llvm/test/CodeGen/DirectX/ResourceAccess/looped-phi-nodes.ll
+206-103 files

FreeBSD/ports 3322af1textproc/obsidian Makefile

textproc/obsidian: Bump port revision after electron43 update (28a53ea7db90)
DeltaFile
+1-0textproc/obsidian/Makefile
+1-01 files

LLVM/project d5f0436llvm/lib/CodeGen MachineSink.cpp, llvm/test/CodeGen/X86 machinesink-coalesce-undef.mir

CodeGen: Fix machine sink critical edge crash on an undef register

Found by AI while working on something else.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+59-0llvm/test/CodeGen/X86/machinesink-coalesce-undef.mir
+1-2llvm/lib/CodeGen/MachineSink.cpp
+60-22 files

FreeBSD/ports 28a53eadevel/electron43 distinfo, devel/electron43/files patch-electron_shell_common_node__bindings.cc patch-electron_shell_browser_api_electron__api__web__contents.cc

devel/electron43: Update to 43.4.0

While here, prepare node modules archives for amd64 and aarch64
separately.

Changelog: https://github.com/electron/electron/releases/tag/v43.4.0

Reported by:    GitHub (watch releases)
DeltaFile
+0-29devel/electron43/files/patch-electron_shell_renderer_oom__stack__trace.cc
+18-10devel/electron43/files/patch-electron_shell_browser_electron__browser__main__parts.cc
+13-11devel/electron43/distinfo
+19-0devel/electron43/files/patch-electron_shell_common_v8__oom__diagnostics.cc
+8-8devel/electron43/files/patch-electron_shell_common_node__bindings.cc
+8-8devel/electron43/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+66-6612 files not shown
+108-9618 files

LLVM/project e79b615llvm/lib/CodeGen MachineSink.cpp, llvm/test/CodeGen/X86 machinesink-coalesce-undef.mir

CodeGen: Fix MachineSink trivial coalescing crash on an undef register (#216632)

Fix unchecked getVRegDef use. Found by AI while working on something
else.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+39-0llvm/test/CodeGen/X86/machinesink-coalesce-undef.mir
+1-1llvm/lib/CodeGen/MachineSink.cpp
+40-12 files

LLVM/project 074c9a5mlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Enable strict property assembly format

Enable strict property assembly format for NVVM and bind every inherent
property directly in operation formats. Use declarative oilist clauses for
unordered modifiers and named optional operands, while retaining custom
assembly only for compact MMA syntax and the optional CTA group.

Update the NVVM and Flang tests to use the direct property syntax.

Assisted-by: Codex
DeltaFile
+357-143mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+288-5mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+144-144mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-tensor.mlir
+144-144mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-tensor.mlir
+128-128mlir/test/Target/LLVMIR/nvvm/tma_store_reduce.mlir
+29-203mlir/test/Target/LLVMIR/nvvm/mma-sparse-blockscale.mlir
+1,090-767113 files not shown
+3,445-4,060119 files

LLVM/project 21e4b31libc/config/linux/aarch64 entrypoints.txt, libc/config/linux/riscv entrypoints.txt

Reland "[libc] Add realpath to linux entrypoints" (#215156)

This reverts commit efe96c53557041be11e7fb4d43e6448cc09f6062.

CI failures w/ `libc-riscv32-qemu-yocto-fullbuild-dbg` should have been fixed by https://github.com/llvm/llvm-project/pull/216828#event-29585707406.
DeltaFile
+1-4libc/config/linux/x86_64/entrypoints.txt
+1-4libc/config/linux/riscv/entrypoints.txt
+1-0libc/config/linux/aarch64/entrypoints.txt
+3-83 files

LLVM/project e265316.github/workflows release-binaries.yml

workflows/release-binaries: Remove template expansion (#215405)

https://github.com/llvm/llvm-project/security/code-scanning/1699
DeltaFile
+2-1.github/workflows/release-binaries.yml
+2-11 files

OpenBSD/src MkULNImetc rc

   I noticed  boot-time /tmp pruning could take a substantial amount of time.
   The purpose is two-fold, to remove cruft, and stop newly authenticated users
   from seeing it.  Took about 20 drafts to get it right. The /tmp files
   are now pushed into a mktemp directory, then deleted async, except a few are
   removed immediately for the case of the filesystem being full.  After daemon
   startup has completed, we wait for the removal job to complete (let's keep an
   eye on this, because it is possible we actually don't need to wait)
   draft iterations with millert, afresh1, and dgl
VersionDeltaFile
1.590+19-6etc/rc
+19-61 files

LLVM/project 0212289libc/config/linux/aarch64 entrypoints.txt, libc/config/linux/riscv entrypoints.txt

Revert "Revert "[libc] Add realpath to linux entrypoints" (#215156)"

This reverts commit efe96c53557041be11e7fb4d43e6448cc09f6062.
DeltaFile
+1-4libc/config/linux/x86_64/entrypoints.txt
+1-4libc/config/linux/riscv/entrypoints.txt
+1-0libc/config/linux/aarch64/entrypoints.txt
+3-83 files

LLVM/project 14c5af0clang/lib/AST DeclTemplate.cpp, clang/lib/Sema SemaTemplateInstantiate.cpp HLSLExternalSemaSource.cpp

[clang][HLSL] Complete the pattern an instantiation is built from, not the primary template (#216388)

Fixes https://github.com/llvm/llvm-project/issues/212575

When an external AST source lazily supplies class template patterns,
Clang stopped asking it for definitions once the primary pattern had
been completed. A partial specialization declared after that point is
then instantiated from a pattern that had never been defined, failing
with `err_template_instantiate_undefined`.
So whether a declaration compiled depended on what had been declared
before it (as seen in https://hlsl.godbolt.org/z/vW3xGY6sW).

The problem Is that `ClassTemplateSpecializationDecl::Create` copies the
`hasExternalLexicalStorage()` flag only from the primary template, and
only while the primary template was still incomplete. Partial
specializations therefore failed when the primary template was
completed, hence exhibiting the aforementioned
`err_template_instantiate_undefined` error behavior when the primary
template was completed.

    [14 lines not shown]
DeltaFile
+103-8clang/unittests/AST/ExternalASTSourceTest.cpp
+48-0clang/test/SemaHLSL/Resources/Textures-declaration-order.hlsl
+1-26clang/lib/Sema/HLSLExternalSemaSource.cpp
+0-8clang/lib/AST/DeclTemplate.cpp
+7-0clang/lib/Sema/SemaTemplateInstantiate.cpp
+159-425 files

LLVM/project 8baae02libc/test/src/stdlib CMakeLists.txt realpath_test.cpp, utils/bazel/llvm-project-overlay/libc/test/src/stdlib BUILD.bazel

[libc][realpath][test] Allow test directory to contain symlinks (#216828)

CI for https://github.com/llvm/llvm-project/pull/212925 failed because
the `libc-riscv32-qemu-yocto-fullbuild-dbg` buildbot on Yocto uses a
symlink for `/tmp` to `/var/volatile/tmp`
([source](https://github.com/openembedded/openembedded-core/blob/07a342aa80c7349dd014f743a695a5e006add8df/meta/recipes-core/initscripts/initscripts-1.0/volatiles#L32)).
It's fair enough that a system may define `/tmp` as a symlink, so this
PR updates the realpath tests to call `realpath` on the test directory
to resolve symlinks.

This PR also updates the test to use `libc_make_test_file_path` instead
of `/tmp`. Previously, the tests used `/tmp` because
`libc_make_test_file_path` might have symlinks in it. Since we fully
resolve symlinks now, we can use the more standard approach now.
DeltaFile
+13-3libc/test/src/stdlib/realpath_test.cpp
+1-0utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel
+1-0libc/test/src/stdlib/CMakeLists.txt
+15-33 files

LLVM/project ff94736.github/workflows new-prs.yml

workflows/new-prs: Limit token to current repository (#215406)

The token had access to all llvm repositories which was unnecessary
since it was only used for llvm-project.

https://github.com/llvm/llvm-project/security/code-scanning/1863
DeltaFile
+1-0.github/workflows/new-prs.yml
+1-01 files

LLVM/project 65f31e5llvm/lib/Target/NVPTX NVPTX.h CMakeLists.txt, llvm/test/CodeGen/NVPTX llc-pipeline-npm.ll

[NVPTX] Add NewPM codegen pipeline (#215712)

This exactly mirrors the LegacyPM implementation and produces identical
PTX for all lit tests. Right now this is opt-in with `-enable-new-pm`
for llc and clang.
DeltaFile
+357-0llvm/lib/Target/NVPTX/NVPTXCodeGenPassBuilder.cpp
+177-0llvm/test/CodeGen/NVPTX/llc-pipeline-npm.ll
+10-60llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
+6-0llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
+1-0llvm/lib/Target/NVPTX/NVPTX.h
+1-0llvm/lib/Target/NVPTX/CMakeLists.txt
+552-606 files

LLVM/project 2b0ea6cllvm/test/CodeGen/AMDGPU rewrite-vgpr-mfma-to-agpr-spill-joint-dom-mir.mir

[AMDGPU] Fix MIR test by adding stackPtrOffsetReg.
DeltaFile
+2-0llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-to-agpr-spill-joint-dom-mir.mir
+2-01 files

LLVM/project 54ea3e2mlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Spell strict assembly properties directly

Bind every NVVM inherent property in its operation assembly format and
re-enable strict property parsing for the dialect. Use direct named clauses
for declarative formats and custom MMA parsers while retaining dictionaries
for discardable attributes.

Assisted-by: Codex
DeltaFile
+619-5mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+355-158mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+144-144mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-tensor.mlir
+144-144mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-tensor.mlir
+128-128mlir/test/Target/LLVMIR/nvvm/tma_store_reduce.mlir
+29-203mlir/test/Dialect/LLVMIR/nvvm-mma-sparse-blockscale.mlir
+1,419-782113 files not shown
+3,744-4,052119 files

LLVM/project 5639cbaflang/lib/Semantics check-call.cpp, flang/test/Semantics/CUDA cuf23.cuf

[flang][cuda] Allow call to len intrinsic on host with device argument (#216846)

This is fine to call `len` intrinsic on the host with a device actual
argument since the descriptor is allocated in managed memory.
DeltaFile
+7-0flang/test/Semantics/CUDA/cuf23.cuf
+2-2flang/lib/Semantics/check-call.cpp
+9-22 files

LLVM/project 3154c97clang/include/clang/Basic AttrDocs.td, clang/test/CodeGen/LoongArch/lasx builtin.c builtin-alias.c

Merge remote-tracking branch 'origin/main' into vplan-based-stride-mv-rt-guard

# Conflicts:
#       llvm/lib/Transforms/Vectorize/VPlanTransforms.h
#       llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv-btc.ll
#       llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv.ll
DeltaFile
+13,767-6,856llvm/test/tools/llvm-mca/AArch64/Cortex/C1Nano-sve-instructions.s
+6,347-3,146llvm/test/tools/llvm-mca/AArch64/Cortex/C1Nano-neon-instructions.s
+4,432-4,282clang/include/clang/Basic/AttrDocs.td
+5,067-2,506llvm/test/tools/llvm-mca/AArch64/Cortex/C1Nano-basic-instructions.s
+2,728-2,728clang/test/CodeGen/LoongArch/lasx/builtin-alias.c
+2,724-2,724clang/test/CodeGen/LoongArch/lasx/builtin.c
+35,065-22,2425,190 files not shown
+249,433-130,5035,196 files

LLVM/project 9f101f3libc/test/src/stdlib realpath_test.cpp

Fix typo
DeltaFile
+3-3libc/test/src/stdlib/realpath_test.cpp
+3-31 files

LLVM/project b29815eclang/test/CodeGen memprof.cpp

[NFC][MemProf] Replace memprofraw with YAML in memprof.cpp test
DeltaFile
+25-11clang/test/CodeGen/memprof.cpp
+25-111 files

FreeNAS/freenas 6ce17bbsrc/middlewared/middlewared/plugins/pool_ snapshot.py, src/middlewared/middlewared/plugins/zfs exceptions.py snapshot_rollback_impl.py

Refuse snapshot rollback up front when newer snapshots are blocked

## Problem
Rolling a dataset back to an older snapshot crashed with a raw traceback whenever a newer snapshot had a dependent clone. Two separate failures were in play: `clone_rsrc.destroy()` does not exist on any pylibzfs resource type, so it raised `AttributeError`, which is not a `RuntimeError` and so escaped both surrounding handlers; and `lzc.destroy_snapshots()` raises `ZFSCoreException`, a sibling of `ZFSException` rather than a subclass, so the handler wrapping it never fired. There was also no pre-flight of any kind, so nothing could refuse cleanly — and because destroy failures were silently swallowed and the loop continued, a failed destroy left the rollback to fail later with a message telling the user to pass a flag they had already passed.

## Solution
- **Destroy clones through the handle.** `tls.lzh.destroy_resource(name=...)` replaces the non-existent resource-level `destroy()`, matching how the destroy path already does it.
- **Catch both exception families.** `lzc.destroy_snapshots()` failures are now caught alongside `ZFSException` and converted, rather than escaping as a raw traceback.
- **Refuse before destroying anything.** A new pre-flight walks the whole dataset set — including the full `recursive_rollback` tree, before the fan-out loop rather than inside it — and collects every blocker it can see: dependent clones when `recursive_clones` is not set, holds in all cases, and clones that cannot be destroyed non-recursively because they have children or snapshots of their own. Previously a blocker on a child was discovered only after the parent had been irreversibly rolled back. This is fail-first, not atomic: a clone or hold created between the pre-flight and the destroy still fails mid-loop, and only a concurrently pruned snapshot (ENOENT) is tolerated.
- **Typed errors at both boundaries.** Blockers raise `ZFSRollbackBlockedException`, mapped to `EBUSY` with a message naming each blocking snapshot and what blocks it. `pool.snapshot.rollback` had no exception mapping at all and leaked every impl failure as an untyped traceback; it now mirrors `zfs.resource.snapshot.rollback`.
- **`force` now means how forcefully, not whether.** Clones are always unmounted before destroy, since `zfs_destroy()` does not unmount and a mounted clone could never be destroyed otherwise; `force` selects a forced unmount, matching the `zfs destroy` CLI. Unmount no longer requests a key unload, matching what the CLI's rollback path does.

Adds unit coverage for each defect and the pre-flight, plus integration coverage for clone-present, nested-clone, hold-present, and cross-dataset cases. `pool.snapshot.rollback` had no api2 coverage before this.

Newer bookmarks remain unhandled: pylibzfs exposes no bookmark primitives, so a newer bookmark still fails the rollback with an empty conflict list. That needs a pylibzfs change first and is tracked separately.
DeltaFile
+375-0src/middlewared/middlewared/pytest/unit/plugins/zfs/test_snapshot_rollback_impl.py
+184-51src/middlewared/middlewared/plugins/zfs/snapshot_rollback_impl.py
+171-1tests/api2/test_zfs_resource_snapshot_rollback.py
+80-0tests/api2/test_pool_snapshot_rollback.py
+62-1src/middlewared/middlewared/plugins/zfs/exceptions.py
+19-5src/middlewared/middlewared/plugins/pool_/snapshot.py
+891-582 files not shown
+901-588 files

LLVM/project 8734e07llvm/lib/Target/RISCV RISCVInstrInfoZibi.td RISCVInstrInfo.td

[RISCV] Simplify the SelectCompressOpt patterns. NFC (#216819)

Use a PatLeaf and a predicate to check the condition code instead of
having a SETEQ and SETNE pattern. CCtoRISCVCC will take care of
converting the condition code.
DeltaFile
+11-10llvm/lib/Target/RISCV/RISCVInstrInfo.td
+1-7llvm/lib/Target/RISCV/RISCVInstrInfoZibi.td
+12-172 files

OpenBSD/ports B7JEIaZnet/p5-Net-OAuth distinfo Makefile

   update p5-Net-OAuth to 0.32
   CVE-2026-72888 CVE-2026-72887
VersionDeltaFile
1.16+4-2net/p5-Net-OAuth/Makefile
1.7+2-2net/p5-Net-OAuth/distinfo
+6-42 files

LLVM/project b02b100clang/include/clang/CIR/Dialect/IR CIRTypes.td, clang/lib/CIR/CodeGen CIRGenRecordLayoutBuilder.cpp

[CIR] Mark bit-field access units as their own member kinds

A bit-field access unit is only as wide as the compiler needs it to be,
which can be narrower than the type the bit-fields were declared with.
Nothing in the record type says so. The unit just gets `data`, or
`empty` when none of its bit-fields are named, and an ordinary field
gets those same marks.

That makes `struct { long long x : 32; }` and `struct { unsigned x; }`
look identical here. Classic CodeGen tells them apart and coerces the
first to `i64`, the second to `i32`. It reads the declared type, where
the bit-field still leaves user data past bit 32.

The fix is to give a unit its own marks, `bitfield` and
`empty_bitfield`. Nothing reads them yet, and no record's emptiness
answer changes. The next PR records a zero-width bit-field, which the
marks miss too, and pad-aware classification can then use both.

Assisted-by: Cursor / claude-opus-5
DeltaFile
+82-0clang/test/CIR/CodeGen/no-unique-address.cpp
+34-12clang/test/CIR/CodeGen/record-member-kinds.c
+30-15clang/include/clang/CIR/Dialect/IR/CIRTypes.td
+26-17clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
+41-0clang/unittests/CIR/RecordMemberKindTest.cpp
+19-17clang/test/CIR/CodeGen/record-member-kinds.cpp
+232-6114 files not shown
+307-9420 files

LLVM/project 1e127fallvm/lib/Transforms/Vectorize VPlan.h VPlanTransforms.cpp, llvm/unittests/Transforms/Vectorize VPlanTest.cpp

[VPlan] Verify VPIRFlags when creating VPWidenRecipe. (#213039)

VPWidenRecipe's constructor didn't check its flags at all, unlike
VPInstruction and VPWidenCastRecipe. Add checks and fix remaining
violations.

PR: https://github.com/llvm/llvm-project/pull/213039
DeltaFile
+7-4llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+5-3llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
+6-1llvm/lib/Transforms/Vectorize/VPlan.h
+18-83 files

FreeBSD/ports da2bf75security/nss Makefile distinfo

security/nss: update to 3.127

Release Notes:
  https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_127.html

(cherry picked from commit 01387561b2eb803a34bd40d6c071b57db5544ded)
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports 0138756security/nss Makefile distinfo

security/nss: update to 3.127

Release Notes:
  https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_127.html
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

LLVM/project 11e3015clang/test/Driver/flang lit.local.cfg

To fix test failures. (#216763)

This PR is to fix test failure in the AIX buildbot.
Flang supports 64-bit mode only. Add a config file to set OBJECT_MODE.
DeltaFile
+3-0clang/test/Driver/flang/lit.local.cfg
+3-01 files

LLVM/project 3db5d1fmlir/lib/Dialect/SCF/IR SCF.cpp, mlir/test/Dialect/SCF for-loop-peeling.mlir

[MLIR][SCF] Prioritize single-iteration loop inlining (#188986)

Loops with a statically known trip count of one expose a single acyclic
path and can be handled by the existing region branch op inliner.

Give that rewrite a higher benefit than the generic region branch op
canonicalizations. This ensures that the loop is inlined before dead
successor inputs can be removed independently and temporarily invalidate
the op under expensive pattern API checks.

This fixes some tests with MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS
enabled.

Assisted-by: Codex
DeltaFile
+8-2mlir/lib/Dialect/SCF/IR/SCF.cpp
+0-2mlir/test/Dialect/SCF/for-loop-peeling.mlir
+0-1mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_strided_conv_2d_nhwc_hwcf.mlir
+0-1mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pooling_nhwc.mlir
+0-1mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_dilated_conv_2d_nhwc_hwcf.mlir
+0-1mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conversion_block.mlir
+8-821 files not shown
+8-2927 files