LLVM/project 2bb0a9elibcxx/include shared_mutex tuple, libcxx/include/__atomic atomic_sync.h atomic_flag.h

[libc++][NFC] Change `_NOEXCEPT` to `noexcept` for components not in C++03 (#216948)
DeltaFile
+41-45libcxx/include/scoped_allocator
+28-29libcxx/include/__atomic/atomic.h
+21-21libcxx/include/tuple
+15-15libcxx/include/__atomic/atomic_sync.h
+15-15libcxx/include/__atomic/atomic_flag.h
+12-14libcxx/include/shared_mutex
+132-1396 files not shown
+150-16012 files

LLVM/project d4b67d6llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine scmp.ll

[InstCombine] Fold scmp(X, 0) to sext_or_trunc(X) when X is in [-1, 1] (#216046)

If `X` is known to be one of -1, 0 or 1 (via signed constant range
analysis), then `scmp(X, 0)` is equal to `X` itself, so it can be folded
to a sign-extension or truncation of `X` to the result type.

This handles cases where the range comes from argument attributes (e.g.
`range(i32 -1, 2)`) as well as ranges inferred from instructions (e.g.
`ashr X, 31` or `and X, 1`). For i1 operands the fold applies
unconditionally, since an i1 is always 0 or -1 when interpreted as
signed.

Alive2 proofs: https://alive2.llvm.org/ce/z/iRno8U

Fixes #215959
DeltaFile
+155-0llvm/test/Transforms/InstCombine/scmp.ll
+9-0llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+164-02 files

FreeBSD/ports 221859dastro/kstars Makefile

astro/kstars: IGNORE on i386

ld: error: failed to open kstars/kstars: Cannot allocate memory
DeltaFile
+3-0astro/kstars/Makefile
+3-01 files

LLVM/project c45f19elldb/include/lldb/ValueObject DILAST.h, lldb/source/ValueObject DILParser.cpp DILLexer.cpp

[lldb] Add comparison operators to DIL (#208832)

Add operators `==`, `!=`, `<`, `>`, `<=`, `>=` to DIL.
DeltaFile
+197-0lldb/source/ValueObject/DILEval.cpp
+174-0lldb/test/API/commands/frame/var-dil/expr/Comparison/TestFrameVarDILExprComparison.py
+42-12lldb/source/ValueObject/DILLexer.cpp
+51-2lldb/source/ValueObject/DILParser.cpp
+37-0lldb/test/API/commands/frame/var-dil/expr/Comparison/main.cpp
+15-4lldb/include/lldb/ValueObject/DILAST.h
+516-186 files not shown
+555-1912 files

LLVM/project d2d2ea3llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/X86 fp128-powi-strict.ll fp128-libcalls-strict.ll

RuntimeLibcalls: Stop providing __powitf2 on MSVCRT

MSVCRT does not provide the powi helpers, so gate the fp128 __powitf2 on
isNotOSMSVCRT alongside the f32/f64 __powisf2/__powidf2, instead of adding it
unconditionally. The unconditional add was a hack to satisfy a test that
expected a wrongly-typed powi call on windows-msvc.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+22-133llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
+67-0llvm/test/CodeGen/X86/fp128-powi-strict.ll
+2-4llvm/include/llvm/IR/RuntimeLibcalls.td
+91-1373 files

LLVM/project 5a4cfdellvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp, llvm/test/CodeGen/X86 freeze-binary.ll freeze-vector.ll

[DAG] Add computeKnownBits(FREEZE(X)) handling (#214095)

The patch mirrors `ComputeNumSignBits` handling from #161507.

Fixes #161642

AI Note: I've used Claude to help familiarize the repository and explain
several concepts with `SelectionDAG`. Additionally, I've used it to tidy
up code and help me with my workflow of building LLVM and understanding
the tools and commands, e.g. `llc` and `ninja`

EDIT: AI disclaimer
DeltaFile
+58-0llvm/test/CodeGen/X86/freeze-vector.ll
+6-2llvm/test/CodeGen/X86/freeze-binary.ll
+6-0llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+70-23 files

FreeBSD/ports e626011audio/zrythm Makefile

audio/zrythm: Switch to USES=kde

Differential:   D58578
Reviewed by:    adridg, arrowd, jhale

(cherry picked from commit 0be5316634c6df3fa759a88d73b449569e4a726f)
DeltaFile
+3-4audio/zrythm/Makefile
+3-41 files

FreeBSD/ports 8f279bdMk/Uses kde.mk

Uses/kde.mk: Reformat after latest change

(cherry picked from commit 15e1daf9d391f28f3af3c9336dbf0a3f9657a359)
DeltaFile
+66-66Mk/Uses/kde.mk
+66-661 files

FreeBSD/ports 22b7228Mk/Uses kde.mk

Uses/kde.mk: Use the latest KDE Frameworks if the version is omitted

Diffrential:    D58578
Reviewed by:    adridg, arrowd, jhale

(cherry picked from commit ee319c49617da1da49e5695aac0133743b2d93bc)
DeltaFile
+17-8Mk/Uses/kde.mk
+17-81 files

FreeBSD/ports 5db01aamultimedia/vlc distinfo Makefile, multimedia/vlc/files patch-src-network-udp.c patch-modules_gui_qt_qt6.pro

multimedia/vlc: Update to 3.0.23

- Allow to build with Qt 6 (experimental). Add general QT option and
  QT5/QT6 radio switch.
- Enable FRIBIDI by default (required by HARFBUZZ).
- Remove DEBUG from OPTIONS, respect WITH_DEBUG instead.
- Do not silence commands.

Release notes: https://code.videolan.org/videolan/vlc/-/tags/3.0.23

PR:             296939
Co-authored-by: Max Brazhnikov <makc at FreeBSD.org>
(cherry picked from commit 03699b0de7a3cd995d346a816674d6710a8f4603)
DeltaFile
+0-324multimedia/vlc/files/vlc-3.0.22-ffmpeg8.patch
+49-29multimedia/vlc/Makefile
+7-7multimedia/vlc/files/patch-modules_access_rdp.c
+13-0multimedia/vlc/files/patch-modules_gui_qt_qt6.pro
+3-3multimedia/vlc/distinfo
+2-2multimedia/vlc/files/patch-src-network-udp.c
+74-3652 files not shown
+77-3688 files

LLVM/project 86ab6d6llvm/include/llvm/Analysis ScalarEvolution.h, llvm/lib/Analysis ScalarEvolution.cpp

[SCEV] Print use-specific no-wrap flags (NFC). (#216663)

Add support for printing use-specific no-wrap flags.

Currently no in-tree user sets use-specific flags yet, hence the C++
based unit test.

PR: https://github.com/llvm/llvm-project/pull/216663
DeltaFile
+62-0llvm/unittests/Analysis/ScalarEvolutionTest.cpp
+18-20llvm/lib/Analysis/ScalarEvolution.cpp
+2-2llvm/include/llvm/Analysis/ScalarEvolution.h
+82-223 files

FreeBSD/ports 12486dfcomms/rtl-sdr distinfo pkg-plist

comms/rtl-sdr: Update 2.0.2 => 2.0.3

* Switch MASTER_SITES to static tarball from official site
* Clarify WWW; add 2-nd WWW for source code repository
* Add LICENSE_FILE
* Use localbase
* Pet portclippy(1) and portfmt(1)

Approved by:            martymac@ (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D58850
DeltaFile
+12-12comms/rtl-sdr/Makefile
+13-8comms/rtl-sdr/pkg-plist
+3-3comms/rtl-sdr/distinfo
+28-233 files

OPNSense/core 2648cccsrc/opnsense/mvc/app/library/OPNsense/Firewall Plugin.php

firewall: use outbound definition here too
DeltaFile
+1-1src/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php
+1-11 files

OPNSense/core 625eb73src/opnsense/mvc/app/library/OPNsense/Firewall Plugin.php

firewall: fix/align comments

See seem to have some overlap in our terminology.  No need to fix
this now but at least make the comments match the GUI.
DeltaFile
+5-5src/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php
+5-51 files

LLVM/project 6129e1fllvm/lib/Transforms/Utils CloneFunction.cpp

[Utils] Hoist ValueMapper out of per-instruction remap loops in CloneFunction (#216014)

Remapping heap-allocates a ~500-byte Mapper per call and the clone paths
call these once per instruction. Since every public ValueMapper method
flushes on exit, a single instance of ValueMapper is used per loop
reducing allocations from 500*N to 500 per loop.

This change was developed with AI assistance. I have reviewed, tested,
and understand it and take ownership of it.
DeltaFile
+19-24llvm/lib/Transforms/Utils/CloneFunction.cpp
+19-241 files

LLVM/project bb2c2f0llvm/lib/Analysis ValueTracking.cpp, llvm/lib/CodeGen/GlobalISel GISelValueTracking.cpp

[KnownFPClass] Infer signs of finite nonzero fdiv results (#214912)

The only time a non-zero finite result can be generated from `x / y` is
if both `x` and `y` are either normal or subnormal. I used this
information to rule out sign information in some cases, such as
`sqrt(x)`, which can either be `-0.0` or `positive`. This is useful for
`1.0 / sqrt(x)` since `1.0 / -0.0` will never generate a negative normal
or negative subnormal.

AI disclosure:
I used OpenAI Codex (ChatGPT 5.6 sol) to write update the test cases,
implement the changes, and enable the additional analysis passes for the
FDIV intrinsic

***

Background: 

I discovered that `1.0 / sqrt(x)` was not able to rule out the result

    [7 lines not shown]
DeltaFile
+82-0llvm/unittests/CodeGen/GlobalISel/KnownFPClassTest.cpp
+79-0llvm/test/Transforms/Attributor/nofpclass-inv-sqrt.ll
+17-10llvm/lib/Analysis/ValueTracking.cpp
+23-4llvm/test/Transforms/InstCombine/fptoui-of-fdiv.ll
+16-9llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp
+11-11llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
+228-341 files not shown
+240-347 files

Illumos/gate aff0053usr/src/data/ucode update.amd, usr/src/data/ucode/amd B110-00 B021-00

18328 Update AMD microcode to 20260724
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Reviewed by: Toomas Soome <tsoome at me.com>
Approved by: Robert Mustacchi <rm+illumos at fingolfin.org>
DeltaFile
+2-2usr/src/data/ucode/update.amd
+1-1usr/src/pkg/manifests/system-microcode-amd.p5m
+0-0usr/src/data/ucode/amd/B110-00
+0-0usr/src/data/ucode/amd/B021-00
+3-34 files

LLVM/project be9f102llvm/lib/Target/AArch64 AArch64SMEAttributes.h AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 sme-dynamic-tls.ll

[AArch64] Save more ZA state around TLS-descriptor calls (#216293)

Save agnostic ZA state and ZT0 state.
DeltaFile
+56-1llvm/test/CodeGen/AArch64/sme-dynamic-tls.ll
+20-15llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+4-0llvm/lib/Target/AArch64/AArch64SMEAttributes.h
+80-163 files

LLVM/project 99cc412llvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 sve-shift-trunc-combine.ll

[AArch64] Combine shift and truncate into deinterleave. (#216060)

This is an alternative approach to #213252, from which I've taken some
of the tests.

Co-authored-by: Jacob Crawley <jacob.crawley at arm.com>
DeltaFile
+162-0llvm/test/CodeGen/AArch64/sve-shift-trunc-combine.ll
+21-0llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+183-02 files

LLVM/project 962c55flldb/include/lldb/Target Process.h, lldb/unittests/ValueObject GetPointeeDataTest.cpp

[lldb][NFC] Fix GetPointeeDataTest after the ProcessAddress migration (#216978)

One unit-test override was missed when `Process::DoReadMemory` was
changed to accept `const ProcessAddress &`. `SentinelProcess` in
`GetPointeeDataTest.cpp` still uses `lldb::addr_t`, so the override does
not match, the mock remains abstract, and `check-lldb` fails to build.

Update the parameter type and the remaining stale `Process.h`
documentation. This is a quick NFC fix for the broken build.

## Testing

`check-lldb` builds successfully.
DeltaFile
+2-2lldb/include/lldb/Target/Process.h
+2-1lldb/unittests/ValueObject/GetPointeeDataTest.cpp
+4-32 files

LLVM/project 511757dllvm/lib/Target/SPIRV SPIRVPrepareFunctions.cpp, llvm/test/CodeGen/SPIRV/passes SPIRVPrepareFunctions.ll

[SPIR-V] Fix crash when a function pointer global is a use of a cloned function (#216638)

GlobalValue operands must be updated via replaceUsesOfWith, not
Constant::handleOperandChange, which doesn't support them

Fixes LCOMPILER-2616
DeltaFile
+24-0llvm/test/CodeGen/SPIRV/passes/SPIRVPrepareFunctions.ll
+4-7llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
+28-72 files

FreeBSD/ports e84f1d4deskutils/cairo-dock-plugins/files patch-weather_src_applet-config.c patch-weather_src_applet-load-icons.c

deskutils/cairo-dock-plugins: Add missing headers

Include missing math.h in a couple of c source files

PR:             296978
Reported by:    Ott Köstner <ottkostner at gmail.com>
Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
DeltaFile
+10-0deskutils/cairo-dock-plugins/files/patch-weather_src_applet-config.c
+10-0deskutils/cairo-dock-plugins/files/patch-weather_src_applet-load-icons.c
+20-02 files

NetBSD/pkgsrc utSfkRAdoc CHANGES-2026

   doc: Updated shells/nushell to 0.115.0
VersionDeltaFile
1.5360+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wCpk4EKshells/nushell Makefile cargo-depends.mk, shells/nushell/patches patch-.._vendor_mio-0.8.11_src_sys_unix_selector_kqueue.rs

   shells/nushell: update to 0.115.0

   This is the 0.115.0 release of Nushell.
   You can learn more about this release here:
   https://www.nushell.sh/blog/2026-08-15-nushell_v0_115_0.html
VersionDeltaFile
1.76+370-272shells/nushell/distinfo
1.66+122-89shells/nushell/cargo-depends.mk
1.92+2-2shells/nushell/Makefile
1.2+1-1shells/nushell/patches/patch-.._vendor_mio-0.8.11_src_sys_unix_selector_kqueue.rs
+495-3644 files

NetBSD/pkgsrc Y4aHq8Ydoc CHANGES-2026

   doc: Updated devel/gitpane to 0.12.0
VersionDeltaFile
1.5359+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QiaRPL8devel/gitpane cargo-depends.mk Makefile

   devel/gitpane: update to 0.12.0

   [0.12.0] - 2026-08-17
   Added

       p pulls and P pushes the selected repo or worktree from anywhere, lazygit-style, and the GitHub panel toggle moved from p to =. Modified keys (Ctrl/Alt combinations) never trigger the repo-mutating shortcuts, and the reserved-key documentation covers the new bindings. Thanks @expoli.
       Sleep-when-hidden now also applies outside tmux, superseding the v0.11.0 note that outside-tmux behavior was unchanged. With watch.sleep_when_hidden = true (the default), a session with no input for watch.doze_after_secs (default 120) drops to deep sleep: periodic polling, fetching, and watcher-driven refreshes all pause until the next input. Any deliberate input counts as presence (keys, mouse clicks and scrolls, paste, resize, focus changes), the idle timer wakes exactly once at the deadline instead of polling every 3 seconds, and the probe reports its state immediately on startup so a resumed session never sits stale. Thanks @expoli.

   Fixed

       Pull and push no longer hard-code origin. A branch with a configured upstream or push remote runs bare, so git's own config decides the destination, including renamed upstream branches; otherwise gitpane resolves the repo's real remote (origin when present, else the workspace's own remote, as in Gerrit and mirror setups). Submodule update-to-latest, GitHub owner/repo detection, and the review launcher's default-branch base follow the same resolution. Thanks @expoli.
       Quitting no longer hangs for tens of seconds while in-flight status queries drain on a large workspace. Mutating operations (pull, push, submodule updates) still complete before exit, with a status-bar notice and a second q as the force-quit escape, and a panic no longer reintroduces the hang or interrupts an in-flight pull mid-write. Thanks @expoli.
       Pasting no longer copies the clipboard content an extra time per paste event.
VersionDeltaFile
1.11+4-4devel/gitpane/distinfo
1.11+2-2devel/gitpane/Makefile
1.11+0-0devel/gitpane/cargo-depends.mk
+6-63 files

LLVM/project b13bb17llvm/test/CodeGen/AMDGPU amdgcn.bitcast.320bit.ll amdgcn.bitcast.768bit.ll

[AMDGPU][NFC] Add GFX13 run lines to bitcast tests
DeltaFile
+37,371-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+10,251-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+9,658-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+9,084-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+8,503-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+8,459-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.320bit.ll
+83,326-018 files not shown
+138,223-824 files

LLVM/project 9fbfaa1llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/X86 ldexp-avx512.ll fp80-math-no-libcall-error.ll

RuntimeLibcalls: Fix wrongly typed x87/fp128 long double libcalls on x86

The x86 and default libcall sets gated the l-suffixed long double libm
functions on OS conditions rather than the long double format. This
incorrectly provided the f80 libcalls on targets whose long double is not x87
(Windows-MSVC, UEFI, x86_64 Android), double-provided frexpl/ldexpl on musl,
and provided the fp128 sincosl on targets using double as long double (m68k).

Gate the l-suffixed libm math on the long double format, mirroring the earlier
AArch64 fix: x87 targets get the _f80 calls, fp128 targets the _f128 calls, and
double targets neither. The compiler-rt f80 helpers (__extendxftf2, __fixxfti,
__powixf2, ...) are keyed to the x86_fp80 IR type, not the long double format,
so they stay unconditional on x86.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+374-0llvm/test/CodeGen/X86/fp80-math-libcalls.ll
+0-359llvm/test/CodeGen/X86/finite-libcalls.ll
+146-0llvm/test/CodeGen/X86/fp80-conv-libcalls.ll
+92-0llvm/test/CodeGen/X86/fp80-math-no-libcall-error.ll
+44-17llvm/include/llvm/IR/RuntimeLibcalls.td
+11-6llvm/test/CodeGen/X86/ldexp-avx512.ll
+667-3822 files not shown
+681-3848 files

NetBSD/src qNYQpEdsys/dev/pci gffbreg.h

   moar registers
VersionDeltaFile
1.7+6-2sys/dev/pci/gffbreg.h
+6-21 files

LLVM/project b900a75llvm/test/Transforms/LoopVectorize scalable-lifetime.ll, llvm/test/Transforms/LoopVectorize/AArch64 type-shrinkage-zext-costs.ll sve-interleaved-masked-accesses.ll

[LV][NFC] Regenerate CHECK lines in some tests (#216728)
DeltaFile
+294-294llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
+141-141llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-masked-accesses.ll
+85-85llvm/test/Transforms/LoopVectorize/RISCV/interleaved-masked-access.ll
+61-61llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
+52-52llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
+633-6335 files