LLVM/project bbd998fflang/test/Semantics data27.f90

[flang][test] Expand test for legacy DATA initializer on invalid declarations (#222171)

Follow-up to #221170. Expands `flang/test/Semantics/data27.f90` with the
other shapes that crashed the same way before that fix and now produce
the expected error

Assisted-by: AI
DeltaFile
+32-0flang/test/Semantics/data27.f90
+32-01 files

LLVM/project a5d612bclang-tools-extra Maintainers.md, clang-tools-extra/docs ReleaseNotes.md conf.py

[clang-tools-extra][docs] Use Furo theme

Adopt the shared Furo configuration for the clang-tools-extra documentation. Remove page-local TOCs mechanically with the included `utils/docs/remove_page_tocs.py` helper.

Clang Furo PR: https://github.com/llvm/llvm-project/pull/214869
RFC: https://discourse.llvm.org/t/rfc-use-furo-theme-for-clang-docs/91505/7
Preview: https://clangdocs.staging.reidkleckner.dev/after/clang-tools-extra/docs/
DeltaFile
+72-0utils/docs/remove_page_tocs.py
+21-0clang-tools-extra/docs/_static/clang-tools-extra-styles.css
+7-13clang-tools-extra/docs/conf.py
+0-4clang-tools-extra/docs/ReleaseNotes.md
+0-3clang-tools-extra/Maintainers.md
+0-2clang-tools-extra/docs/clang-tidy/index.rst
+100-224 files not shown
+100-3010 files

LLVM/project 5e28271mlir/include/mlir/Dialect/Func/IR FuncOps.td, mlir/lib/Dialect/Func/IR FuncOps.cpp

[MLIR][Func] Enable strict property assembly format (#217300)

Enable the strict properties assembly format mode for the Func dialect.
Spell inherent call attributes directly in the call formats so they are
no longer parsed from attr-dict in strict mode.

Assisted-by: Codex
DeltaFile
+19-0mlir/test/IR/core-ops.mlir
+16-0mlir/test/Transforms/canonicalize.mlir
+8-5mlir/lib/Dialect/Func/IR/FuncOps.cpp
+9-2mlir/include/mlir/Dialect/Func/IR/FuncOps.td
+2-2mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize.mlir
+1-1mlir/test/Transforms/inlining.mlir
+55-106 files

LLVM/project 68622e0compiler-rt/test/fuzzer fork_corpus_groups.test fork.test

[Fuzzer] Bump rss_limit again. (#222187)

The two tests libFuzzer-x86-64-default-Linux::fork_corpus_groups.test
and libFuzzer-x86-64-default-Linux::fork.test have started being flaky
again on two of my bots, so bumping up the rss limit in the test which
temporarily solved the issue back in #204701.

See comment in #222187 for links to the bots and recent failures.
DeltaFile
+1-1compiler-rt/test/fuzzer/fork_corpus_groups.test
+1-1compiler-rt/test/fuzzer/fork.test
+2-22 files

LLVM/project b8c3332llvm/test/CodeGen/AMDGPU sdwa-ops.mir

[AMDGPU] Compact virtual register numbers in sdwa-ops.mir (NFC)

Renumber vregs in appearance order.
DeltaFile
+124-121llvm/test/CodeGen/AMDGPU/sdwa-ops.mir
+124-1211 files

LLVM/project 58d0cb5mlir/include/mlir/Dialect/EmitC/IR EmitC.td, mlir/test/Dialect/EmitC invalid_ops.mlir ops.mlir

[MLIR][EmitC] Enable strict property assembly format (#217271)

Enable strict property assembly format mode for the EmitC dialect. Spell
call metadata directly in the affected declarative assembly formats and
drop unneeded property dictionaries from formats that already cover
their inherent attributes.

Refresh EmitC tests and related C++ target checks so call properties use
direct syntax while ordinary attributes remain in attr-dict.

Assisted-by: Codex
DeltaFile
+40-23mlir/test/Dialect/EmitC/ops.mlir
+29-29mlir/test/Target/Cpp/switch.mlir
+24-20mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
+19-19mlir/test/Target/Cpp/expressions.mlir
+18-18mlir/test/Dialect/EmitC/invalid_ops.mlir
+16-16mlir/test/Target/Cpp/const.mlir
+146-12517 files not shown
+242-22023 files

LLVM/project caaf9bflibcxx/utils generate_feature_test_macro_components.py

[libc++][docs] Apply Python formatting
DeltaFile
+3-1libcxx/utils/generate_feature_test_macro_components.py
+3-11 files

LLVM/project 1462d6flibcxx/include/__optional optional_ref.h optional.h

[libc++][NFC] Remove `optional::__get` (#217218)

Internal communicating functions `optional::__get` can be superseded by
either `value`, `operator*()`, or direct use of data member. Even though
`value()` is checked, checks are already performed before internal calls
to it, so compilers should be able to remove duplicated checks.

It is intended to use `opt.value()` instead of `*opt` to avoid undesired
argument-dependent lookup.
DeltaFile
+44-48libcxx/include/__optional/optional.h
+5-7libcxx/include/__optional/optional_ref.h
+49-552 files

LLVM/project 50e5f59openmp/docs SupportAndFAQ.md README.txt, openmp/docs/design Runtimes.md

[OpenMP][docs] Finish MyST migration for OpenMP docs
DeltaFile
+64-224openmp/docs/design/Runtimes.md
+91-112openmp/docs/CommandLineArgumentReference.md
+31-33openmp/docs/remarks/OptimizationRemarks.md
+27-28openmp/docs/index.md
+9-9openmp/docs/README.txt
+6-7openmp/docs/SupportAndFAQ.md
+228-41313 files not shown
+258-45219 files

LLVM/project a92353dopenmp/docs index.md SupportAndFAQ.md, openmp/docs/design Runtimes.md

[OpenMP][docs] Convert reStructuredText files with rst2myst
DeltaFile
+920-835openmp/docs/design/Runtimes.md
+207-138openmp/docs/CommandLineArgumentReference.md
+153-174openmp/docs/SupportAndFAQ.md
+103-107openmp/docs/index.md
+83-92openmp/docs/openacc/OpenMPExtensions.md
+54-56openmp/docs/remarks/OMP112.md
+1,520-1,40228 files not shown
+2,118-2,04634 files

LLVM/project c6b2c62openmp/docs CommandLineArgumentReference.rst CommandLineArgumentReference.md, openmp/docs/design Runtimes.rst Runtimes.md

[OpenMP][docs] Rename reStructuredText files to Markdown
DeltaFile
+0-1,680openmp/docs/design/Runtimes.rst
+1,680-0openmp/docs/design/Runtimes.md
+0-332openmp/docs/SupportAndFAQ.rst
+332-0openmp/docs/SupportAndFAQ.md
+0-186openmp/docs/CommandLineArgumentReference.rst
+186-0openmp/docs/CommandLineArgumentReference.md
+2,198-2,19862 files not shown
+3,838-3,83868 files

LLVM/project ee4d40aclang-tools-extra/docs conf.py

[clang-tools-extra][docs] Use Furo theme

Adopt the shared Furo configuration for the clang-tools-extra documentation. This is stacked on the page-local TOC removal change.

Clang Furo PR: https://github.com/llvm/llvm-project/pull/214869
RFC: https://discourse.llvm.org/t/rfc-use-furo-theme-for-clang-docs/91505/7
Preview: https://clangdocs.staging.reidkleckner.dev/after/clang-tools-extra/docs/
DeltaFile
+7-13clang-tools-extra/docs/conf.py
+7-131 files

LLVM/project 4727663clang-tools-extra Maintainers.md, clang-tools-extra/docs clang-reorder-fields.md clang-include-fixer.md

[clang-tools-extra][docs] Remove page-local contents directives

Remove page-local TOCs before adopting Furo. This mechanical change was generated with `utils/docs/remove_page_tocs.py`, included here for conflict regeneration.

Clang Furo PR: https://github.com/llvm/llvm-project/pull/214869
RFC: https://discourse.llvm.org/t/rfc-use-furo-theme-for-clang-docs/91505/7
Preview: https://clangdocs.staging.reidkleckner.dev/after/clang-tools-extra/docs/
DeltaFile
+72-0utils/docs/remove_page_tocs.py
+0-4clang-tools-extra/docs/ReleaseNotes.md
+0-3clang-tools-extra/Maintainers.md
+0-2clang-tools-extra/docs/clang-tidy/index.rst
+0-2clang-tools-extra/docs/clang-reorder-fields.md
+0-2clang-tools-extra/docs/clang-include-fixer.md
+72-132 files not shown
+72-178 files

NetBSD/pkgsrc nmAz9txdoc CHANGES-2026

   security/mldsa: note update of mldsa to 20260909
VersionDeltaFile
1.5952+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports 97f9d11www/py-django-q2 Makefile, www/py-django-q2/files patch-pyproject.toml

www/py-django-q2: Fix build after devel/py-uv-build update

Patch pyproject.toml to stretch out devel/py-uv-build version range.

PR:             298327
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+9-0www/py-django-q2/files/patch-pyproject.toml
+1-0www/py-django-q2/Makefile
+10-02 files

HardenedBSD/ports 97f9d11www/py-django-q2 Makefile, www/py-django-q2/files patch-pyproject.toml

www/py-django-q2: Fix build after devel/py-uv-build update

Patch pyproject.toml to stretch out devel/py-uv-build version range.

PR:             298327
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+9-0www/py-django-q2/files/patch-pyproject.toml
+1-0www/py-django-q2/Makefile
+10-02 files

NetBSD/pkgsrc dRDhlLPsecurity/mldsa Makefile PLIST

   security/mldsa: update to version 20260909

   build and install the libmldsa(3) shared objects too
VersionDeltaFile
1.2+4-4security/mldsa/distinfo
1.2+4-1security/mldsa/PLIST
1.2+2-2security/mldsa/Makefile
+10-73 files

LLVM/project 332950dclang/docs CMakeLists.txt

fixup cmakelists indentation
DeltaFile
+1-1clang/docs/CMakeLists.txt
+1-11 files

NetBSD/src zM6SQmOsys/ufs/lfs lfs_segment.c

   Decrement seg_iocount only while the segment lock is held.  May help
   with the deadlock reported in PR kern/60504.
VersionDeltaFile
1.313+5-3sys/ufs/lfs/lfs_segment.c
+5-31 files

LLVM/project df55ebfflang/lib/Optimizer/Transforms/CUDA CUFPredefinedVarToGPU.cpp, flang/test/Fir/CUDA predefined-variables.mlir

[flang][cuda] Create predefined variable reads at the location of use (#222058)
DeltaFile
+41-59flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
+61-14flang/test/Fir/CUDA/predefined-variables.mlir
+102-732 files

LLVM/project 9ef6e4cclang CMakeLists.txt, llvm CMakeLists.txt

[CMake] Infer dependency-only projects from the cache

LLVM_ENABLE_PROJECTS historically treats projects enabled to satisfy another
project's dependency the same as projects selected by the user. Consequently,
implicit projects attach their complete build, install, and test suites to
LLVM's aggregate targets.

Keep the cache entry as the user-requested project roots and use the normal
LLVM_ENABLE_PROJECTS variable as the effective dependency closure. Projects in
the effective list but not the cache entry are configured with
EXCLUDE_FROM_ALL. Normalize the special all value before comparing the two
sets.

This makes Flang's MLIR and Clang dependencies dependency-only without a
second project collection. It also applies the same rule to Clang when it is
added for LLDB. Forward the cached roots to cross-compilation and bootstrap
configurations so implicit projects do not become explicit in nested builds.

Let MLIR own its dependency-only test policy: configure its complete test tree

    [13 lines not shown]
DeltaFile
+18-4llvm/CMakeLists.txt
+12-2llvm/cmake/modules/AddLLVM.cmake
+14-0mlir/CMakeLists.txt
+4-1clang/CMakeLists.txt
+1-1llvm/cmake/modules/CrossCompile.cmake
+1-0mlir/test/python/CMakeLists.txt
+50-81 files not shown
+51-87 files

LLVM/project 7010c76clang CMakeLists.txt, llvm CMakeLists.txt

[CIR][CMake] Configure MLIR as a dependency-only project

ClangIR requires MLIR, but enabling CIR currently requires users to list MLIR
explicitly in LLVM_ENABLE_PROJECTS. That also attaches all MLIR build, install,
unit-test, and lit targets to the corresponding LLVM aggregates.

When Clang is selected and CLANG_ENABLE_CIR is enabled, append MLIR to the
effective LLVM_ENABLE_PROJECTS list. The common project setup compares that
list with the cached user selection, so an explicit MLIR selection retains its
normal behavior while an implicit selection is configured with
EXCLUDE_FROM_ALL.

This makes MLIR targets available for CIR dependency resolution without adding
MLIR tests to check-all. Keep the existing standalone ClangIR restriction and
do not configure MLIR when CIR is disabled.

Validation:
- Configured Clang with CIR and implicit MLIR test support.
- Configured Clang and MLIR explicitly with CIR and tests enabled.

    [6 lines not shown]
DeltaFile
+6-0llvm/CMakeLists.txt
+2-2clang/CMakeLists.txt
+8-22 files

LLVM/project a5ff86bclang/utils/TableGen ClangOptionDocEmitter.cpp

colon fence {program}
DeltaFile
+4-4clang/utils/TableGen/ClangOptionDocEmitter.cpp
+4-41 files

LLVM/project bf7eb9fclang/include/clang/Options FlangOptions.td, flang/docs FlangOptionsMan.td FlangOptionsDocs.td

[flang][docs] Support Markdown option documentation
DeltaFile
+42-51clang/include/clang/Options/FlangOptions.td
+15-15flang/docs/CMakeLists.txt
+11-12flang/docs/FlangOptionsDocs.td
+7-5flang/docs/FlangOptionsMan.td
+75-834 files

LLVM/project 9337c42clang/docs CMakeLists.txt, clang/include/clang/Options ClangOptionDocs.td Options.td

[clang][docs] Reapply Markdown command line reference generation
DeltaFile
+33-32clang/include/clang/Options/Options.td
+39-26clang/utils/TableGen/ClangOptionDocEmitter.cpp
+8-11clang/include/clang/Options/ClangOptionDocs.td
+7-7clang/docs/CMakeLists.txt
+87-764 files

LLVM/project d3c14dfllvm/lib/Target/AArch64 AArch64ConditionalCompares.cpp, llvm/test/CodeGen/AArch64 cmpbr-ccmp.ll cmpbr-ccmp.mir

[AArch64] Form CCMP for CBB and CBH

AArch64ConditionalCompares forms CMP/CCMP chains to transform patterns
such as

                 Head                        Head
                 / |                         CmpBB
                /  |                         / |
               |  CmpBB        =>           /  |
               |  / |                    Tail  |
               | /  |                      |   |
              Tail  |                      |   |
                |   |                      |   |
               ... ...                    ... ...

where Head is terminated by a conditional branch and CmpBB contains
a cmp + conditional branch.

We usually try to split any fused conditional branches to be able to

    [8 lines not shown]
DeltaFile
+406-0llvm/test/CodeGen/AArch64/cmpbr-ccmp.mir
+232-0llvm/test/CodeGen/AArch64/cmpbr-ccmp.ll
+38-2llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
+676-23 files

LLVM/project 66462afllvm/lib/Target/AArch64 AArch64InstrInfo.cpp, llvm/test/CodeGen/AArch64 cmpbr-early-ifcvt.mir

[AArch64][CMPBR] Fix splitting of CBB/CBH instructions into ext + cmp (#221112)

We falsely split CBB/CBH instructions by explicitly extending the
second register operand instead of the first one, leading to the
following, wrong codegen:

    cbh $wn, $wm, cc, trgt  =>  sxth $wt, $wm
                                cmp  $wn, $wt, cc, sxth

Correct is

    cbh $wn, $wm, cc, trgt  =>  sxth $wt, $wn
                                cmp  $wt, $wm, cc, sxth

since cmp with extended register extends it's second, not its first
operand.
DeltaFile
+26-22llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+16-16llvm/test/CodeGen/AArch64/cmpbr-early-ifcvt.mir
+42-382 files

LLVM/project b249fd3mlir/test/Dialect/Linalg/vectorization convolution-with-patterns.mlir contraction-interface.mlir

[MLIR][Linalg] Update transform tests for strict properties (#222184)

Update recently added vectorization tests to use the custom assembly
syntax.

Strict Transform dialect properties no longer parse inherent attributes
from the generic attribute dictionary.

These tests landed concurrently with the strict-properties migration.

Assisted-by: Codex
DeltaFile
+7-7mlir/test/Dialect/Linalg/vectorization/contraction-interface.mlir
+1-1mlir/test/Dialect/Linalg/vectorization/convolution-with-patterns.mlir
+8-82 files

FreeBSD/ports 68f1845benchmarks/py-reframe-hpc Makefile distinfo

benchmarks/py-reframe-hpc: Update 4.10.2 => 4.10.3

Changelog:
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.3

PR:             298318
Sponsored by:   UNIS Labs (vvd, commit patch)
MFH:            2026Q3

(cherry picked from commit 5e7d6af56be652867e67258f422b0b8f94a80ff4)
DeltaFile
+3-3benchmarks/py-reframe-hpc/distinfo
+1-1benchmarks/py-reframe-hpc/Makefile
+4-42 files

FreeBSD/ports b625182benchmarks/py-reframe-hpc Makefile distinfo

benchmarks/py-reframe-hpc: Update 4.10.0 → 4.10.2

Changelogs:
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.1
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.2

PR:             297051
Sponsored by:   UNIS Labs

(cherry picked from commit ca7ba106939a488129189fd13657b9e5f9d535d1)
DeltaFile
+3-3benchmarks/py-reframe-hpc/distinfo
+1-1benchmarks/py-reframe-hpc/Makefile
+4-42 files