LLVM/project 5ca6f7ellvm/include/llvm/ProfileData SampleProfWriter.h SampleProfReader.h, llvm/unittests/ProfileData SampleProfTest.cpp

[ProfileData] Remove OnDiskMode from SecFuncOffsetTable (#215876)

This patch removes code related to OnDiskMode on both the reader and
writer sides.

Originally, I was going to use OnDiskChainedHashTable in
SecFuncOffsetTable, but I have decided to go with Eytzinger-based
tables.  Note that we have never deployed OnDiskChainedHashTable-based
SecFuncOffsetTable.

RFC:
https://discourse.llvm.org/t/rfc-faster-sample-profile-loading/90957/8

Assisted-by: Antigravity
DeltaFile
+0-83llvm/unittests/ProfileData/SampleProfTest.cpp
+7-74llvm/include/llvm/ProfileData/SampleProfReader.h
+0-47llvm/include/llvm/ProfileData/SampleProfWriter.h
+7-2043 files

FreeBSD/ports 802f932sysutils/cpu-microcode-intel Makefile distinfo

sysutils/cpu-microcode-intel: Update to 2026-08-12 release

Roll back Meteor Lake (06-aa-04, stepping C0) microcode update to what
was included before the 2026-08-11 release due to functional issues.

Release notes:  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260812
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3sysutils/cpu-microcode-intel/distinfo
+1-1sysutils/cpu-microcode-intel/Makefile
+4-42 files

LLVM/project a46d86dllvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/ARM ldexp.ll llvm.frexp.ll

RuntimeLibcalls: Stop improperly reporting fp128 long double calls on ARM

32-bit ARM's long double is IEEE double, so l suffixed calls do not have fp128
type. Additionally, the f128 typed / suffixed functions are not built in glibc as
__HAVE_FLOAT128 is defined to 0 in the arch config. Remove the testcases
which emitted nonexistent or wrongly typed calls and replace with error
tests.

Related: #44744

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+5-49llvm/test/CodeGen/ARM/ldexp-fp128.ll
+1-52llvm/test/CodeGen/ARM/llvm.frexp.ll
+45-0llvm/test/CodeGen/RISCV/fp128.ll
+0-10llvm/test/CodeGen/ARM/ldexp.ll
+6-3llvm/include/llvm/IR/RuntimeLibcalls.td
+2-2llvm/test/CodeGen/Generic/fp128-exp10-libcall.ll
+59-1166 files

LLVM/project 0f46bf9llvm/test/CodeGen/ARM vector-lrint.ll, llvm/test/CodeGen/X86 vector-llrint.ll fp128-libcalls-strict-gnu.ll

RuntimeLibcalls: Fix reporting incorrectly typed fp128 long double functions

l-suffixed long double math functions are fp128 only when the target's
long double is fp128. The default set provided them on every target that was
not x87 or ppc_fp128, so targets using double as long double wrongly reported
the fp128 l-suffixed functions.

Update tests that were reliant on phantom fp128 calls. These are only available
with glibc on select targets. In cases where the target supports the calls in
some triple, split the tests. In cases where the target has no fp128 library
support, delete the tests.

Related: #44744

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+21-3,157llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
+5-2,046llvm/test/CodeGen/X86/fp128-libcalls.ll
+0-1,547llvm/test/CodeGen/X86/vector-lrint.ll
+1,283-0llvm/test/CodeGen/X86/fp128-libcalls-strict-gnu.ll
+0-1,205llvm/test/CodeGen/ARM/vector-lrint.ll
+0-868llvm/test/CodeGen/X86/vector-llrint.ll
+1,309-8,82347 files not shown
+2,503-12,08353 files

LLVM/project 8bc07a7llvm/lib/CodeGen/SelectionDAG LegalizeFloatTypes.cpp, llvm/test/CodeGen/NVPTX fp128-conv-no-libcall-error.ll

DAG: Gracefully diagnose missing FP conversion libcalls when softening

Diagnose the missing libcall and return poison instead.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+70-0llvm/test/CodeGen/NVPTX/fp128-conv-no-libcall-error.ll
+46-14llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+116-142 files

LLVM/project 830bc17llvm/cmake config-ix.cmake

[Darwin] Silence error if `ld-classic` not found (#215890)

Silence the `unable to find utility` xcrun error if `ld-classic` not
found.
DeltaFile
+1-0llvm/cmake/config-ix.cmake
+1-01 files

LLVM/project 5721918clang/test/CodeGenHLSL/resources RWTextures-Subscript.hlsl, llvm/lib/Target/DirectX DXILResourceAccess.cpp DXILOpLowering.cpp

[HLSL][DirectX] Implement lowering of texture stores (#212364)

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

This PR implements the DirectX lowering of texture stores via the
subscript operator (`.operator[]`).

Also adds missing frontend tests exercising stores to textures via the
subscript operator.

Also fixes an issue with `lowerTextureLoad` incorrectly supplying a mip
level to texture loads on UAV textures (except multisampled UAV
textures) which caused validation errors.

An UndefValue is used in the lowering because DXIL is based on an older
version of LLVM that requires the use of undef.

Assisted by: Claude Opus 5
DeltaFile
+176-0llvm/test/CodeGen/DirectX/TextureStore.ll
+132-42llvm/lib/Target/DirectX/DXILOpLowering.cpp
+153-0llvm/test/CodeGen/DirectX/ResourceAccess/store_texture.ll
+58-11llvm/lib/Target/DirectX/DXILResourceAccess.cpp
+61-0clang/test/CodeGenHLSL/resources/RWTextures-Subscript.hlsl
+59-0llvm/test/CodeGen/DirectX/TextureLoad.ll
+639-535 files not shown
+764-5311 files

LLVM/project 58599fellvm/lib/DWARFLinker/Parallel DWARFLinkerCompileUnit.h DWARFLinkerImpl.cpp, llvm/test/tools/dsymutil/Inputs/module-odr-language debug-map.map 1.ll

[DWARFLinker] Consider module units when creating the type unit (#215731)

The parallel linker creates the artificial type unit only when some
compile unit uses an ODR language, but it looks for that language in the
compile units of the object files alone. A clang module unit decides its
own ODR availability from its own DW_AT_language, so a module built as
C++ or ObjC++ imported from an object file whose units are all C, ObjC
or Swift places DIEs in the type table which does not exist, asserting
in CompileUnit::cloneDIE and dereferencing null without assertions.

Scan the languages of the module units as well, so a module which
deduplicates types always has a type unit to hold them.

rdar://182719465
DeltaFile
+37-0llvm/test/tools/dsymutil/X86/module-odr-language.test
+35-0llvm/test/tools/dsymutil/Inputs/module-odr-language/M.ll
+33-0llvm/test/tools/dsymutil/Inputs/module-odr-language/1.ll
+13-0llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.cpp
+7-0llvm/test/tools/dsymutil/Inputs/module-odr-language/debug-map.map
+3-0llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.h
+128-06 files

LLVM/project 33d5496lldb/include/lldb/Symbol SymbolLocator.h, lldb/source/Core DynamicLoader.cpp

[lldb] Search for a corefile's images before loading any of them

A userland or kernel corefile can list hundreds of images, and searching for
one can shell out to a symbol server or fetch over the network. Searching for
them one at a time is where loading such a corefile spends its time.

Add a batch form of SymbolLocator::Locate that runs the searches on the
debugger's thread pool, gated on target.parallel-module-load. Results come
back in the order the requests were given, since that order decides the
Target's module order. Only the results are ordered, and anything a search
reports to the user arrives in whatever order the searches finish in.

Only the plugin searches run concurrently, so a platform hook does not have to
be thread safe to take part, and reading a binary's UUID out of memory stays
on the calling thread.

Setting up a platform binary can replace the Target's platform and dynamic
loader, and now happens for every image before any of them is searched for, so
the platform a corefile asks for is the one all of its images are searched

    [4 lines not shown]
DeltaFile
+141-4lldb/unittests/Symbol/SymbolLocatorTest.cpp
+78-63lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+76-11lldb/source/Symbol/SymbolLocator.cpp
+32-20lldb/source/Core/DynamicLoader.cpp
+25-0lldb/test/API/macosx/lc-note/multiple-binary-corefile/TestMultipleBinaryCorefile.py
+19-0lldb/include/lldb/Symbol/SymbolLocator.h
+371-986 files

FreeBSD/ports 5b5c929sysutils/graylog Makefile distinfo

sysutils/graylog: Update 7.1.6 => 7.1.7

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog717

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 7fc7497bf0b20c88eee5cbb3e4afcbc116ebe904)
DeltaFile
+3-3sysutils/graylog/distinfo
+1-1sysutils/graylog/Makefile
+4-42 files

LLVM/project cf5c4b8lldb/include/lldb/Symbol SymbolLocator.h, lldb/include/lldb/Target Platform.h

[lldb] Consult the platform before the symbol locator plugins (NFC)

A symbol locator plugin has no Platform to consult, so a platform that knows
where its binaries live cannot take part in a search. The only way to reach
one is Platform::GetSharedModule, which also creates the module and registers
it, so the lookup cannot be reused by a caller that wants to search for many
binaries before creating any.

Add a hook that only answers where the files are. An answer ends the search,
so an override owns what the plugins would otherwise have been asked for.

No platform overrides it yet. A follow-up moves PlatformDarwinKernel's kext
and kernel index lookups behind it.

Assisted-by: Claude
DeltaFile
+70-0lldb/unittests/Symbol/SymbolLocatorTest.cpp
+18-0lldb/include/lldb/Target/Platform.h
+10-0lldb/source/Symbol/SymbolLocator.cpp
+4-0lldb/include/lldb/Symbol/SymbolLocator.h
+1-0lldb/source/Core/DynamicLoader.cpp
+103-05 files

LLVM/project ccf2349llvm/lib/Target/MSP430 MSP430CodeGenPassBuilder.cpp

[MSP430] Add AsmPrinter names

So that -stop-before=msp430-asm-printer works, which is used in some
DebugInfo tests.

Reviewers: aeubanks, asl

Pull Request: https://github.com/llvm/llvm-project/pull/215909
DeltaFile
+10-1llvm/lib/Target/MSP430/MSP430CodeGenPassBuilder.cpp
+10-11 files

LLVM/project 49bc892clang/test/SemaCXX coroutine-new-operator.cpp, flang/docs/MeetingNotes/2026 2026-08-12.md

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+699-0llvm/test/Transforms/ConstraintElimination/header-induction-start-bounds.ll
+84-0flang/docs/MeetingNotes/2026/2026-08-12.md
+39-30libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
+49-0clang/test/SemaCXX/coroutine-new-operator.cpp
+40-0llvm/test/Transforms/ArgumentPromotion/optnone.ll
+19-19libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
+930-49150 files not shown
+1,479-351156 files

FreeBSD/ports 7fc7497sysutils/graylog Makefile distinfo

sysutils/graylog: Update 7.1.6 => 7.1.7

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog717

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3sysutils/graylog/distinfo
+1-1sysutils/graylog/Makefile
+4-42 files

LLVM/project 90e89aclldb/include/lldb/Symbol SymbolLocator.h, lldb/source/Core DynamicLoader.cpp

[lldb] Add a unified entry point for locating a binary and its symbols

The three-plugin composition that finds a binary and its symbol file is open
coded in several places. Give it one home, as a pure function of a module
spec, so that a caller holding several binaries can search for all of them
before creating any.

Nothing on this path takes a lock, where ModuleList::GetSharedModule holds the
shared module list's lock across the plugin search. That is what will make
searching for several binaries at once worth doing.

A miss that nothing could explain gets its own error type rather than an error
code, because a Status carrying an errno converts to the same llvm::ECError,
and a caller composing its own message for a plain miss must not swallow a
failure to reach a symbol server.

DynamicLoader's search no longer runs twice for a binary that is not already
known, and a module created from a located binary is now registered in the
shared module list, so a second Target asking for the same binary reuses it.

    [2 lines not shown]
DeltaFile
+201-0lldb/unittests/Symbol/SymbolLocatorTest.cpp
+45-36lldb/source/Core/DynamicLoader.cpp
+60-0lldb/include/lldb/Symbol/SymbolLocator.h
+49-0lldb/source/Symbol/SymbolLocator.cpp
+1-0lldb/unittests/Symbol/CMakeLists.txt
+356-365 files

LLVM/project ee040c5llvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/test/CodeGen/X86 npm-asmprinter-stop-before.ll

[NewPM] Unconditionally add AsmPrinter

Otherwise -stop-before=<target>-asm-printer does not work. We should
never be running it if we print MIR, so adding it unconditionally
doesn't change any behavior.

Reviewers: paperchalice, arsenm, aeubanks

Pull Request: https://github.com/llvm/llvm-project/pull/215908
DeltaFile
+9-0llvm/test/CodeGen/X86/npm-asmprinter-stop-before.ll
+5-1llvm/include/llvm/Passes/CodeGenPassBuilder.h
+14-12 files

NetBSD/pkgsrc jWZ4nvttextproc/gemtext2html PLIST

   gemtext2html: add missing file to PLIST
VersionDeltaFile
1.5+2-1textproc/gemtext2html/PLIST
+2-11 files

FreeBSD/ports 97c2726net/liferea Makefile distinfo

net/liferea: update to 1.16.14

Release Notes:
  https://github.com/lwindolf/liferea/releases/tag/v1.16.14
DeltaFile
+3-3net/liferea/distinfo
+1-1net/liferea/Makefile
+4-42 files

NetBSD/pkgsrc PLAzmbsdoc CHANGES-2026

   doc: Updated www/py-flask-security to 5.8.1nb1
VersionDeltaFile
1.5247+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pNU6qRBwww/py-flask-security PLIST Makefile

   py-flask-security: fix PLIST for flit_core 4, and depend on it.

   Bump PKGREVISION.
VersionDeltaFile
1.26+3-2www/py-flask-security/Makefile
1.9+2-1www/py-flask-security/PLIST
+5-32 files

NetBSD/pkgsrc DHKUpNLwww/py-flask-debugtoolbar distinfo, www/py-flask-debugtoolbar/patches patch-pyproject.toml

   py-flask-debugtoolbar: fix build with flit_core 4.
VersionDeltaFile
1.1+16-0www/py-flask-debugtoolbar/patches/patch-pyproject.toml
1.9+2-1www/py-flask-debugtoolbar/distinfo
+18-12 files

NetBSD/pkgsrc IvhtLXTdoc CHANGES-2026

   doc: Updated www/py-django-filter to 26.1nb1
VersionDeltaFile
1.5246+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Rx36v78www/py-django-filter PLIST Makefile

   py-django-filter: fix PLIST for flit_core 4 and depend on it

   Bump PKGREVISION.
VersionDeltaFile
1.22+3-2www/py-django-filter/Makefile
1.6+2-1www/py-django-filter/PLIST
+5-32 files

NetBSD/pkgsrc C2Xs3Xjwww/py-aiohttp-remotes Makefile

   py-aiohttp-remotes: mark as BROKEN

   Does not build with flit_core 4.

   Still looks active, so filed an upstream bug report - add link to
   upstream bug report URL.
VersionDeltaFile
1.7+4-1www/py-aiohttp-remotes/Makefile
+4-11 files

LLVM/project 0edbd89clang/include/clang/CIR/Dialect Passes.td Passes.h, clang/lib/CIR/Dialect/Transforms CallConvLoweringPass.cpp

[CIR] Search the feature list once and assert on multiversioning

Review feedback on #215118.

funcAvxLevel walked the whole feature list once per name and was called
twice, so it now makes a single pass.

It also has no equivalent of the `hasAttr<TargetAttr>()` gate classic
uses.  A multiversioned function's feature list carries the same `+avx`
entry a plain `target` attribute produces, so this would take a raised
level where classic keeps the module's.  CIRGen rejects multiversioning
today, so an assert on opFuncMultiVersioning marks the gate that has to
go in when that changes.

Comments naming a function or file in classic CodeGen came out.  They go
stale when that code moves, and one already had, claiming a declaration
carries no features.  x86TargetAttrAvx is now allowsX86TargetAttrAvx,
after the function that produces it.

Assisted-by: Cursor / claude-opus-5
DeltaFile
+21-23clang/lib/CIR/Dialect/Transforms/CallConvLoweringPass.cpp
+5-9clang/lib/CIR/Lowering/CIRPasses.cpp
+1-1clang/include/clang/CIR/Dialect/Passes.td
+1-1clang/include/clang/CIR/Dialect/Passes.h
+28-344 files

FreeBSD/ports 01b6612devel/tevent Makefile, devel/tevent/files patch-tevent__poll.c

devel/tevent: clamp far-future poll(2) timeout to avoid a busy-loop

When a timer is scheduled far enough in the future,
tvalp->tv_sec * 1000 overflows the int millisecond value that
poll_event_loop_poll() passes to poll(2). poll(2) then fails with
EINVAL and tevent spins in a busy-loop instead of sleeping. Clamp
the computed timeout to INT_MAX in that case.

PR:             297401
Approved by:    0mp (samba)
Sponsored by:   Netzkommune GmbH
DeltaFile
+18-0devel/tevent/files/patch-tevent__poll.c
+1-1devel/tevent/Makefile
+19-12 files

NetBSD/pkgsrc 58XmjBfdoc CHANGES-2026

   doc: Updated textproc/py-sphinx-issues to 6.0.0nb1
VersionDeltaFile
1.5245+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc U5NNtTvtextproc/py-sphinx-issues PLIST Makefile

   py-sphinx-issues: fix PLIST for flit_core 4 and depend on it

   Bump PKGREVISION.
VersionDeltaFile
1.16+3-2textproc/py-sphinx-issues/Makefile
1.4+2-1textproc/py-sphinx-issues/PLIST
+5-32 files

NetBSD/pkgsrc VyQq1WQdoc CHANGES-2026, sysutils Makefile

   py-nkdfu: remove

   Does not build with flit_core 4, no users in pkgsrc, no upstream
   activity in 4 years.
VersionDeltaFile
1.1200+1-2sysutils/Makefile
1.5244+2-1doc/CHANGES-2026
1.2+1-1sysutils/py-nkdfu/distinfo
1.4+1-1sysutils/py-nkdfu/PLIST
1.8+1-1sysutils/py-nkdfu/Makefile
1.2+0-0sysutils/py-nkdfu/ALTERNATIVES
+6-61 files not shown
+6-67 files

LLVM/project 8aedcecllvm/lib/Target/AArch64/Disassembler AArch64Disassembler.cpp

AArch64Disassembler.cpp: Prune `DecodeUImm` [-Wunused-template] (#215558)

This has been introduced in #181386.
DeltaFile
+0-13llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
+0-131 files