LLVM/project bcd8d0alldb/source/Host/windows Host.cpp

[lldb-dap][Windows] Retry call to CreateToolhelp32Snapshot (#215342)

`CreateToolhelp32Snapshot` reads a list of processes which is edited as
it's iterating it. This can cause it to fail with `ERROR_BAD_LENGTH`.
The documented fix is to retry until it succeeds:

> If the function fails with ERROR_BAD_LENGTH, retry the function until
it succeeds.


https://learn.microsoft.com/en-us/windows/win32/api/tlhelp32/nf-tlhelp32-createtoolhelp32snapshot

This should help fix flakyness with the `TestDAP_attach` test on
Windows.
DeltaFile
+25-12lldb/source/Host/windows/Host.cpp
+25-121 files

LLVM/project 9af4515lldb/source/Commands CommandObjectVersion.cpp, lldb/test/Shell/Commands command-version.test

[lldb] Print "version -v" keys in alphabetical order (#215305)

On https://github.com/llvm/llvm-project/pull/215074, they are building
lldb with LLVM_REVERSE_ITERATION enabled.

This caused lldb/test/Shell/Commands/command-version.test to fail
because the keys came out in a different order.

I could just fix the test by using CHECK-DAG instead, but I thought it
would be nice to print them in a fixed order instead.
Then you can compare between copies of lldb without having to sort them
first.

I've implemented that in the command as we don't seem to give any
ordering guarantee for StructuredData::Dictionary and likely don't want
to at this point.

Example output:
```

    [15 lines not shown]
DeltaFile
+24-17lldb/source/Commands/CommandObjectVersion.cpp
+2-1lldb/test/Shell/Commands/command-version.test
+26-182 files

LLVM/project 82227d1llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/RISCV sincos-expansion.ll llvm.sincos.ll

RuntimeLibcalls: Add sincos to the RISCV runtime libcall set (#215115)

Inspection of the glibc sources suggests this is generically
available, with the target variance being for long double support.
The set of library functions is a large historical mess I'm attempting
to untangle. The traditional system had a large set of defaulted calls,
but sincos was a case which was explicitly enabled, and I'm assuming
riscv just never got around to adding it. It will be easier to
reorganize the library functions if synthetic architectural glibc
variance is eliminated.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+136-0llvm/test/CodeGen/RISCV/llvm.sincos.ll
+16-24llvm/test/CodeGen/RISCV/sincos-expansion.ll
+1-0llvm/include/llvm/IR/RuntimeLibcalls.td
+153-243 files

LLVM/project 84616a3clang/lib/CodeGen CodeGenModule.cpp, llvm/include/llvm/IR Module.h

IR: Add Module::getLongDoubleFormat helper (#214943)

Add a helper function to return the effective long double type
for a module, accounting for the "long-double-type" module flag,
and defaulting to the triple's default.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+16-0llvm/lib/IR/Module.cpp
+12-0llvm/include/llvm/IR/Module.h
+2-6clang/lib/CodeGen/CodeGenModule.cpp
+30-63 files

LLVM/project 54ec0a3llvm/test/CodeGen/X86 pr215223.ll

[X86] Add test coverage for #215223 (#215502)

Most concerning is the different (poison) result on SSE2 targets, but
the failure for SimplifyDemandedBits to correctly do its thing for AVX+
is terrible as well.
DeltaFile
+73-0llvm/test/CodeGen/X86/pr215223.ll
+73-01 files

OPNSense/core 5dd550asrc/opnsense/mvc/app/views/layouts default.volt, src/opnsense/www/css opnsense-bootgrid-layout.css

ui: tabulator: Add _showMaximized() modal that can show a grid close to full screen (#10656)

* ui: tabulator: Add _showMaximized() modal that can show a grid close to full screen

* ui: tabulator: Add _showMaximized() modal, minor improvements

move html generation to javascript library, align model a bit differently and always stretch to page height to remove distractions while reading.
includes some smaller fixes for missing tooltips and "hanging" tooltips as well.

* Center the modal better

---------

Co-authored-by: Ad Schellevis <ad at opnsense.org>
DeltaFile
+83-3src/opnsense/www/js/opnsense_bootgrid.js
+25-0src/opnsense/www/css/opnsense-bootgrid-layout.css
+3-1src/opnsense/mvc/app/views/layouts/default.volt
+111-43 files

NetBSD/pkgsrc EpGAvwCdatabases/py-ldap3 Makefile PLIST

   py-ldap3: converted to wheel.mk
VersionDeltaFile
1.8+8-6databases/py-ldap3/PLIST
1.22+4-5databases/py-ldap3/Makefile
+12-112 files

LLVM/project 0597f3ellvm/lib/CodeGen/SelectionDAG LegalizeIntegerTypes.cpp, llvm/test/CodeGen/X86 xrint-no-libcall-error.ll

DAG: Gracefully diagnose missing lrint/llrint/lround/llround libcall (#215032)

Avoid hitting the fatal error in makeLibCall by emitting a diagnostic
if the library call is unsupported.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+28-0llvm/test/CodeGen/X86/xrint-no-libcall-error.ll
+13-3llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+41-32 files

FreeBSD/ports 6938e21math/openblas Makefile distinfo, math/openblas/files patch-interface__trsm.c

math/openblas: Update 0.3.33 => 0.3.34

Changelog:
https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.34

PR:             296886
Reported by:    Thibault Payet
Approved by:    Eijiro Shibusawa (maintainer)
DeltaFile
+0-30math/openblas/files/patch-interface__trsm.c
+3-3math/openblas/distinfo
+1-1math/openblas/Makefile
+4-343 files

FreeBSD/doc 86fc1fedocumentation/static/pgpkeys kfv.key, shared contrib-committers.adoc authors.adoc

Add new src committer (kfv)

Complete steps 1-4 as per Committer's Guide §7.1.

Reviewed by:    dteske, fuz
Approved by:    dteske (mentor), fuz (mentor)
Differential Revision: https://reviews.freebsd.org/D58699
DeltaFile
+95-0documentation/static/pgpkeys/kfv.key
+4-0website/data/en/news/news.toml
+4-0shared/authors.adoc
+1-0shared/contrib-committers.adoc
+104-04 files

FreeNAS/freenas 9f01288src/middlewared/middlewared/alembic/versions/26.0 2026-08-06_12-00_normalize_nic_mac.py, src/middlewared/middlewared/alembic/versions/27.0 2026-08-11_12-00_merge.py 2026-06-16_12-00_normalize_nic_mac.py

NAS-142104 / 27.0.0-BETA.1 / Reject and normalize non-colon NIC MAC addresses (by Qubad786) (#19493)

## Problem
The NIC `mac` field accepted dash-separated, no-separator and mixed
forms, but libvirt's `defineXML` only parses colon-separated MACs — so a
VM or container configured that way was accepted by the API and then
failed to start with an XML parse error. Existing installs can already
have such addresses stored.

## Solution
- **Colon-only validation.** The shared `MACAddress` type now matches
colon-separated hex only. It is anchored with `\Z` rather than `$`,
because Python's `$` also matches before a trailing newline and would
otherwise let through a value libvirt still cannot parse.
- **Lowercase normalization.** MAC addresses are case-insensitive, but
every comparison we make against one is a plain string compare, so an
uppercase spelling was a distinct value to the per-instance duplicate
check. The type now lowercases, and `device_uniqueness_check` case-folds
the NIC identity so rows written before this still compare correctly.

    [13 lines not shown]
DeltaFile
+67-0src/middlewared/middlewared/alembic/versions/26.0/2026-08-06_12-00_normalize_nic_mac.py
+4-45src/middlewared/middlewared/alembic/versions/27.0/2026-06-16_12-00_normalize_nic_mac.py
+15-9src/middlewared/middlewared/pytest/unit/api/base/types/test_mac_address.py
+24-0src/middlewared/middlewared/pytest/unit/plugins/test_libvirt_device_uniqueness.py
+21-0src/middlewared/middlewared/alembic/versions/27.0/2026-08-11_12-00_merge.py
+6-2src/middlewared/middlewared/api/base/types/network.py
+137-563 files not shown
+144-619 files

NetBSD/pkgsrc 11BVQoXdoc CHANGES-2026

   Updated sysutils/ansible-core, textproc/py-guessit, www/py-pylint-django
VersionDeltaFile
1.5155+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc RXXCRqtwww/py-pylint-django PLIST distinfo

   py-pylint-django: updated to 2.8.0

   2.8.0

   New checks

   Added format-html-interpolation (W5150) and mark-safe-interpolation (W5151) checks which warn when the format string of format_html() / format_html_join() or the argument of mark_safe() is built with an f-string, str.format(), %-formatting or + concatenation. Such values bypass Django's HTML escaping; pass them as arguments instead.
VersionDeltaFile
1.39+4-4www/py-pylint-django/distinfo
1.38+4-4www/py-pylint-django/Makefile
1.22+5-1www/py-pylint-django/PLIST
+13-93 files

LLVM/project 3f0dceallvm/lib/Transforms/Scalar InferAddressSpaces.cpp, llvm/test/Transforms/InferAddressSpaces/AMDGPU phi-cycle-uninitialized-addrspace.ll

[InferAddressSpaces] Lower stuck uninitialized values to flat before rewriting
DeltaFile
+151-0llvm/test/Transforms/InferAddressSpaces/AMDGPU/phi-cycle-uninitialized-addrspace.ll
+64-25llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
+215-252 files

FreeBSD/ports 5e9f2f1www/nextcloud-news Makefile distinfo

www/nextcloud-news: Update to 28.7.0
DeltaFile
+3-3www/nextcloud-news/distinfo
+1-1www/nextcloud-news/Makefile
+4-42 files

LLVM/project 1e739e9flang/include/flang/Optimizer/CodeGen Target.h, flang/lib/Optimizer/CodeGen Target.cpp TargetRewrite.cpp

[flang][AArch64] Pass large BIND(C) VALUE derived types indirectly

AAPCS64 "Parameter passing rules" B.4 states: "If the argument type is a
Composite Type that is larger than 16 bytes, then the argument is copied to
memory allocated by the caller and the argument is replaced by a pointer to
the copy." Flang instead marked such an argument byval, which lets the target
lower it as a by-value aggregate placed in the argument stack area, so it
consumed no register. A C function that follows the standard expects a pointer
in that register, so the arguments no longer lined up and the callee read the
wrong value.

Add an indirect attribute to the argument marshalling and use it on AArch64
for records that are too large to be passed in registers. Like byval it makes
the caller copy the value into a temporary and pass its address, but it does
not attach the byval attribute to the argument. Records of 16 bytes or less,
records passed on the stack because no register is left, and records returned
by value are unchanged.

Co-Authored-By: Claude Opus 5 (1M context) <noreply at anthropic.com>
DeltaFile
+21-17flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
+29-3flang/lib/Optimizer/CodeGen/Target.cpp
+30-0flang/test/Fir/struct-passing-aarch64-indirect.fir
+12-2flang/include/flang/Optimizer/CodeGen/Target.h
+12-1flang/test/Fir/struct-passing-aarch64-byval.fir
+104-235 files

LLVM/project 14e8b98llvm/lib/Transforms/InstCombine InstCombineLoadStoreAlloca.cpp, llvm/test/Transforms/InstCombine storemerge-access-group.ll

[InstCombine] Preserve access groups in mergeStoreIntoSuccessor (#214509)

mergeStoreIntoSuccessor builds a fresh StoreInst and copies only
AAMDNodes, so !llvm.access.group is dropped even when both original
stores carry the same group.

llvm.loop.parallel_accesses is all-or-nothing: isAnnotatedParallel()
requires every memory operation in the loop to be a member, so one
untagged store de-parallelises the whole loop and LoopVectorize can
refuse a loop that is parallel by construction.
DeltaFile
+77-0llvm/test/Transforms/InstCombine/storemerge-access-group.ll
+5-0llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
+82-02 files

NetBSD/pkgsrc YxzWbBwmail/rspamd distinfo, mail/rspamd/patches patch-src_libutil_fpconv__format.c

   rspamd: Fix build on systems where MIN/MAX aren't in scope.
VersionDeltaFile
1.1+20-0mail/rspamd/patches/patch-src_libutil_fpconv__format.c
1.78+2-1mail/rspamd/distinfo
+22-12 files

LLVM/project 011828ellvm/tools/libCASPluginTest CMakeLists.txt

[CMake][CAS] Do not export CASPluginTest from the install tree (#215292)

`CASPluginTest` is a unit-test plugin, but it ends up in the installed
`LLVMExports.cmake` and in `LLVM_AVAILABLE_LIBS`.
Installs that don't ship `libCASPluginTest` then fail every
`find_package(LLVM)` with a `FATAL_ERROR`, so nothing out-of-tree can
configure against them.

`BUILDTREE_ONLY` limits the plugin to the build-tree export set. The CAS
unit tests load it by a path relative to the test executable, so they
keep working.

This is a follow-up to #213331.
Regression found in [Out-of-Tree CI
builds](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions/runs/31229501194/job/93030341651)
of KhronosGroup/SPIRV-LLVM-Translator:
```
CMake Error at /usr/lib/llvm-24/lib/cmake/llvm/LLVMExports.cmake:1944 (message):
  The imported target "CASPluginTest" references the file

    [6 lines not shown]
DeltaFile
+2-1llvm/tools/libCASPluginTest/CMakeLists.txt
+2-11 files

LLVM/project 515863cllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel load-zero-and-sign-extending-uniform.ll load-zero-and-sign-extending-uniform-in-vgpr.ll

AMDGPU/GlobalISel: RegBankLegalize rules for uniform i16 extending loads (#214267)

Extending loads, i8 to i16, are legal on targets with true16.
Note: there is potentially a missing rule for uniform P4 when target
usesTrue16 and hasSMRDSmall but MMO does not satisfy isUL. Wasn't able
to construct an LLVM-IR test for this case, leaving it unsupported.
DeltaFile
+122-0llvm/test/CodeGen/AMDGPU/GlobalISel/load-zero-and-sign-extending-uniform-in-vgpr.ll
+116-0llvm/test/CodeGen/AMDGPU/GlobalISel/load-zero-and-sign-extending-uniform.ll
+6-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+244-03 files

OPNSense/core b3a2747src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api DNatController.php

Ensure getDescription() is called for fields
DeltaFile
+9-3src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/DNatController.php
+9-31 files

NetBSD/pkgsrc ZUweOdmtextproc/py-guessit Makefile distinfo

   py-guessit: updated to 4.4.0

   4.4.0 (2026-07-31)

   Bug Fixes

   - **other**: Anchor the complete marker on a token boundary

   Features

   - **other**: Read the French INTEGRALE as a complete run
   - **type**: Let a complete series outweigh the year
   - **type**: Type a yearless complete run as an episode
VersionDeltaFile
1.12+11-4textproc/py-guessit/PLIST
1.13+4-4textproc/py-guessit/distinfo
1.16+2-2textproc/py-guessit/Makefile
+17-103 files

NetBSD/pkgsrc GbHTo4Hsysutils/ansible-core Makefile distinfo

   ansible-core: updated to 2.21.3

   v2.21.3

   Bugfixes

   - Add deprecation status to the tree and oneline callback DOCUMENTATION. (https://github.com/ansible/ansible/issues/87020)
   - ansible-galaxy - Fix attempting to download the collection again if the response from the server is shorter than expected, instead of failing due to the mismatched artifact hash on the first attempt. (https://github.com/ansible/ansible/pull/86025)
   - ansible-test - Fix target filtering to preserve user-specified versions that are not in the completion configuration.
   - collection loader - Fix the collection loader logic to correctly return Python module when calling ``pkgutil.iter_modules`` with a package that is inside a collection path and contains compiled Python extension modules.
   - powershell exec_wrapper - fix handling when multiple pwsh executables match by selecting the first result (https://github.com/ansible/ansible/issues/87228).
   - rpm_key - ensure a trailing newline is present on PGP armor data before passing it to librpm for parsing, fixing failures on systems where ``pgpParsePkts`` requires it (https://github.com/ansible/ansible/issues/87303).
VersionDeltaFile
1.55+4-4sysutils/ansible-core/distinfo
1.64+2-2sysutils/ansible-core/Makefile
+6-62 files

FreeBSD/ports 33c5f1dsecurity/vuxml/vuln 2026.xml

security/vuxml: Document OpenSSH vulnerabilities
DeltaFile
+36-0security/vuxml/vuln/2026.xml
+36-01 files

OPNSense/core ded2e78src/opnsense/www/js/widgets Services.js

system: service widget based on community feedback; closes #10553

Tiles are still there but markup is more "native" to the dashboard.
Header is back.  The columns have a bigger minimum size.

ACKed by a few people in the issue.  Likely not the end result,
but progress.
DeltaFile
+14-9src/opnsense/www/js/widgets/Services.js
+14-91 files

LLVM/project 09ceea0llvm/lib/CodeGen/SelectionDAG SelectionDAGBuilder.cpp TargetLowering.cpp, llvm/lib/Target/AArch64 AArch64TargetTransformInfo.cpp AArch64ISelLowering.cpp

[SDAG] Add basic type legalization for experimental.vector.match (#213344)

This adds a new `ISD::VECTOR_MATCH` opcode that corresponds to the
`experimental.vector.match` intrinsic and implements basic type
legalization.

Right now, this does not support many more cases than the existing
lowering. A follow up patch will handle supporting needle sizes <= the
maximum size without falling back to expansion on AArch64.

Assisted-by: Codex
DeltaFile
+88-202llvm/test/CodeGen/AArch64/intrinsic-vector-match-sve2.ll
+136-0llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+39-36llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+45-0llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+24-12llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+1-23llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+333-27311 files not shown
+401-29217 files

OpenBSD/ports Drcr5jWemulators/citra Makefile

   tweak comment
VersionDeltaFile
1.43+1-1emulators/citra/Makefile
+1-11 files

OpenBSD/ports W6W5rq7emulators/citra Makefile, emulators/citra/patches patch-externals_dynarmic_externals_mcl_include_mcl_mp_typelist_lift_sequence_hpp

   fix citra with llvm-22, from Brad
VersionDeltaFile
1.42+10-11emulators/citra/Makefile
1.1+16-0emulators/citra/patches/patch-externals_dynarmic_externals_mcl_include_mcl_mp_typelist_lift_sequence_hpp
+26-112 files

OpenBSD/ports hl41m8gtextproc/libebml/patches patch-CMakeLists_txt

   missed rm, spotted by Brad
VersionDeltaFile
1.7+0-0textproc/libebml/patches/patch-CMakeLists_txt
+0-01 files

OpenBSD/ports b6r6cS0devel/libnfs/patches patch-include_nfsc_libnfs_h

   rm empty patch, spotted by Brad
VersionDeltaFile
1.7+0-0devel/libnfs/patches/patch-include_nfsc_libnfs_h
+0-01 files