LLVM/project f38a23bllvm/utils profcheck-xfail.txt

Exclude another coro test from profcheck (#211296)

Coro aren't yet fixed for profcheck.

(related: #207799)
DeltaFile
+1-0llvm/utils/profcheck-xfail.txt
+1-01 files

NetBSD/pkgsrc yosInwnsecurity Makefile

   security: Enable pdfrip
VersionDeltaFile
1.1019+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc 8aLR7pIdoc CHANGES-2026

   doc: Added security/pdfrip version 3.0.0
VersionDeltaFile
1.4675+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc a7AQNEHsecurity/pdfrip distinfo cargo-depends.mk

   security/pdfrip: import pdfrip-3.0.0

   pdfrip is a fast multithreaded PDF password cracking utility written
   in Rust with support for wordlist-based dictionary attacks, date,
   number range, and alphanumeric brute-forcing, and a custom query
   builder for password formats.
VersionDeltaFile
1.1+488-0security/pdfrip/distinfo
1.1+163-0security/pdfrip/cargo-depends.mk
1.1+19-0security/pdfrip/Makefile
1.1+4-0security/pdfrip/DESCR
1.1+2-0security/pdfrip/PLIST
+676-05 files

LLVM/project 4e0a255llvm CMakeLists.txt, llvm/cmake/modules CrossCompile.cmake

[LLVM] Remove 'LLVM_LIBC_GPU_BUILD' logic (#211265)

Summary:
This is a holdover from how we used to handle this stuff. We should just
dirctly check the triple for setting the cross-compiling emulator and we
can directly introspect into the  build tree for the lit config like we
already do for flang-rt.
DeltaFile
+10-13llvm/runtimes/CMakeLists.txt
+11-4offload/test/lit.cfg
+0-13llvm/CMakeLists.txt
+0-9offload/CMakeLists.txt
+1-5llvm/cmake/modules/CrossCompile.cmake
+0-1offload/test/lit.site.cfg.in
+22-456 files

LLVM/project 65c377bllvm/include/llvm/Support SourceMgr.h, llvm/lib/MC/MCParser MasmParser.cpp AsmParser.cpp

[MC][NFC] Share some code between MasmParser and AsmParser

Factor out printIncludeStackForDiagnostic() to SourceMgr in preparation
for a follow-up commit that changes the output here. This avoids needing
to update both of them. Also add two more tests for the current output.

Pull Request: https://github.com/llvm/llvm-project/pull/210731
DeltaFile
+19-0llvm/test/MC/AsmParser/macro-like-diagnostic.s
+12-0llvm/test/tools/llvm-ml/macro_diagnostic.asm
+12-0llvm/lib/Support/SourceMgr.cpp
+2-6llvm/lib/MC/MCParser/MasmParser.cpp
+2-6llvm/lib/MC/MCParser/AsmParser.cpp
+5-0llvm/include/llvm/Support/SourceMgr.h
+52-126 files

LLVM/project 180b6e8flang/include/flang/Lower DirectivesCommon.h, flang/test/Lower/OpenMP wsloop-select-case.f90 wsloop-computed-goto.f90

Revert "[flang][PFT-to-MLIR] allocate missing body blocks in `createEmptyRegionBlocks` (#210950)"

This reverts commit b0c2dc0cf8f8de2fd2f0306deea0c5fcd07282da.
DeltaFile
+0-49flang/test/Lower/OpenMP/wsloop-select-case.f90
+0-39flang/test/Lower/OpenMP/wsloop-computed-goto.f90
+1-8flang/include/flang/Lower/DirectivesCommon.h
+1-963 files

LLVM/project 22351c7flang/lib/Lower/OpenMP OpenMP.cpp, flang/test/Lower/OpenMP interop.f90

[Flang][OpenMP] Add support for interop construct (#203959)

This adds support for the OpenMP interop construct, which enables
interoperability with foreign runtime environments (e.g., CUDA, HIP).
The init, use, and destroy action clauses are lowered from the Fortran
parse tree to MLIR interop ops and translated to the appropriate runtime
calls. The omp_lib module is extended with interop query API interfaces,
property constants, and return code constants. A semantics fix relaxes
the depend/targetsync constraint for use/destroy directives where the
interop type was established at a separate init site. Unsupported depend
clauses and prefer_type selector-list forms emit explicit diagnostics
instead of being silently dropped.

Assisted-by: Claude Opus 4.6
DeltaFile
+175-0flang/test/Lower/OpenMP/interop.f90
+145-2flang/lib/Lower/OpenMP/OpenMP.cpp
+107-0mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+105-0openmp/module/omp_lib.h.var
+100-0mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+95-0mlir/test/Target/LLVMIR/openmp-interop.mlir
+727-213 files not shown
+1,100-1419 files

LLVM/project e0ec539mlir/cmake/modules MLIRDetectPythonEnv.cmake

[MLIR][Python] Remove stale NumPy detection message (#211235)

NumPy stopped being requested as a CMake Python component when its
unused build-time dependency was removed in #108465 . Remove the
remaining status message, which now prints empty version and include
directory values.
DeltaFile
+0-1mlir/cmake/modules/MLIRDetectPythonEnv.cmake
+0-11 files

LLVM/project 5e860eellvm/lib/Target/AArch64 AArch64LowerHomogeneousPrologEpilog.cpp, llvm/test/CodeGen/AArch64 arm64-homogeneous-prolog-epilog.ll

[AArch64] Set NoPHIs for outlined functions (#209852)
DeltaFile
+15-2llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog.ll
+5-1llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp
+20-32 files

LLVM/project e205257mlir/cmake/modules MLIRDetectPythonEnv.cmake

[MLIR][Python] Remove stale Python module naming status message (#211243)

`PYTHON_MODULE_PREFIX`, `PYTHON_MODULE_SUFFIX`, and
`PYTHON_MODULE_EXTENSION` are remnants of the previous pybind11-based
Python discovery path and are no longer populated or used by the
nanobind build.

The relevant Python SOABI is already reported through `Python3_SOABI`,
so we can remove the redundant status message, which currently prints
only empty values.
DeltaFile
+0-3mlir/cmake/modules/MLIRDetectPythonEnv.cmake
+0-31 files

LLVM/project 3486c5dflang/include/flang/Optimizer/HLFIR HLFIROps.td, flang/lib/Lower ConvertExprToHLFIR.cpp

[flang] Region-based HLFIR operation for conditional expressions lowering (#194411)

Implements `hlfir.conditional`, a region-based HLFIR operation that
represents Fortran 2023 conditional expressions (10.1.2.3) with lazy
branch evaluation.
Issue #176999
Assisted-by: Claude Sonnet 4.5
DeltaFile
+452-0flang/test/HLFIR/bufferize-conditional.fir
+44-134flang/lib/Lower/ConvertExprToHLFIR.cpp
+66-76flang/test/Lower/HLFIR/conditional-expr.f90
+114-7flang/lib/Optimizer/HLFIR/Transforms/BufferizeHLFIR.cpp
+52-5flang/include/flang/Optimizer/HLFIR/HLFIROps.td
+31-0flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
+759-2223 files not shown
+807-2229 files

NetBSD/pkgsrc zZosBH2doc CHANGES-2026

   doc: Updated mail/thunderbird-l10n to 152.0.1
VersionDeltaFile
1.4674+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NwxpvgMmail/thunderbird-l10n distinfo Makefile

   mail/thunderbird-l10n: Update to 152.0.1

   * Sync with mail/thunderbird-152.0.1.
VersionDeltaFile
1.143+187-187mail/thunderbird-l10n/distinfo
1.149+2-2mail/thunderbird-l10n/Makefile
+189-1892 files

LLVM/project 87ace9cflang/test/Lower nsw.f90 do_loop_unstructured.f90, flang/test/Lower/MIF change_team2.f90

[flang][PFT-to-MLIR] Default wrap-unstructured-constructs-in-execute-region to off

Flip the default of `-wrap-unstructured-constructs-in-execute-region`
from true to false while further miscompiles under the wrap path are
investigated. The flag is still available; lit tests that exercise the
wrap path now pass it explicitly on their RUN lines.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+2-2flang/test/Lower/nsw.f90
+2-2flang/test/Lower/do_loop_unstructured.f90
+2-2flang/test/Lower/OpenMP/stop-stmt-in-region.f90
+2-2flang/test/Lower/OpenMP/parallel-reduction3.f90
+2-2flang/test/Lower/OpenMP/loop-compound.f90
+2-2flang/test/Lower/MIF/change_team2.f90
+12-1215 files not shown
+28-2821 files

LLVM/project 0590a36clang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.cpp, clang/test/CIR/Transforms/abi-lowering byval-sret-arg-attr-lowering.cir

[CIR] Convert byval/sret/byref arg-attr types when lowering to LLVM (#210764)

The CallConvLowering pass lowers an indirectly-passed aggregate to a pointer argument and records the pointee record type on the `llvm.byval`, `llvm.sret`, or `llvm.byref` argument attribute.  That type payload is still a CIR record after the pass runs, so once the module reaches the LLVM dialect and is translated to LLVM IR, the translation hits a CIR type inside the attribute and fails.

LowerToLLVM already routes every operand and result type through the type converter.  It now does the same for the type carried by those three argument attributes, in the attribute lowering shared by the function definition and by the call and invoke sites.  With the conversion in place, a byval or sret parameter translates to `byval(%struct.X)` / `sret(%struct.X)` carrying the lowered LLVM struct type, and byref does the same.  CallConvLowering does not classify `cir.try_call` yet, so no invoke carries these attributes today, but the shared path already covers the invoke once it is classified.

The test injects the three attributes directly, lowers to the LLVM dialect, and translates to LLVM IR, checking the emitted attributes carry the LLVM struct type.  It uses no aggregate classifier, so it stands alone from the x86_64 classifier stack.
DeltaFile
+85-0clang/test/CIR/Transforms/abi-lowering/byval-sret-arg-attr-lowering.cir
+53-1clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+138-12 files

NetBSD/pkgsrc-wip d840b57. TODO

electrum: already updated to 4.8.0 in py-electrum
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc 6vV1wVcdoc CHANGES-2026

   doc: Updated mail/thunderbird to 152.0.1
VersionDeltaFile
1.4673+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 6f3328elibcxx/include/__configuration namespace.h

[libc++] Don't add #pragma clang attribute with GCC (#206989)

GCC doesn't support `#pragma clang attribute`, which causes a bunch of
diagnostics. Since we have it behind a macro anyways we can simply
define the macro as empty with GCC.
DeltaFile
+13-8libcxx/include/__configuration/namespace.h
+13-81 files

NetBSD/pkgsrc fczfFPfmail/thunderbird distinfo Makefile, mail/thunderbird/patches patch-python_sites_mach.txt patch-comm_build_moz.configure_gecko__source.configure

   mail/thunderbird: Update to 152.0.1

   Changelog:
   152.0.1:
   What's Fixed

   fixed
   Reply All button was missing for some EWS messages with multiple recipients

   fixed
   Security fixes

   Security fixes:
   Mozilla Foundation Security Advisory 2026-63
   #CVE-2026-57962: Denial-of-service via malicious LDAP address-book server
   #CVE-2026-57963: Chat UI manipulation by injection


   152.0:

    [182 lines not shown]
VersionDeltaFile
1.297+5-6mail/thunderbird/distinfo
1.2+4-4mail/thunderbird/patches/patch-python_sites_mach.txt
1.364+2-3mail/thunderbird/Makefile
1.2+1-1mail/thunderbird/patches/patch-comm_build_moz.configure_gecko__source.configure
+12-144 files

LLVM/project 27b8216llvm/lib/Target/WebAssembly WebAssemblyCFGStackify.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+83-68llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
+125-26llvm/lib/Target/WebAssembly/WebAssembly.h
+81-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+60-19llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+56-11llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+45-19llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
+450-17314 files not shown
+883-29820 files

LLVM/project 148ca2allvm/lib/Target/WebAssembly WebAssembly.h WebAssemblyCFGStackify.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+125-26llvm/lib/Target/WebAssembly/WebAssembly.h
+83-68llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
+81-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+56-11llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+47-19llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+45-19llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
+437-17314 files not shown
+870-29820 files

LLVM/project 06a6c5ellvm/utils/gn/secondary/llvm/unittests/DWARFLinkerParallel BUILD.gn

[gn] port acb8fbe83ff12 more (#211295)
DeltaFile
+4-0llvm/utils/gn/secondary/llvm/unittests/DWARFLinkerParallel/BUILD.gn
+4-01 files

LLVM/project aee6075llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize BUILD.gn

[gn build] Port fdae383abe62 (#211293)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+1-01 files

LLVM/project bf0336fllvm/utils/gn/secondary/llvm/tools/dsymutil BUILD.gn

Merge branch 'main' into users/mtrofin/mtrofin-patch-1
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/tools/dsymutil/BUILD.gn
+1-01 files

LLVM/project 8b460c5llvm/utils profcheck-xfail.txt

Exclude another coro test from profcheck

Coro aren't yet fixed for profcheck.

(related: #207799)
DeltaFile
+1-0llvm/utils/profcheck-xfail.txt
+1-01 files

LLVM/project c6257d6llvm/lib/Target/WebAssembly WebAssemblyMCLowerPrePass.cpp

fix

Created using spr 1.3.7
DeltaFile
+15-4llvm/lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp
+15-41 files

LLVM/project 37beabbclang/lib/Driver/ToolChains CommonArgs.cpp, clang/test/Driver amdgpu-mcpu.cl hip-sanitize-options.hip

clang/AMDGPU: Stop passing redundant -target-cpu to cc1

Now that the exact target is encoded in the triple's subarch field,
-target-cpu is redundant. This avoids polluting the resultant IR with
unwanted "target-cpu" attributes. The net result is the desired codegen
when compiling libraries for a major subarch and linking it into a
program compiled for a specific arch. e.g., compiling for "gfx9-generic"
would pollute the IR with "target-cpu"="gfx9-generic", so codegen
would ultimately be performed for the generic target even after
linking into the concrete gfx9 cpu. The specialization will now be
achieved by merging the triples without the linker or optimization
passes needing to fixup function attributes.
DeltaFile
+62-62clang/test/Driver/amdgpu-mcpu.cl
+26-26clang/test/Driver/hip-sanitize-options.hip
+20-10clang/lib/Driver/ToolChains/CommonArgs.cpp
+12-16clang/test/Driver/hip-rdc-device-only.hip
+24-0clang/test/Preprocessor/amdgpu-subarch-cc1-target-cpu.cl
+10-10clang/test/Driver/amdgpu-xnack-sramecc-flags.c
+154-12427 files not shown
+214-21133 files

LLVM/project 818c7c5clang/lib/Basic OffloadArch.cpp, clang/lib/Driver Driver.cpp

clang: Start using new amdgpu subarch triples

Fixup invocations using --target=amdgcn + -mcpu to introduce
the subarch in the triple.

For offload toolchains, a single toolchain is constructed for the
top level amdgpu architecture, and the effective triple is used for
target specific tool invocations.

The specifics of the resource directory layout are tbd. This does
try to find resources in the subarch named directory. The paths
are searched at toolchain creation time, so that does not work
when there are multiple subarches.

Fixes #154925
DeltaFile
+234-2clang/lib/Basic/OffloadArch.cpp
+59-59clang/test/Driver/offload-arch-translation-amdgpu.cu
+43-43clang/test/Driver/hip-phases.hip
+33-33clang/test/Driver/hip-binding.hip
+48-14clang/lib/Driver/ToolChains/CommonArgs.cpp
+43-12clang/lib/Driver/Driver.cpp
+460-163108 files not shown
+1,262-504114 files

LLVM/project eec8ff8llvm/utils/gn/secondary/llvm/tools/dsymutil BUILD.gn

[gn build] Port c2a39ea72dc1 (#211292)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/tools/dsymutil/BUILD.gn
+1-01 files