FreeBSD/ports a247752graphics/libdrm pkg-plist distinfo

graphics/libdrm: Update to 2.4.133
DeltaFile
+4-4graphics/libdrm/pkg-plist
+3-3graphics/libdrm/distinfo
+1-1graphics/libdrm/Makefile
+8-83 files

FreeBSD/ports 64eca80x11-toolkits/wlroots015 Makefile, x11-toolkits/wlroots015/files patch-backend_libinput_switch.c

x11-toolkits/wlroots*: Fix build after libinput update

PR:             293585
Approved by:    jbeich (maintainer)
DeltaFile
+11-0x11-toolkits/wlroots015/files/patch-backend_libinput_switch.c
+11-0x11-toolkits/wlroots017/files/patch-backend_libinput_switch.c
+11-0x11-toolkits/wlroots018/files/patch-backend_libinput_switch.c
+1-1x11-toolkits/wlroots015/Makefile
+1-1x11-toolkits/wlroots017/Makefile
+1-1x11-toolkits/wlroots018/Makefile
+36-36 files

FreeBSD/ports e158e65x11/libinput pkg-plist, x11/libinput/files patch-test_litest.c patch-test_litest-main.c

x11/libinput: Update to 1.31.1

PR:             293585
Tested by:      alven, kenrap
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/512
DeltaFile
+11-35x11/libinput/files/patch-test_litest.c
+30-0x11/libinput/files/patch-test_litest-main.c
+6-5x11/libinput/pkg-plist
+5-5x11/libinput/files/patch-src_evdev.c
+4-4x11/libinput/files/patch-test_litest-runner.h
+3-3x11/libinput/files/patch-test_litest-runner.c
+59-522 files not shown
+64-578 files

FreeBSD/ports 1668026x11-drivers/xf86-input-libinput Makefile distinfo

x11-drivers/xf86-input-libinput: Update to 1.5.0 and enable testing

PR:             293585
Tested by:      alven, kenrap
Co-authored-by: Gleb Popov <arrowd at FreeBSD.org>
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/512
DeltaFile
+3-4x11-drivers/xf86-input-libinput/Makefile
+3-3x11-drivers/xf86-input-libinput/distinfo
+6-72 files

FreeBSD/ports 8c3486bx11-drivers/xf86-video-amdgpu Makefile distinfo

x11-drivers/xf86-video-amdgpu: Update to 25.0.0

PR:             293585
Tested by:      alven
Co-authored-by: Gleb Popov <arrowd at FreeBSD.org>
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/512
DeltaFile
+8-9x11-drivers/xf86-video-amdgpu/Makefile
+3-3x11-drivers/xf86-video-amdgpu/distinfo
+11-122 files

LLVM/project adbd62bclang/lib/CodeGen CGVTables.cpp CodeGenModule.h, clang/test/Interpreter virtualdef-outside.cpp

[clang-repl] fix vtable symbol duplication error (closes #141039) (#185648)

In incremental mode, emit by ExternalLinkage causes duplicate symbol
error. A single targeted change in getVTableLinkage() fixes the issue by
returning LinkOnceODRLinkage when IncrementalExtensions is active. The
JIT linker then keeps the first definition a silently discards
subsequent ones.

closes issue #141039

Co-authored-by: Emery Conrad <emery.conrad at chicagotrading.com>
DeltaFile
+40-0clang/test/Interpreter/virtualdef-outside.cpp
+9-1clang/lib/CodeGen/CGVTables.cpp
+5-0clang/lib/CodeGen/CodeGenModule.h
+4-0clang/lib/CodeGen/CodeGenModule.cpp
+58-14 files

LLVM/project 877c230llvm/lib/Target/PowerPC PPCISelLowering.cpp, llvm/test/CodeGen/PowerPC bswap64.ll pr35402.ll

[PowerPC] Enable custom lowering for bswap64 builtin on Power8 64 bits with improved parallelism (#187259)

The current implementation for `__builtin_bswap64` does not do many
things in parallel. This patch splits the 64 bit swaps into 32 bit swaps
as high and low 32-bit swaps are independent and can execute
simultaneously.

Compared to the sequential approach, there are fewer instructions. These
changes should not alter the current assembly and there is default
fall-through for power9+.

---------

Co-authored-by: himadhith <himadhith.v at ibm.com>
DeltaFile
+56-13llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+10-16llvm/test/CodeGen/PowerPC/bswap64.ll
+9-9llvm/test/CodeGen/PowerPC/pr35402.ll
+75-383 files

FreeBSD/ports 5ca4eb8graphics/qgis distinfo Makefile

graphics/qgis: Update to 3.44.10

Changelog:      https://github.com/qgis/QGIS/compare/final-3_44_9...final-3_44_10

MFH:            2026Q2
(cherry picked from commit feac5a59dd9e516e713bdad90602fc4eea974b33)
DeltaFile
+4-3graphics/qgis/distinfo
+1-1graphics/qgis/Makefile
+1-0graphics/qgis/pkg-plist
+6-43 files

LLVM/project 5301155llvm/test/CodeGen/AMDGPU/NextUseAnalysis spill-vreg-many-lanes.mir acyclic-770bb.mir

Merge remote-tracking branch 'upstream/main' into users/ssahasra/amdgpu-memory-model
DeltaFile
+275,101-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/spill-vreg-many-lanes.mir
+144,679-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/acyclic-770bb.mir
+57,682-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/double-nested-loops-complex-cfg.mir
+41,844-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills2.mir
+40,613-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills1.mir
+37,209-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills3.mir
+597,128-017,334 files not shown
+1,964,078-465,61817,340 files

FreeBSD/ports feac5a5graphics/qgis distinfo Makefile

graphics/qgis: Update to 3.44.10

Changelog:      https://github.com/qgis/QGIS/compare/final-3_44_9...final-3_44_10

MFH:            2026Q2
DeltaFile
+3-3graphics/qgis/distinfo
+1-2graphics/qgis/Makefile
+1-0graphics/qgis/pkg-plist
+5-53 files

LLVM/project 0bc407aclang/include/clang/Lex Preprocessor.h MacroInfo.h, clang/lib/Lex PPMacroExpansion.cpp

[clang][NFC] Unify `MacroState` `isAmbiguous` and `getModuleInfo`

Every call to `MacroState::getModuleInfo`, and `MacroState::isAmbiguous` are paired in the same function. Rather than doing the same work twice, just unify them into a single function, `getModuleInfo`, that returns both pieces of information in a new type `ModuleMacroInfo`.

Unfortunately, `getModuleInfo` and`ModuleMacroInfo` already exist, so rename them to `getFullModuleInfo` and `FullModuleMacroInfo`, respectively, since the new type is a subset of the old type. The new type contains just the pieces consumers care about.

While we're there, use the range constructor of `llvm::DenseSet` instead of default constructing and calling `insert` in a loop.
DeltaFile
+23-30clang/include/clang/Lex/Preprocessor.h
+6-6clang/lib/Lex/PPMacroExpansion.cpp
+8-3clang/include/clang/Lex/MacroInfo.h
+37-393 files

LLVM/project 71b4918llvm/docs AMDGPUMemoryModel.rst AMDGPUUsage.rst

style, references, subscope, "system", visibility bugfix
DeltaFile
+116-96llvm/docs/AMDGPUMemoryModel.rst
+18-0llvm/docs/AMDGPUUsage.rst
+134-962 files

FreeBSD/ports e241aaamail/py-resend distinfo Makefile

mail/py-resend: Update to 2.30.1

Changelog: https://github.com/resend/resend-python/releases/tag/v2.30.1

Reported by:    portscout
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

FreeBSD/ports 05de804databases/py-redisvl distinfo Makefile

databases/py-redisvl: Update to 0.18.2

Changelog: https://github.com/redis/redis-vl-python/releases/tag/v0.18.2

Reported by:    Repology
DeltaFile
+3-3databases/py-redisvl/distinfo
+1-2databases/py-redisvl/Makefile
+4-52 files

LLVM/project 70cbd75.github/workflows/containers/libc Dockerfile

[libc] Add all the toolchains needed for libc-shared-tests to the docker container. (#197735)

Toolchains include:
- gcc-7, 8, 9, 11
- qemu-static-user
- cross-build toolchain for aarch64, riscv64, ppc64le, including gcc,
g++, gmp, mpfr, mpc.

Container size before the change: ~ 500 MB
Container size after the change: ~ 1.3 - 1.4 GB
DeltaFile
+88-0.github/workflows/containers/libc/Dockerfile
+88-01 files

LLVM/project b9c83d8clang/include/clang/Analysis/Analyses/LifetimeSafety LifetimeAnnotations.h, clang/lib/Analysis/LifetimeSafety LifetimeAnnotations.cpp FactsGenerator.cpp

[LifetimeSafety] Fix false negative for GSL Owner methods inherited from a non-Owner base
DeltaFile
+44-0clang/test/Sema/warn-lifetime-safety.cpp
+10-8clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
+3-2clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+2-1clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
+59-114 files

LLVM/project 3f420c9flang/lib/Semantics check-declarations.cpp, flang/test/Semantics bind-c19.f90

[flang] Diagnose BIND(C) procedures in submodules without ancestor interfaces (#194571)

This diagnoses `BIND(C)` procedures defined in submodules when their
interface is not declared in the ancestor module.

The check is added in `CheckBindC()` and covers plain `BIND(C)`,
explicit `NAME=`, empty/all-blank `NAME=`, valid ancestor-module
interfaces, and nested submodule cases.

Fixes #194570.

Co-authored-by: Sairudra More <moresair at pe31.hpc.amslabs.hpecorp.net>
DeltaFile
+117-0flang/test/Semantics/bind-c19.f90
+18-0flang/lib/Semantics/check-declarations.cpp
+135-02 files

LLVM/project 9803cd6llvm/lib/CodeGen AtomicExpandPass.cpp, llvm/test/CodeGen/ARM atomic-load-store.ll

[AtomicExpand] Add bitcasts when expanding store atomic vector

AtomicExpand fails for aligned \`store atomic <n x T>\` because it
does not find a compatible library call. This change adds appropriate
ptrtoint + bitcast so that the call can be lowered, mirroring the
load-side handling from #148900.
DeltaFile
+100-7llvm/test/CodeGen/X86/atomic-load-store.ll
+98-0llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
+49-0llvm/test/CodeGen/ARM/atomic-load-store.ll
+16-3llvm/lib/CodeGen/AtomicExpandPass.cpp
+263-104 files

LLVM/project 370bfb7utils/bazel/llvm-project-overlay/libc BUILD.bazel, utils/bazel/llvm-project-overlay/llvm BUILD.bazel

Revert "[libc] Port 2b2a63819f9f26d661bad5c269a03077d22ff6b4" (#197857)

Reverts llvm/llvm-project#197337

The original porting was reverted in
https://github.com/llvm/llvm-project/commit/1565f096d868f479f075fce3792db7b908cab9aa.
This is also causing some large build metric regressions for transitive
users of LLVM internally due to the large number of new rules and source
files.
DeltaFile
+1-506utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+0-1utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+1-5072 files

LLVM/project 3620ec1mlir/include/mlir/Dialect/OpenMP OpenMPOps.td, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Require explicit yield in iterator op

Remove the implicit terminator trait from omp.iterator so iterator
modifiers must explicitly yield the value used to form the iterated list.

Add and update verfier and test accordingly.
DeltaFile
+15-0mlir/test/Dialect/OpenMP/ops.mlir
+5-8mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+9-0mlir/test/Dialect/OpenMP/invalid.mlir
+1-3mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+30-114 files

LLVM/project 26491bbmlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Remove unrelated empty line
DeltaFile
+0-1mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+0-11 files

LLVM/project 5d5a373flang/lib/Optimizer/OpenMP FunctionFiltering.cpp, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Reject target map iterators without captures

Reject target map iterators until the follow-up capture-binding
representation is added since currently map_iterated on omp.target
only represents the dynamic map list and does not consider the
target-region arguments required by IsolatedFromAbove.
DeltaFile
+0-23mlir/test/Dialect/OpenMP/ops.mlir
+0-19mlir/test/Target/LLVMIR/openmp-todo.mlir
+5-5mlir/test/Dialect/OpenMP/invalid.mlir
+5-0mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+0-1flang/lib/Optimizer/OpenMP/FunctionFiltering.cpp
+10-485 files

LLVM/project 7fab358mlir/include/mlir/Dialect/OpenMP OpenMPOps.td, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Simplify map iterator clause assembly

- Split MLIR map syntax into separate map_entries(...) and map_iterated(...),
  removing the custom MapEntryList parser/printer.
- Moved omp.target map_iterated out of TargetOpRegion
  - it now prints before the target region instead of as map_iterated_entries(...) after the region.
- Renamed LLVMIR TODO helper to clause-style checkMap.
- Added DeclareMapperInfoOp builder from DeclareMapperInfoOperands
  and updated Flang call sites so they do not need to spell out newly
  added operands..
DeltaFile
+12-89mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+14-14mlir/test/Dialect/OpenMP/ops.mlir
+12-12mlir/test/Dialect/OpenMP/invalid.mlir
+7-7mlir/test/Target/LLVMIR/openmp-todo.mlir
+6-8mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+5-2mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+56-1323 files not shown
+62-1409 files

NetBSD/src mbZA0ijexternal/gpl3/gcc/dist/gcc/config/vax vax.md

   gcc/vax: adjust the constraints on the output operands of the
   '*extzv_aligned' instruction patterns, removing the 'earlyclobber'
   modifier, to be consistent with the constraints on the output operands
   of the related 'extv_aligned' instruction patterns.
VersionDeltaFile
1.27+2-2external/gpl3/gcc/dist/gcc/config/vax/vax.md
+2-21 files

LLVM/project 86a6fa2flang/lib/Optimizer/OpenMP FunctionFiltering.cpp, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Reject target map iterators without captures

Reject target map iterators until the follow-up capture-binding
representation is added since currently map_iterated on omp.target
only represents the dynamic map list and does not consider the
target-region arguments required by IsolatedFromAbove.
DeltaFile
+0-23mlir/test/Dialect/OpenMP/ops.mlir
+0-19mlir/test/Target/LLVMIR/openmp-todo.mlir
+5-5mlir/test/Dialect/OpenMP/invalid.mlir
+5-0mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+0-1flang/lib/Optimizer/OpenMP/FunctionFiltering.cpp
+10-485 files

LLVM/project 0b47918mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Remove unrelated empty line
DeltaFile
+0-1mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+0-11 files

LLVM/project 6ada2e3mlir/include/mlir/Dialect/OpenMP OpenMPOps.td, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Require explicit yield in iterator op

Remove the implicit terminator trait from omp.iterator so iterator
modifiers must explicitly yield the value used to form the iterated list.

Add and update verfier and test accordingly.
DeltaFile
+15-0mlir/test/Dialect/OpenMP/ops.mlir
+5-8mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+9-0mlir/test/Dialect/OpenMP/invalid.mlir
+1-3mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+30-114 files

LLVM/project 935b6bemlir/include/mlir/Dialect/OpenMP OpenMPOps.td, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

Simplify map iterator clause assembly

- Split MLIR map syntax into separate map_entries(...) and map_iterated(...),
  removing the custom MapEntryList parser/printer.
- Moved omp.target map_iterated out of TargetOpRegion
  - it now prints before the target region instead of as map_iterated_entries(...) after the region.
- Renamed LLVMIR TODO helper to clause-style checkMap.
- Added DeclareMapperInfoOp builder from DeclareMapperInfoOperands
  and updated Flang call sites so they do not need to spell out newly
  added operands..
DeltaFile
+9-85mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+14-14mlir/test/Dialect/OpenMP/ops.mlir
+12-12mlir/test/Dialect/OpenMP/invalid.mlir
+7-7mlir/test/Target/LLVMIR/openmp-todo.mlir
+6-8mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+6-3mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+54-1293 files not shown
+60-1379 files

LLVM/project 096bae0mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp, mlir/lib/Target/LLVMIR/Dialect/OpenMP OpenMPToLLVMIRTranslation.cpp

Add verifier check for iterated map info and tests for declare mapper
DeltaFile
+92-75mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+112-4mlir/test/Dialect/OpenMP/invalid.mlir
+24-0mlir/test/Target/LLVMIR/openmp-todo.mlir
+18-0mlir/test/Dialect/OpenMP/ops.mlir
+6-0mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+252-795 files

LLVM/project a15409ellvm/utils/gn README.rst

gn build: Remove a step from the README.

No longer necessary after https://gn-review.googlesource.com/c/gn/+/18500

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/197854
DeltaFile
+0-2llvm/utils/gn/README.rst
+0-21 files