LLVM/project 4c8d8abopenmp/module CMakeLists.txt

Diagnostics
DeltaFile
+1-1openmp/module/CMakeLists.txt
+1-11 files

LLVM/project 7c36e1dllvm/include/llvm/IR Argument.h

[NFC] Remove deprecated Argument::getParamAlignment() declaration (#169911)

The implementation of Argument::getParamAlignment() was removed in
commit b55f83d013eff244f7cf6bfcd06f06f7c894ff28, but the declaration in
Argument.h was left behind. Remove it.

NFC.
DeltaFile
+0-6llvm/include/llvm/IR/Argument.h
+0-61 files

LLVM/project 9999c31lldb/include/lldb/Target Process.h

[NFC][lldb] document Process::SetSTDIOFileDescriptor (#169849)

DeltaFile
+22-0lldb/include/lldb/Target/Process.h
+22-01 files

LLVM/project eb323d8libc/config/darwin/aarch64 entrypoints.txt, libc/src/__support/OSUtil/darwin exit.cpp CMakeLists.txt

[libc][darwin] add internal::exit (#166357)

Add internal::exit for MacOS/Darwin
DeltaFile
+24-0libc/src/__support/OSUtil/darwin/exit.cpp
+5-2libc/src/__support/OSUtil/darwin/CMakeLists.txt
+1-1libc/src/__support/OSUtil/darwin/aarch64/CMakeLists.txt
+1-0libc/config/darwin/aarch64/entrypoints.txt
+31-34 files

LLVM/project 4769122libc/test/UnitTest ExecuteFunctionUnix.cpp, libc/test/src/stdlib exit_test.cpp CMakeLists.txt

[libc][test] split exit tests into two separate tests (#169820)

_Exit(3) is a fairly simple syscall wrapper whereas exit(3) calls
atexit-registered functions + whole lot of stuff that require support
for sync primitives.

Splitting the tests allows testing the former easily (especially for new
port projects)

---------

Signed-off-by: Shreeyash Pandey <shreeyash335 at gmail.com>
DeltaFile
+15-0libc/test/src/stdlib/exit_test.cpp
+13-0libc/test/src/stdlib/CMakeLists.txt
+0-4libc/test/src/stdlib/_Exit_test.cpp
+1-1libc/test/UnitTest/ExecuteFunctionUnix.cpp
+29-54 files

LLVM/project d989ff9flang/lib/Lower/OpenMP OpenMP.cpp, flang/test/Lower/OpenMP omp-declare-reduction-combsub.f90

[flang][OpenMP] Add lowering of subroutine calls in custom reduction combiners (#169808)

This patch adds support for lowering subroutine calls in custom
reduction combiners to MLIR.
DeltaFile
+60-0flang/test/Lower/OpenMP/omp-declare-reduction-combsub.f90
+45-14flang/lib/Lower/OpenMP/OpenMP.cpp
+105-142 files

LLVM/project cc72171lldb/source/Plugins/SymbolFile/NativePDB SymbolFileNativePDB.cpp, lldb/source/Plugins/SymbolFile/PDB SymbolFilePDB.cpp

[LLDB][PDB] Access object file through module (#169728)

When a PDB is loaded through `target symbols add <pdb-path>`, its
`m_objectfile_sp` is an `ObjectFilePDB` instead of `ObjectFilePECOFF`
(the debugged module). In both the native and DIA plugin, some paths
assumed that `m_objectfile_sp` is the debugged module. With this PR,
they go through `m_objfile_sp->GetModule()->GetObjectFile()`.

For the DIA plugin, this lead to an assertion failure
(https://github.com/llvm/llvm-project/issues/169628#issuecomment-3582555277)
and for both plugins, it meant that the symbol table wasn't loaded.
DeltaFile
+39-0lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp
+6-3lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
+2-1lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
+47-43 files

LLVM/project eea00f4openmp CMakeLists.txt, openmp/module CMakeLists.txt

CMake-ify
DeltaFile
+4-4openmp/module/CMakeLists.txt
+2-2openmp/CMakeLists.txt
+6-62 files

FreeBSD/ports 336bb48shells/bash Makefile

shells/bash: Reintroduce PORTS_READLINE

Now that readline has been updated to 8.3, the option to use the library from
ports rather than the bundled version can be restored. The option remains
disabled by default to avoid unexpected build or runtime changes for users
and to maintain consistency with previous releases.

PR:             288208
DeltaFile
+6-6shells/bash/Makefile
+6-61 files

FreeBSD/ports c7acd3ewww/R-cran-pkgdown Makefile distinfo

www/R-cran-pkgdown: Update to 2.2.0

Switch WWW to canonical form.

Changelog: https://cran.r-project.org/web/packages/pkgdown/news/news.html
DeltaFile
+5-5www/R-cran-pkgdown/Makefile
+3-3www/R-cran-pkgdown/distinfo
+8-82 files

LLVM/project 4237ec3mlir/lib/Conversion/MPIToLLVM MPIToLLVM.cpp

[MLIR] Apply clang-tidy fixes for readability-avoid-const-params-in-decls in MPIToLLVM.cpp (NFC)
DeltaFile
+6-7mlir/lib/Conversion/MPIToLLVM/MPIToLLVM.cpp
+6-71 files

LLVM/project 4e30dccmlir/lib/Target/LLVMIR/Dialect/GPU SelectObjectAttr.cpp

[MLIR] Apply clang-tidy fixes for llvm-else-after-return in SelectObjectAttr.cpp (NFC)
DeltaFile
+5-6mlir/lib/Target/LLVMIR/Dialect/GPU/SelectObjectAttr.cpp
+5-61 files

FreeBSD/doc d9020efwebsite/content/en/status/report-2025-07-2025-09 drm-drivers-slowdowns_fixes.adoc

Status/2025Q3/drm-drivers-slowdowns_fixes.adoc: Update pkg versions, fix nits

Sponsored by:   The FreeBSD Foundation
DeltaFile
+5-2website/content/en/status/report-2025-07-2025-09/drm-drivers-slowdowns_fixes.adoc
+5-21 files

OPNSense/core ed782edsrc/opnsense/mvc/app/controllers/OPNsense/Firewall/Api DNatController.php

target and local-port use the alias formatter too, add them to result
DeltaFile
+2-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/DNatController.php
+2-21 files

FreeBSD/ports 25eb52ddatabases/py-aiosql distinfo Makefile

databases/py-aiosql: Update to 14.1

Release changes:        https://github.com/nackjicholson/aiosql/releases/tag/14.1
Reported by:    portscout!
DeltaFile
+3-3databases/py-aiosql/distinfo
+1-1databases/py-aiosql/Makefile
+4-42 files

FreeBSD/ports a41d6dfdevel/py-terminaltexteffects distinfo Makefile, devel/py-terminaltexteffects/files patch-terminaltexteffects_template_effect__template.py

devel/py-terminaltexteffects: Update to 0.14.0

- Change the build dependency
- Add a patch to fix the following error:

*** Error compiling '/usr/local/poudriere/ports/default/devel/py-terminaltexteffects/work-py311/stage/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template
.py'...
  File "/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template.py", line 72
    "steps will create a smoother and longer gradient animation."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: action

*** Error compiling '/usr/local/poudriere/ports/default/devel/py-terminaltexteffects/work-py311/stage/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template
.py'...
  File "/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template.py", line 72
    "steps will create a smoother and longer gradient animation."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: action


    [2 lines not shown]
DeltaFile
+10-0devel/py-terminaltexteffects/files/patch-terminaltexteffects_template_effect__template.py
+3-3devel/py-terminaltexteffects/distinfo
+2-2devel/py-terminaltexteffects/Makefile
+15-53 files

OPNSense/core 32d6915src/opnsense/mvc/app/views/OPNsense/Firewall dnat_rule.volt

Return description in the any formatter when possible
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/dnat_rule.volt
+1-11 files

LLVM/project a248fe0llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp AMDGPURegBankLegalizeRules.cpp

AMDGPU/GlobalISel: Report RegBankLegalize errors using reportGISelFailure

Use standard GlobalISel error reporting with reportGISelFailure
and pass returning false instead of llvm_unreachable.
Also enables -global-isel-abort=0 or 2 for -global-isel -new-reg-bank-select.
Note: new-reg-bank-select with abort 0 or 2 runs LCSSA,
while "intended use" without abort or with abort 1 does not run LCSSA.
DeltaFile
+47-23llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+11-16llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+6-3llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.h
+4-2llvm/lib/Target/AMDGPU/AMDGPURegBankLegalize.cpp
+2-2llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.h
+70-465 files

OPNSense/core 9c0b553src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogDNatRule.xml, src/opnsense/mvc/app/models/OPNsense/Firewall DNat.xml

Add labels, hints, BlankDesc
DeltaFile
+8-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogDNatRule.xml
+2-0src/opnsense/mvc/app/models/OPNsense/Firewall/DNat.xml
+10-22 files

LLVM/project 346f48eclang/lib/Headers avx512vlbf16intrin.h avx512bf16intrin.h, clang/test/CodeGen/X86 avx512vlbf16-builtins.c avx512bf16-builtins.c

[Headers][X86] Convert bf16 to f32 conversions to constexpr implementations (#169841)

Fixes #154911
DeltaFile
+18-6clang/lib/Headers/avx512vlbf16intrin.h
+15-4clang/lib/Headers/avx512bf16intrin.h
+7-0clang/test/CodeGen/X86/avx512vlbf16-builtins.c
+5-0clang/test/CodeGen/X86/avx512bf16-builtins.c
+45-104 files

LLVM/project 63163b4mlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Add Permute Op (#169793)

This patch adds the `permute` op.
Lit tests are added to verify the lowering to the intrinsics. 
Negative tests are also added to check the error-handling of invalid
combinations.

PTX spec reference:
https://docs.nvidia.com/cuda/parallel-thread-execution/#data-movement-and-conversion-instructions-prmt

Signed-off-by: Dharuni R Acharya <dharunira at nvidia.com>
DeltaFile
+127-0mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+64-0mlir/test/Target/LLVMIR/nvvm/permute_valid.mlir
+50-0mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+43-0mlir/test/Target/LLVMIR/nvvm/permute_invalid.mlir
+284-04 files

HardenedBSD/src 5d104bashare/man/man9 device_get_children.9 Makefile, sys/kern subr_bus.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+39-8share/man/man9/device_get_children.9
+11-10sys/sys/bus.h
+18-0sys/kern/subr_bus.c
+1-0share/man/man9/Makefile
+69-184 files

HardenedBSD/ports da89fc1databases/pgpool-II-47 Makefile pkg-plist, databases/pgpool-II-47/files pgpool.in

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+56-10mail/mailpit/files/patch-package-lock.json
+51-0databases/pgpool-II-47/Makefile
+48-0databases/pgpool-II-47/files/pgpool.in
+45-0databases/pgpool-II-47/pkg-plist
+17-17security/vault/distinfo
+17-15devel/py-ty/distinfo
+234-4288 files not shown
+564-32394 files

FreeNAS/freenas 1c90e74src/middlewared/middlewared/plugins/vm/supervisor utils.py domain_xml.py

NAS-137898 / 25.10.1 / Properly match appropriate OVMF VAR file against CODE file (by Qubad786) (#17726)

## Context

Backport of https://github.com/truenas/truenas_pylibvirt/pull/14

Original PR: https://github.com/truenas/middleware/pull/17722

Co-authored-by: M. Rehan <mrehanlm93 at gmail.com>
DeltaFile
+60-0src/middlewared/middlewared/plugins/vm/supervisor/utils.py
+6-2src/middlewared/middlewared/plugins/vm/supervisor/domain_xml.py
+66-22 files

FreeNAS/freenas 4c5f422src/middlewared/middlewared/plugins/vm/supervisor utils.py domain_xml.py

NAS-137898 / 25.10.2 / Properly match appropriate OVMF VAR file against CODE file (#17722)

## Context

Backport of https://github.com/truenas/truenas_pylibvirt/pull/14
DeltaFile
+60-0src/middlewared/middlewared/plugins/vm/supervisor/utils.py
+6-2src/middlewared/middlewared/plugins/vm/supervisor/domain_xml.py
+66-22 files

NetBSD/pkgsrc Alig2krdoc CHANGES-2025

   Updated games/freecell-solver, databases/py-pypika-tortoise
VersionDeltaFile
1.6923+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc Fg89W1tdatabases/py-pypika-tortoise distinfo Makefile

   py-pypika-tortoise: updated to 0.6.3

   0.6.3
   Fix: do not add alias to group by columns in the case if the column not selected
VersionDeltaFile
1.11+4-4databases/py-pypika-tortoise/distinfo
1.13+2-2databases/py-pypika-tortoise/Makefile
+6-62 files

LLVM/project 13f950aopenmp/module omp_lib.h.var CMakeLists.txt, openmp/runtime/cmake LibompExports.cmake

Also move omp_lib.h
DeltaFile
+1,298-0openmp/module/omp_lib.h.var
+0-1,298openmp/runtime/src/include/omp_lib.h.var
+0-12openmp/runtime/src/CMakeLists.txt
+3-0openmp/module/CMakeLists.txt
+1-1openmp/runtime/cmake/LibompExports.cmake
+1,302-1,3115 files

NetBSD/pkgsrc GOnjOJwgames/freecell-solver distinfo Makefile

   freecell-solver: updated to 6.16.0

   Version 6.16.0: ( 17-Nov-2025 )

   1. Clean up and sanitize the the depth/dbm fc-solvers.
VersionDeltaFile
1.7+4-4games/freecell-solver/distinfo
1.15+2-3games/freecell-solver/Makefile
+6-72 files

NetBSD/pkgsrc owAxa8Qdoc CHANGES-2025

   doc: Updated ham/chirp to 20251128
VersionDeltaFile
1.6922+2-1doc/CHANGES-2025
+2-11 files