LLVM/project 7811d76llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 many-uses-fma-candidate.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+487-222llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+24-67llvm/test/Transforms/SLPVectorizer/X86/horizontal-fadd-with-sub.ll
+1-1llvm/test/Transforms/SLPVectorizer/X86/reduction-fadd-reassoc.ll
+1-1llvm/test/Transforms/SLPVectorizer/X86/ordered-reduction-replaced.ll
+1-1llvm/test/Transforms/SLPVectorizer/AArch64/many-uses-fma-candidate.ll
+514-2925 files

NetBSD/pkgsrc r0w3adNcross Makefile

   cross: Enable ia16-elf-gcc-bootstrap
VersionDeltaFile
1.131+2-1cross/Makefile
+2-11 files

LLVM/project bf6872fllvm/include/llvm/Support Format.h

[Support] Fix format_object streaming ambiguity in Objective-C++ mode (#215826)

Upstreams https://github.com/swiftlang/llvm-project/pull/13625.

Streaming a format_object writes it through a temporary lambda. Swift's
C++ interoperability enables block pointer conversions, which makes
`raw_ostream::operator<<(const void *)` a viable candidate alongside
`operator<<(function_ref<size_t(char *, size_t)>)`, so overload
resolution is ambiguous. This breaks the Swift compiler because it
contains Swift code that interoperates with C++ code that instantiates
this template.

Bind the lambda to an explicit function_ref before streaming so the
intended overload is selected unambiguously in every language mode.

Assisted-by: Claude Code
DeltaFile
+10-2llvm/include/llvm/Support/Format.h
+10-21 files

NetBSD/pkgsrc nMA12spdoc CHANGES-2026

   doc: Added cross/ia16-elf-gcc-bootstrap version 6.3.0pre20260612
VersionDeltaFile
1.5232+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc z3nhlLjcross/ia16-elf-gcc-bootstrap DESCR distinfo, cross/ia16-elf-gcc-bootstrap/patches patch-libcc1_connection.cc

   cross/ia16-elf-gcc-bootstrap: import ia16-elf-gcc-bootstrap-6.3.0pre20260612

   Bootstrap GCC for IA16 (for example, 8086 and 80286) MS-DOS cross environment.

   This package is only for bootstrapping toolchain.
VersionDeltaFile
1.1+495-0cross/ia16-elf-gcc-bootstrap/PLIST
1.1+77-0cross/ia16-elf-gcc-bootstrap/Makefile
1.1+12-0cross/ia16-elf-gcc-bootstrap/patches/patch-libcc1_connection.cc
1.1+9-0cross/ia16-elf-gcc-bootstrap/distinfo
1.1+3-0cross/ia16-elf-gcc-bootstrap/DESCR
+596-05 files

NetBSD/pkgsrc FnLzUsycross Makefile

   cross: Enable ia16-elf-binutils
VersionDeltaFile
1.130+2-1cross/Makefile
+2-11 files

NetBSD/pkgsrc BVNq2J3doc CHANGES-2026

   doc: Added cross/ia16-elf-binutils version 2.39pre20260424
VersionDeltaFile
1.5231+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc t8otAlucross/ia16-elf-binutils DESCR distinfo

   cross/ia16-elf-binutils: import ia16-elf-binutils-2.39pre20260424

   GNU Binutils for IA16 (for example, 8086 and 80286) MS-DOS cross environment.
VersionDeltaFile
1.1+110-0cross/ia16-elf-binutils/PLIST
1.1+39-0cross/ia16-elf-binutils/Makefile
1.1+5-0cross/ia16-elf-binutils/distinfo
1.1+1-0cross/ia16-elf-binutils/DESCR
+155-04 files

LLVM/project 1026c71clang/lib/CodeGen CGHLSLRuntime.h CGHLSLRuntime.cpp, clang/test/CodeGenHLSL/semantics semantic.output.hlsl semantic.input.hlsl

[HLSL] Generate semantic signature metadata (#212892)

This pr adds support to collect the signature element metadata as they are emitted and outputs them to a named metadata node.

Updates the constructor of a `SemanticSignature` to reflect the required values and touches up its corresponding unit tests.

Adds a lit test of the metadata creation.

Resolves https://github.com/llvm/llvm-project/issues/57928
DeltaFile
+145-43clang/lib/CodeGen/CGHLSLRuntime.cpp
+17-44llvm/unittests/Frontend/HLSLSemanticSignatureMetadataTest.cpp
+28-18clang/lib/CodeGen/CGHLSLRuntime.h
+11-0clang/test/CodeGenHLSL/semantics/semantic.output.hlsl
+11-0clang/test/CodeGenHLSL/semantics/semantic.input.hlsl
+10-0llvm/include/llvm/Frontend/HLSL/SemanticSignatures.h
+222-1053 files not shown
+233-1069 files

LLVM/project df49291lldb/packages/Python/lldbsuite/test/make Makefile.rules

[LLDB] Track tool dependencies in Makefile.rules (#215701)

Before b9225e860769 (Allow tests to share a single build)
lldbtest.makeBuildDir() would delete the build dir before building a
test, but the shared test builds no longer have that behavior. Neither
does the check-lldb target delete the entire test build dir before
running, so tests don't get rebuilt when one of the tools (for example,
clang) change.

This patch is one way to solve this, by adding all tools as explicit
dependencies to each rule in the shared Makefile.rules.

Assisted-by: claude
DeltaFile
+17-6lldb/packages/Python/lldbsuite/test/make/Makefile.rules
+17-61 files

LLVM/project 21a0095clang/lib/CIR/CodeGen CIRGenBuiltinX86.cpp CIRGenExpr.cpp, clang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.cpp

[CIR] Support load/store for Vector of bools (#212146)

Implement load and store support for a vector of bools 

Issue #161233
DeltaFile
+64-0clang/test/CIR/CodeGen/vector-bool.cpp
+31-31clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
+31-3clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+5-21clang/lib/CIR/CodeGen/CIRGenExpr.cpp
+10-10clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
+1-1clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
+142-666 files

LLVM/project e4bb0acopenmp/runtime/src kmp_traits.cpp kmp_traits.h, openmp/runtime/unittests/Traits MockOMP.cpp TestOMPTraitLexer.cpp

[libomp] OpenMP 6.0: Add device trait parser (#176164)

OpenMP 6.0 introduced a device trait specification language for the
environment variables OMP_AVAILABLE_DEVICES (4.3.7) and
OMP_DEFAULT_DEVICE (4.3.8).

This commit defines a grammar for that language and implements a parser
for a large part of this grammar.
DeltaFile
+1,151-0openmp/runtime/unittests/Traits/TestOMPTraits.cpp
+1,072-0openmp/runtime/unittests/Traits/TestOMPTraitParser.cpp
+497-0openmp/runtime/src/kmp_traits.h
+423-0openmp/runtime/src/kmp_traits.cpp
+350-0openmp/runtime/unittests/Traits/TestOMPTraitLexer.cpp
+24-0openmp/runtime/unittests/Traits/MockOMP.cpp
+3,517-04 files not shown
+3,530-010 files

LLVM/project 4eea911llvm/lib/Target/AMDGPU SIISelLowering.h SIISelLowering.cpp, llvm/test/Analysis/CostModel/AMDGPU minimum.ll maximum.ll

[AMDGPU] Utilize Promote action for FMINIMUM/MAX f16 (#215678)

Utilize Promote action to convert f16 FMINIMUM/FMAXIMUM to use v2f16.
Custom lowering is no longer needed.

Support for Promote from scalar to vector was added in
https://github.com/llvm/llvm-project/pull/215042.

---------

Signed-off-by: John Lu <John.Lu at amd.com>
DeltaFile
+4-33llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+2-2llvm/test/Analysis/CostModel/AMDGPU/minimum.ll
+2-2llvm/test/Analysis/CostModel/AMDGPU/maximum.ll
+0-1llvm/lib/Target/AMDGPU/SIISelLowering.h
+8-384 files

LLVM/project 3a382b0llvm/lib/Target/SPIRV SPIRVNonSemanticDebugHandler.h SPIRVNonSemanticDebugHandler.cpp, llvm/test/CodeGen/SPIRV/debug-info debug-function-definition-call-before-alloca.ll debug-function-definition-calls.ll

Add support for NSDI DebugLine and DebugNoLine.
DeltaFile
+153-0llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
+82-0llvm/test/CodeGen/SPIRV/debug-info/debug-line.ll
+79-0llvm/test/CodeGen/SPIRV/debug-info/debug-no-line.ll
+32-0llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.h
+15-1llvm/test/CodeGen/SPIRV/debug-info/debug-function-definition-calls.ll
+2-0llvm/test/CodeGen/SPIRV/debug-info/debug-function-definition-call-before-alloca.ll
+363-11 files not shown
+364-17 files

LLVM/project 5d4f1f2llvm/test/CodeGen/X86 debug-spilled-snippet.mir, llvm/test/DebugInfo/AArch64 dbg-value-i8.ll

[DebugInfo] Do not stop after livedebugvars (#215169)

livedebugvars is an analysis. We can only -stop-after it inside the
LegacyPM due to how the LegacyPM schedules analyses. We cannot
stop-after it inside of the NewPM given analyses are dynamically
requested within each pass. Instead, just stop before the asm printer
given we're after the last livedebugvars analysis which happens pretty
late in the pipeline and it doesn't seem like there's a vastly better
spot.
DeltaFile
+2-2llvm/test/DebugInfo/X86/sdag-combine.ll
+2-2llvm/test/DebugInfo/X86/pr34545.ll
+2-2llvm/test/DebugInfo/X86/live-debug-vars-nodebug.ll
+1-1llvm/test/DebugInfo/MSP430/sdagsplit-1.ll
+1-1llvm/test/DebugInfo/AArch64/dbg-value-i8.ll
+1-1llvm/test/CodeGen/X86/debug-spilled-snippet.mir
+9-93 files not shown
+12-129 files

FreeBSD/ports 7e1abc7ports-mgmt/pkg Makefile distinfo

ports-mgmt/pkg: update to 2.8.4

Changes:
- fix 2 corner case null pointer deref
DeltaFile
+3-3ports-mgmt/pkg/distinfo
+1-1ports-mgmt/pkg/Makefile
+4-42 files

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

[CIR] Require every record member to specify its kind

The member kind list was optional, and an all-data list was canonicalized
to an absent one, so "nobody computed this" and "everything is data" had
the same spelling.  A producer that forgot to specify was assumed
correct.

The list is now required on both record types and the verifier demands
one kind per member.  Normalization is no longer needed and is removed.
A producer whose members all hold data says so with getAllDataKinds.
CIRGen has to compute a list too, so record lowering funnels every
appended field through addField and marks inserted padding as pad.

A data member still prints without a mark, and `data` is now accepted on
input so every kind can be written out.

Assisted-by: Cursor / claude-opus-5
DeltaFile
+70-35clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
+47-45clang/unittests/CIR/RecordMemberKindTest.cpp
+28-37clang/lib/CIR/Dialect/IR/CIRTypes.cpp
+19-22clang/include/clang/CIR/Dialect/IR/CIRTypes.td
+34-1clang/test/CIR/CodeGen/no-unique-address.cpp
+23-9clang/unittests/CIR/UnionTypeSizeTest.cpp
+221-14934 files not shown
+398-25140 files

LLVM/project 30e26d3clang/lib/CIR/CodeGen CMakeLists.txt TargetInfo.h, clang/lib/CIR/CodeGen/Targets AArch64.cpp

[CIR] Add AArch64TargetCIRGenInfo (#215424)

This adds an AArch64-specific implementation of TargetCIRGenInfo and
adds handlers for the functions that require AArch64-specific handling.
I've implemented the wouldInliningViolateFunctionCallABI function
(because that seemed easier than deciding when to report NYI), generated
an NYI error for isScalarizableAsmOperand in the one case where it needs
to do something other than forward the call to the based class, and
added MissingFeatures asserts for setTargetAttributes (because CIR
doesn't support the features it wants to add attributes for yet).

Assisted-by: Cursor / various models
DeltaFile
+119-0clang/lib/CIR/CodeGen/Targets/AArch64.cpp
+56-8clang/test/CodeGen/AArch64/sme-inline-callees-streaming-attrs.c
+16-0clang/test/CIR/CodeGen/aarch64-ls64-inline-asm-nyi.c
+6-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+3-0clang/lib/CIR/CodeGen/TargetInfo.h
+1-0clang/lib/CIR/CodeGen/CMakeLists.txt
+201-81 files not shown
+202-87 files

FreeNAS/freenas c3eb37esrc/middlewared/middlewared/plugins/container migrate.py, src/middlewared/middlewared/pytest/unit/plugins/container test_migrate_nic_mac.py

Fix nic mac
DeltaFile
+55-0src/middlewared/middlewared/pytest/unit/plugins/container/test_migrate_nic_mac.py
+28-4src/middlewared/middlewared/utils/libvirt/nic.py
+16-1src/middlewared/middlewared/plugins/container/migrate.py
+99-53 files

FreeNAS/freenas a0880d8src/middlewared/middlewared/migration 0021_usb_device_port.py, src/middlewared/middlewared/plugins/container migrate.py

Keep two USB devices from being pointed at one port

## Problem
The USB port migration resolved each stored bus and device number to the port currently holding it, but never checked whether another device was already pointing there. A row carrying a device number and a row that already named that port both ended up on it, and nothing downstream objects: the uniqueness check only runs when a device is created or updated. Which of the two rows won also depended on the order the rows happened to come back in.

## Solution
- **A claim ledger, scoped per instance.** Every row is resolved before anything is written, and rows that keep their stored value claim their port first, so a rename landing on a port another device of the same instance already holds is left alone and logged rather than applied. Scoping to the instance rather than the table is deliberate: two VMs configured for one dongle is valid config, they simply cannot both be running.
- **One udev scan for the whole run.** `usb_device_names_by_bus_and_devnum` builds the bus and device number map in a single pass, so every row is resolved against the same view of the machine instead of one scan per row.
- **A write that fails no longer takes the rest down with it.** A migration that raises is not recorded and starts over on the next boot, by which time the kernel has reissued the very device numbers the rows that did get written were resolved from.

Log lines now name the instance, so an admin reading them can tell which VM or container lost a device without going to the database for it.

`middlewared/utils/usb.py` goes too: it had no callers anywhere and was a second implementation of the naming scheme this work replaced, waiting for someone to wire it up.
DeltaFile
+129-20src/middlewared/middlewared/pytest/unit/migration/test_usb_device_port.py
+93-17src/middlewared/middlewared/migration/0021_usb_device_port.py
+0-40src/middlewared/middlewared/utils/usb.py
+22-15src/middlewared/middlewared/plugins/container/migrate.py
+12-9src/middlewared/middlewared/pytest/unit/plugins/container/test_migrate_usb.py
+256-1015 files

NetBSD/pkgsrc u0i9ijwdoc CHANGES-2026

   doc: Updated misc/ruby-sprockets to 4.3.0
VersionDeltaFile
1.5230+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc t8C2Sj4misc/ruby-sprockets distinfo Makefile

   misc/ruby-sprockets: update to 4.3.0

   4.3.0 (2026-08-12)

   * Fixed compatibility with json 3+.
   * Do not set variable GZip#mtime but do always set File#mtime. #821
VersionDeltaFile
1.28+4-5misc/ruby-sprockets/Makefile
1.25+4-4misc/ruby-sprockets/distinfo
+8-92 files

pkgng/pkgng e1d90eb. configure.def NEWS

Release 2.8.4
DeltaFile
+4-0NEWS
+1-1configure.def
+5-12 files

FreeBSD/ports 0d245c3devel/py-virtualenv Makefile distinfo

devel/py-virtualenv: Update to 21.7.4

ChangeLog:      https://github.com/pypa/virtualenv/releases/tag/21.7.4
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3devel/py-virtualenv/distinfo
+1-1devel/py-virtualenv/Makefile
+4-42 files

NetBSD/pkgsrc v4urGlwdoc CHANGES-2026

   doc: Updated lang/ruby-execjs to 2.10.2
VersionDeltaFile
1.5229+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sLAIgrmlang/ruby-execjs Makefile distinfo

   lang/ruby-execjs: update to 2.10.2

   2.10.2 (2026-08-12)

   What's Changed

   * fix: missing . in temp file which leads creating extensionless file by
     @tomocrafter in #146
   * Support JSON 3.x by @byroot in #150
VersionDeltaFile
1.19+4-4lang/ruby-execjs/distinfo
1.21+2-2lang/ruby-execjs/Makefile
+6-62 files

LLVM/project b37fffdclang/test/CIR/CodeGen atomic.c

[CIR][NFC] Add atomic compare-exchange runtime order test (#215722)

Add a test for `__atomic_compare_exchange_n` when both success and
failure memory orders are runtime values. Check the nested CIR switches
across every generated memory-order combination.

Partially addresses #156747.
DeltaFile
+198-0clang/test/CIR/CodeGen/atomic.c
+198-01 files

NetBSD/pkgsrc 6bZYrc2doc CHANGES-2026

   doc: Updated print/ruby-pdf-reader to 2.16.0nb1
VersionDeltaFile
1.5228+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NUuySo8print/ruby-pdf-reader Makefile

   print/ruby-pdf-reader: fix dependency

   No need to depend on ruby-rc4.

   Bump PKGREVISION.
VersionDeltaFile
1.36+2-2print/ruby-pdf-reader/Makefile
+2-21 files

LLVM/project 26286e7lld/MachO ICF.cpp

[lld][MachO][NFC] Move config->icfLevel dereference out of loops (#215407)
DeltaFile
+6-7lld/MachO/ICF.cpp
+6-71 files