LLVM/project 94b9314llvm/lib/Target/AMDGPU GCNProcessors.td AMDGPU.td, llvm/test/Object/AMDGPU elf-header-flags-mach.yaml

[AMDGPU] Define gfx1250-strict target
DeltaFile
+30-0llvm/lib/Target/AMDGPU/AMDGPU.td
+9-0llvm/test/tools/llvm-readobj/ELF/AMDGPU/elf-headers.test
+7-0llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml
+6-0llvm/lib/Target/AMDGPU/GCNProcessors.td
+5-0llvm/unittests/TargetParser/TargetParserTest.cpp
+5-0llvm/test/tools/llvm-objdump/ELF/AMDGPU/subtarget.ll
+62-013 files not shown
+85-219 files

LLVM/project 3439b12libc/src/__support/OSUtil/linux/syscall_wrappers clock_getres.h, libc/src/time clock_getcpuclockid.h

[libc] Implement clock_getcpuclockid on Linux. (#218531)

Implement `clock_getcpuclockid` POSIX function by mimicking the Linux
kernel conversion of pid_t to the clockid_t, and validating the result /
permissions with `clock_getres` syscall. Add the corresponding syscall
wrapper for the latter.
DeltaFile
+57-0libc/test/src/time/clock_getcpuclockid_test.cpp
+49-0libc/src/__support/OSUtil/linux/syscall_wrappers/clock_getres.h
+43-0libc/src/time/linux/clock_getcpuclockid.cpp
+27-0libc/src/time/clock_getcpuclockid.h
+17-0libc/test/src/time/CMakeLists.txt
+14-0libc/src/time/linux/CMakeLists.txt
+207-08 files not shown
+243-114 files

LLVM/project 286c82fmlir/include/mlir/Dialect/LLVMIR ROCDLOps.td, mlir/test/Conversion/AMDGPUToROCDL dot-gfx9.mlir wmma-gfx12.mlir

[mlir][ROCDL] Enable useStrictPropertiesInAssemblyFormat (#216813)

**Migration note:** Separate out inherent and discardable attributes
on your `rocdl.*` operations and put a `<>` around the inherent ones.

This commit adds `prop-dict` clauses to all the ROCDL-dialect
operations that have inherent attributes but don't have better syntax
for them.

I looked at creating better syntaxes here, but these are fairly
low-level operations and it was hard to put together comma-separated
lists of optional arguments in tablegen. So I've gone with the rather
straightforward and consistent fix of adding in `prop-dict`s.

AI note: Claude did the changes here, I reviewed the designs.

Co-Authored-By: Claude Opus 5 (1M context) <noreply at anthropic.com>

---

    [5 lines not shown]
DeltaFile
+60-60mlir/test/Target/LLVMIR/rocdl.mlir
+48-48mlir/test/Dialect/LLVMIR/rocdl.mlir
+37-37mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
+6-6mlir/test/Conversion/AMDGPUToROCDL/wmma-gfx12.mlir
+6-6mlir/test/Conversion/AMDGPUToROCDL/wmma-gfx11.mlir
+3-3mlir/test/Conversion/AMDGPUToROCDL/dot-gfx9.mlir
+160-1604 files not shown
+167-16610 files

FreeBSD/ports 3d54abegames/xblast Makefile

games/xblast: Update maintainer email

Main email box has been moved.

PR:             297875
Sponsored by:   UNIS Labs
DeltaFile
+1-1games/xblast/Makefile
+1-11 files

FreeBSD/src 9496457share/mk bsd.init.mk

bsd.init.mk: always define _gid when MK_INSTALL_AS_USER is set

A recent commit started to use _uid and _gid in <bsd.dirs.mk> to
mangle the user and group for newly installed directories when
MK_INSTALL_AS_USER is set.  However, _gid was previously only set
when _uid was not 0, causing the group to be set to the empty
string.

Set _uid and _gid together to avoid this problem.

Fixes:          541e6e2d516b6c9d3681b24464e9ef53c1f2579a
PR:             297841
Reviewed by:    emaste, imp
Reported by:    Ralph Zitz <ralph at zitz.dk>
Differential Revision: https://reviews.freebsd.org/D59150
DeltaFile
+1-1share/mk/bsd.init.mk
+1-11 files

FreeBSD/ports f4753fddevel/glab-tui Makefile Makefile.crates

devel/glab-tui: Update to 0.9.0
DeltaFile
+9-5devel/glab-tui/distinfo
+3-1devel/glab-tui/Makefile.crates
+1-1devel/glab-tui/Makefile
+13-73 files

FreeBSD/ports 7efbacanet/cliproxyapi Makefile distinfo

net/cliproxyapi: Update to 7.2.120
DeltaFile
+5-5net/cliproxyapi/distinfo
+1-1net/cliproxyapi/Makefile
+6-62 files

FreeBSD/ports 9a0eef0net/croc Makefile distinfo

net/croc: Update to 11.2.5

Upstream now requires Go 1.27, so pin go:1.27.
DeltaFile
+5-5net/croc/distinfo
+2-2net/croc/Makefile
+7-72 files

LLVM/project ac4740bllvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU GCNProcessors.td AMDGPU.td

[AMDGPU] Define gfx1250-strict target
DeltaFile
+30-0llvm/lib/Target/AMDGPU/AMDGPU.td
+13-0llvm/docs/AMDGPUUsage.rst
+9-0llvm/test/tools/llvm-readobj/ELF/AMDGPU/elf-headers.test
+7-0llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml
+6-0llvm/lib/Target/AMDGPU/GCNProcessors.td
+5-0llvm/unittests/TargetParser/TargetParserTest.cpp
+70-013 files not shown
+97-219 files

FreeNAS/freenas a93b7b0src/middlewared/middlewared/alembic/versions/26.0 2026-08-24_12-00_remove_tier_oneshot_alerts.py, src/middlewared/middlewared/alembic/versions/27.0 2026-08-24_22-22_merge.py

Make ZFS tier alerts normal alerts
DeltaFile
+0-410tests/unit/test_zfs_tier_alert_source.py
+324-0tests/api2/zfs_tier/test_alerts.py
+122-199src/middlewared/middlewared/alert/source/zfs_tier.py
+26-0src/middlewared/middlewared/alembic/versions/26.0/2026-08-24_12-00_remove_tier_oneshot_alerts.py
+24-0src/middlewared/middlewared/alembic/versions/27.0/2026-08-24_22-22_merge.py
+4-1src/middlewared/middlewared/plugins/zfs/tier.py
+500-6106 files

LLVM/project 7e5cfd1mlir/include/mlir/Dialect/LLVMIR ROCDLOps.td, mlir/test/Conversion/AMDGPUToROCDL dot-gfx9.mlir wmma-gfx12.mlir

[mlir][ROCDL] Enable useStrictPropertiesInAssemblyFormat

**Migration note:** Separate out inherent and discardable attributes
on your `rocdl.*` operations and put a `<>` around the inherent ones.

This commit adds `prop-dict` clauses to all the ROCDL-dialect
operations that have inherent attributes but don't have better syntax
for them.

I looked at creating better syntaxes here, but these are fairly
low-level operations and it was hard to put together comma-separated
lists of optional arguments in tablegen. So I've gone with the rather
straightforward and consistent fix of adding in `prop-dict`s.

AI note: Claude did the changes here, I reviewed the designs.

Co-Authored-By: Claude Opus 5 (1M context) <noreply at anthropic.com>
DeltaFile
+60-60mlir/test/Target/LLVMIR/rocdl.mlir
+48-48mlir/test/Dialect/LLVMIR/rocdl.mlir
+37-37mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
+6-6mlir/test/Conversion/AMDGPUToROCDL/wmma-gfx12.mlir
+6-6mlir/test/Conversion/AMDGPUToROCDL/wmma-gfx11.mlir
+3-3mlir/test/Conversion/AMDGPUToROCDL/dot-gfx9.mlir
+160-1604 files not shown
+167-16610 files

LLVM/project efdc2a3llvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU GCNProcessors.td AMDGPU.td

[AMDGPU] Define gfx1250-strict target
DeltaFile
+30-0llvm/lib/Target/AMDGPU/AMDGPU.td
+13-0llvm/docs/AMDGPUUsage.rst
+9-0llvm/test/tools/llvm-readobj/ELF/AMDGPU/elf-headers.test
+7-0llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml
+6-0llvm/lib/Target/AMDGPU/GCNProcessors.td
+5-0llvm/unittests/TargetParser/TargetParserTest.cpp
+70-013 files not shown
+97-219 files

LLVM/project 80dfaecmlir/include/mlir/Dialect/AMDGPU/IR AMDGPUOps.td, mlir/test/Conversion/AMDGPUToROCDL amdgpu-to-rocdl.mlir mfma.mlir

[mlir][AMDGPU] Enable useStrictPropertiesInAssemblyFormat (#216812)

This is part of the migration to keeping inherent and discardable
attributes separate touched.

**Migration note:** this'll change the syntax of a bunch of `amdgpu`
dialect ops to keep inherent attributes out of the `attr-dict`.

Syntax changes:

1. Operations like the dpp operations have had their inherent operands
turned into oilists that use `name(value)` syntax, such as
`bound_ctrl(false)`, which also leads to the elision of default
values.
2. Buffer operations now use `boundsCheck(true/false)` before the main
operation (keeping the visibility from the old attr-dict) and have
moved to `sgprOffset(%offset)` and `indexOffset(constant)` as optional
syntax alements after the main specification.
3. WMMA operations also now have the same `attribute[(value)]` element

    [24 lines not shown]
DeltaFile
+59-59mlir/test/Dialect/AMDGPU/ops.mlir
+69-20mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPUOps.td
+39-39mlir/test/Conversion/AMDGPUToROCDL/mfma.mlir
+32-32mlir/test/Dialect/AMDGPU/invalid.mlir
+25-25mlir/test/Conversion/AMDGPUToROCDL/amdgpu-to-rocdl.mlir
+20-20mlir/test/Dialect/AMDGPU/amdgpu-emulate-atomics.mlir
+244-19518 files not shown
+411-36124 files

FreeNAS/freenas 92aa44asrc/middlewared/middlewared/alembic/versions/26.0 2026-08-24_12-00_remove_tier_oneshot_alerts.py, src/middlewared/middlewared/alembic/versions/27.0 2026-08-24_22-22_merge.py

Make ZFS tier alerts normal alerts
DeltaFile
+0-410tests/unit/test_zfs_tier_alert_source.py
+332-0tests/api2/zfs_tier/test_alerts.py
+122-199src/middlewared/middlewared/alert/source/zfs_tier.py
+26-0src/middlewared/middlewared/alembic/versions/26.0/2026-08-24_12-00_remove_tier_oneshot_alerts.py
+24-0src/middlewared/middlewared/alembic/versions/27.0/2026-08-24_22-22_merge.py
+4-1src/middlewared/middlewared/plugins/zfs/tier.py
+508-6106 files

LLVM/project 995916cutils/bazel/llvm-project-overlay/llvm config.bzl BUILD.bazel

[Bazel] Configure ARMv7 as the native target (#218185)

Configure the Linux ARMv7 platform to use LLVM’s ARM native target and
the toolchain’s ARMv7 triple, matching CMake and avoiding x86-64
fallback for the default target.
DeltaFile
+9-0utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+1-0utils/bazel/llvm-project-overlay/llvm/config.bzl
+10-02 files

LLVM/project 570be4dutils/bazel/llvm-project-overlay/llvm config.bzl

[Bazel] Enable LLVM threading on Windows (#218183)

LLVM_ENABLE_THREADS defaults to ON in CMake and is disabled only on
non-Windows systems without pthread support.

The Bazel overlay omitted the macro on Windows, causing Support, ORC,
JITLink, and parallel algorithms to compile their disabled paths.
DeltaFile
+1-0utils/bazel/llvm-project-overlay/llvm/config.bzl
+1-01 files

LLVM/project 8c8e24butils/bazel .bazelrc

[Bazel] Match LLVM MSVC conformance flags (#218187)

Port the MSVC conformance flags from CMake to Bazel, preserving the same
split between MSVC and clang-cl. This keeps both build systems aligned
and ensures LLVM uses consistent C++ language and preprocessor behavior
on Windows.
DeltaFile
+15-0utils/bazel/.bazelrc
+15-01 files

LLVM/project 93377d7lldb/bindings interfaces.swig macros.swig, lldb/bindings/python python-typemaps.swig

[lldb] Fix SBStructuredData::GetStringValue method (#216875)

In python the method's signature is
```py
class SBStructuredData:
    def GetStringValue(self, dst_len: int) -> str:
        # returns the str up to the `dst_len`
```
There is no way from python to get the total data from GetStringValue
regardless of how many times you call GetStringValue.

Update the implementation
```py
    def GetStringValue(self, len: int = 0) -> str:
        # always returns everything regardless of the value of `len` (for api compatibility).
```

Fixes crash when input is None in `SBStructuredData.SetStringValue`
Don't trim the result when called with the `dynamic` property.
DeltaFile
+31-15lldb/bindings/python/python-typemaps.swig
+27-2lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
+24-0lldb/bindings/macros.swig
+10-6lldb/include/lldb/Core/StructuredDataImpl.h
+2-2lldb/tools/lldb-dap/LLDBUtils.cpp
+3-0lldb/bindings/interfaces.swig
+97-253 files not shown
+100-299 files

NetBSD/pkgsrc-wip 2408ea5rocq TODO

rocq: Add references to recent CVEs
DeltaFile
+2-0rocq/TODO
+2-01 files

NetBSD/pkgsrc-wip 70cb3ffllama.cpp TODO

llama.cpp: Add references to recent CVEs
DeltaFile
+1-1llama.cpp/TODO
+1-11 files

NetBSD/pkgsrc-wip 945cbc4act TODO

act: Add references to recent CVEs
DeltaFile
+1-1act/TODO
+1-11 files

LLVM/project c5cd06eutils/bazel/llvm-project-overlay/llvm config.bzl

[Bazel] Use .dylib for macOS configured library suffixes (#218184)

Use .dylib for macOS library and plugin suffixes, matching CMake, GN,
and Bazel’s existing macOS plugin output while leaving other platforms
unchanged.
DeltaFile
+9-4utils/bazel/llvm-project-overlay/llvm/config.bzl
+9-41 files

LLVM/project f61a4cautils/bazel/llvm-project-overlay/llvm config.bzl, utils/bazel/llvm-project-overlay/llvm/include/llvm/Config config.h

[Bazel] Prefer forward slashes for MinGW builds (#218181)

Match CMake by enabling forward-slash paths for MinGW while preserving
the existing behavior for MSVC, clang-cl, and non-Windows platforms.
DeltaFile
+6-1utils/bazel/llvm-project-overlay/llvm/config.bzl
+1-1utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
+7-22 files

LLVM/project d78344eutils/bazel/llvm-project-overlay/llvm BUILD.bazel

[Bazel] Fix the PPC64LE platform constraint (#218180)

Use Bazel’s dedicated ppc64le constraint for the Linux PPC64LE platform,
preventing it from incorrectly matching 32-bit PPC configurations.
DeltaFile
+1-1utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+1-11 files

LLVM/project fb43136clang/docs ReleaseNotes.md, clang/lib/Driver/ToolChains Clang.cpp

[Android][Driver] Enable PAC/BTI for Android by Default (#218066)

We enabled PAC and BTI by default in the Android Ecosystem so it makes
sense to set it as the default for Android in the Clang driver. This
change will make sure anyone compiling for Android (like through NDK)
automatically gets PAC/BTI. It should not cause issues with older
Android devices since they become nops.

Fixes: https://github.com/android/ndk/issues/1914
DeltaFile
+12-0clang/test/Driver/aarch64-security-options.c
+3-2clang/lib/Driver/ToolChains/Clang.cpp
+2-0clang/docs/ReleaseNotes.md
+17-23 files

NetBSD/pkgsrc u0lfNScdoc CHANGES-2026 TODO

   doc: Updated meta-pkgs/bulk-test-go to 20260825
VersionDeltaFile
1.27819+2-3doc/TODO
1.5510+2-1doc/CHANGES-2026
+4-42 files

NetBSD/pkgsrc azIf2bVmeta-pkgs/bulk-test-go Makefile

   bulk-test-go: remove go-wire, gone

   Bump version.
VersionDeltaFile
1.16+2-3meta-pkgs/bulk-test-go/Makefile
+2-31 files

LLVM/project a4f0bcamlir/test/Dialect/Vector vector-unroll-options.mlir

[mlir][vector] Fix multi-reduction unroll test after #217288 (#218523)

This fixes a buildbot break. Test-only change.

`mlir/test/Dialect/Vector/vector-unroll-options.mlir` is failing on
main:

```
check:878'1  error: no match found in search range
check:878'2  pattern attempts to capture variables: "E0"
```

#217288 switched `vector.extract_strided_slice` and
`vector.insert_strided_slice` to the strict property assembly format,
which
prints `offsets`/`sizes`/`strides` without enclosing braces:

```
- vector.extract_strided_slice %v {offsets = [0, 0, 0], sizes = [1, 2, 2], strides = [1, 1, 1]} : ...

    [18 lines not shown]
DeltaFile
+8-8mlir/test/Dialect/Vector/vector-unroll-options.mlir
+8-81 files

OpenBSD/ports 92HZd3osysutils/gitlab-cli Makefile modules.inc, sysutils/gitlab-cli/pkg PLIST

   update to gitlab-cli 1.114.0
VersionDeltaFile
1.50+100-88sysutils/gitlab-cli/distinfo
1.37+33-27sysutils/gitlab-cli/modules.inc
1.32+8-0sysutils/gitlab-cli/pkg/PLIST
1.51+1-1sysutils/gitlab-cli/Makefile
+142-1164 files

FreeBSD/ports 617253fwww/firefox Makefile distinfo

www/firefox: update to 154.0.1 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/154.0.1/releasenotes/

(cherry picked from commit 362e7c4cd6b5ae4cc1d0f46240c650b551d8011b)
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files