LLVM/project 52430e7llvm/test/tools/llvm-ir2vec/Inputs input.ll, llvm/test/tools/llvm-ir2vec/bindings ir2vec-exceptions.py ir2vec-bindings.py

[llvm-ir2vec] Adding initEmbedding API to ir2vec python bindings (#177092)

Adds the initEmbedding API to ir2vec python bindings
DeltaFile
+73-1llvm/tools/llvm-ir2vec/Bindings/PyIR2Vec.cpp
+36-7llvm/tools/llvm-ir2vec/Bindings/CMakeLists.txt
+38-0llvm/test/tools/llvm-ir2vec/bindings/ir2vec-exceptions.py
+12-3llvm/test/tools/llvm-ir2vec/bindings/ir2vec-bindings.py
+5-0llvm/test/tools/llvm-ir2vec/Inputs/input.ll
+164-115 files

OPNSense/core ca06d54src/opnsense/mvc/app/library/OPNsense/Core Shell.php

backend: fix regression in https://github.com/opnsense/core/commit/796a5c725bc6dd90a5f425e3b0ebf89054606a02, when using %d or %f as formatters, we can't push them through escapeshellarg() as it will mangle the data unneeded. closes https://github.com/opnsense/core/issues/9686
DeltaFile
+1-2src/opnsense/mvc/app/library/OPNsense/Core/Shell.php
+1-21 files

NetBSD/pkgsrc jzt8Mqfsecurity/kf6-kwallet Makefile buildlink3.mk

   kf6-kwallet: gpgmepp split out of gpgme so depend on it.
VersionDeltaFile
1.19+3-3security/kf6-kwallet/Makefile
1.17+2-2security/kf6-kwallet/buildlink3.mk
+5-52 files

NetBSD/pkgsrc VHpK1bwsecurity/kwallet Makefile buildlink3.mk

   kwallet: gpgmepp split out of gpgme so depend on it.
VersionDeltaFile
1.103+3-3security/kwallet/Makefile
1.56+2-2security/kwallet/buildlink3.mk
+5-52 files

NetBSD/pkgsrc 4p9g3MYsecurity/qgpgme Makefile buildlink3.mk

   qgpgme: don't build qt5 version. add gpgmepp to buildlink.
VersionDeltaFile
1.44+3-1security/qgpgme/Makefile
1.34+2-1security/qgpgme/buildlink3.mk
+5-22 files

NetBSD/pkgsrc yFbxLiMwww/qt6-qtwebengine distinfo Makefile

   qt6-qtwebengine: update to 6.10.2
VersionDeltaFile
1.4+4-4www/qt6-qtwebengine/distinfo
1.5+1-2www/qt6-qtwebengine/Makefile
+5-62 files

NetBSD/pkgsrc 0Nz1yVsdoc CHANGES-2026

   Updated www/p5-WWW-Mechanize to 2.20
VersionDeltaFile
1.776+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HV0IMOUwww/p5-WWW-Mechanize distinfo Makefile

   Update to 2.20

   Upstream changes:
   2.20      2025-10-22 19:04:44Z
       [ENHANCEMENTS]
       - WWW::Mechanize no longer taints the responses it receives.  This also
       removes Test::Taint as a prerequisite. (GH#383) (Andy Lester)
       - select() now accepts a number argument to specify which instance of an
         element with multiple occurrences to use (GH#189) (Julien Fiegehenn)
       - Add Bash completion (GH#396) (Mikko Koivunalho)
       [DOCUMENTATION]
       - Improve FAQ (GH#76) (Julien Fiegehenn)
       - Add installation instructions and badge for Repology (GH#399) (Mikko
         Koivunalho)
       - Add License, CPAN and kwalitee badges to README (GH#400) (Mikko
         Koivunalho)
       [FIXED]
       - Fix test failure after release of HTTP::Message 7.01 (GH#403) (Olaf
         Alders)

    [5 lines not shown]
VersionDeltaFile
1.48+4-4www/p5-WWW-Mechanize/distinfo
1.71+3-4www/p5-WWW-Mechanize/Makefile
+7-82 files

HardenedBSD/ports b6173fedevel/cmake-core/files patch-Modules_Compiler_Clang.cmake, graphics/png distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+4-8www/opengist/files/opengist.in
+11-0devel/cmake-core/files/patch-Modules_Compiler_Clang.cmake
+5-5graphics/png/distinfo
+3-3security/libgcrypt/distinfo
+3-3japanese/proxy2ch/distinfo
+4-2www/opengist/Makefile
+30-2110 files not shown
+44-3816 files

OpenBSD/ports TPaA4eXsysutils/rclone distinfo Makefile

   Update to rclone-1.73.0

   Fixes OpenBSD mount support. Changes:
   https://rclone.org/changelog/#v1-73-0-2026-01-30
VersionDeltaFile
1.59+4-4sysutils/rclone/distinfo
1.68+1-1sysutils/rclone/Makefile
+5-52 files

OpenBSD/ports q6WRw8kgraphics/p5-Image-ExifTool distinfo Makefile

   Update to p5-Image-ExifTool-13.47.
VersionDeltaFile
1.91+2-2graphics/p5-Image-ExifTool/distinfo
1.102+1-1graphics/p5-Image-ExifTool/Makefile
+3-32 files

OpenBSD/ports WRohRlydevel/py-cachetools distinfo Makefile

   Update to py3-cachetools-6.2.6.
VersionDeltaFile
1.21+2-2devel/py-cachetools/distinfo
1.32+1-1devel/py-cachetools/Makefile
+3-32 files

OpenBSD/ports U4s1T3gdevel/p5-Algorithm-CurveFit Makefile distinfo

   Update to p5-Algorithm-CurveFit-1.06.
VersionDeltaFile
1.14+4-4devel/p5-Algorithm-CurveFit/Makefile
1.4+2-2devel/p5-Algorithm-CurveFit/distinfo
+6-62 files

FreeBSD/src aa1f6calib/libc/stdio vfprintf.c vfwprintf.c, share/man/man5 src.conf.5

libc: drop NO_FP_LIBC support

NO_FP_LIBC was added in 2004 to save space by disabling FP support in
*printf()/*scanf(). The size benefit is negligible on modern systems
and conflicts with assumptions made by current base utilities.

Remove the option and always build libc with floating-point support.

Reported by:    Oskar Holmlund <eovholmlund at gmail com>

(cherry picked from commit 8e6843db9bc5af14b0ee631081ecaf1f02ce821a)
DeltaFile
+0-14lib/libc/stdio/vfprintf.c
+0-12lib/libc/stdio/vfwprintf.c
+0-12lib/libc/stdio/printf-pos.c
+0-10lib/libc/stdio/vfscanf.c
+0-8lib/libc/stdio/vfwscanf.c
+1-5share/man/man5/src.conf.5
+1-617 files not shown
+1-8413 files

HardenedBSD/src aa1f6calib/libc/stdio vfprintf.c vfwprintf.c, share/man/man5 src.conf.5

libc: drop NO_FP_LIBC support

NO_FP_LIBC was added in 2004 to save space by disabling FP support in
*printf()/*scanf(). The size benefit is negligible on modern systems
and conflicts with assumptions made by current base utilities.

Remove the option and always build libc with floating-point support.

Reported by:    Oskar Holmlund <eovholmlund at gmail com>

(cherry picked from commit 8e6843db9bc5af14b0ee631081ecaf1f02ce821a)
DeltaFile
+0-14lib/libc/stdio/vfprintf.c
+0-12lib/libc/stdio/vfwprintf.c
+0-12lib/libc/stdio/printf-pos.c
+0-10lib/libc/stdio/vfscanf.c
+0-8lib/libc/stdio/vfwscanf.c
+1-5share/man/man5/src.conf.5
+1-617 files not shown
+1-8413 files

FreeBSD/ports 7388630www/opengist Makefile, www/opengist/files opengist.in

www/opengist: Fix user creation and usage.

PR:             292747
Reported by:    Swee <meow at swee.codes>
DeltaFile
+4-8www/opengist/files/opengist.in
+4-2www/opengist/Makefile
+8-102 files

HardenedBSD/ports 7388630www/opengist Makefile, www/opengist/files opengist.in

www/opengist: Fix user creation and usage.

PR:             292747
Reported by:    Swee <meow at swee.codes>
DeltaFile
+4-8www/opengist/files/opengist.in
+4-2www/opengist/Makefile
+8-102 files

FreeNAS/freenas 4328007src/middlewared/middlewared/plugins/iscsi_ target_to_extent.py

Add reload retry code
DeltaFile
+28-1src/middlewared/middlewared/plugins/iscsi_/target_to_extent.py
+28-11 files

FreeBSD/ports d2c9fa5security/libgcrypt distinfo Makefile

security/libgcrypt: Update to 1.12.0
DeltaFile
+3-3security/libgcrypt/distinfo
+1-1security/libgcrypt/Makefile
+1-1security/libgcrypt/pkg-plist
+5-53 files

HardenedBSD/ports d2c9fa5security/libgcrypt distinfo Makefile

security/libgcrypt: Update to 1.12.0
DeltaFile
+3-3security/libgcrypt/distinfo
+1-1security/libgcrypt/Makefile
+1-1security/libgcrypt/pkg-plist
+5-53 files

LLVM/project f992f97mlir/include/mlir-c Rewrite.h, mlir/lib/Bindings/Python Rewrite.cpp

[MLIR][Python] Support dialect conversion in python bindings (#177782)

This PR adds dialect conversion support to the MLIR Python bindings.
Because it introduces a number of new APIs, it’s a fairly large PR. It
mainly includes the following parts:

* Add a set of types and APIs to the C API, including
`MlirConversionTarget`, `MlirConversionPattern`, `MlirTypeConverter`,
`MlirConversionPatternRewriter`, and others.
* Add the corresponding types and APIs to the Python bindings.
* Extend `mlir-tblgen` with codegen for Python adaptor classes, which
generates an adaptor class for each op.

Note that this PR only adds support for 1-to-1 conversions, 1-to-N
type/value conversions are not supported yet.

---------

Co-authored-by: Maksim Levental <maksim.levental at gmail.com>
DeltaFile
+300-2mlir/lib/Bindings/Python/Rewrite.cpp
+208-0mlir/lib/CAPI/Transforms/Rewrite.cpp
+151-0mlir/include/mlir-c/Rewrite.h
+111-24mlir/tools/mlir-tblgen/OpPythonBindingGen.cpp
+74-39mlir/test/mlir-tblgen/op-python-bindings.td
+73-0mlir/test/python/rewrite.py
+917-656 files not shown
+1,027-6612 files

LLVM/project faf3e06clang/docs SourceBasedCodeCoverage.rst ReleaseNotes.rst, clang/include/clang/Basic DiagnosticFrontendKinds.td

[MC/DC] Enable nested expressions (#125413)

A warning "contains an operation with a nested boolean expression." is
no longer emitted. At the moment, split expressions are treated as
individual Decisions.
DeltaFile
+63-60clang/lib/CodeGen/CodeGenPGO.cpp
+26-4clang/test/CoverageMapping/mcdc-nested-expr.cpp
+0-7clang/docs/SourceBasedCodeCoverage.rst
+0-5clang/include/clang/Basic/DiagnosticFrontendKinds.td
+2-2clang/test/Frontend/custom-diag-werror-interaction.c
+1-0clang/docs/ReleaseNotes.rst
+92-786 files

FreeBSD/src ab9b047. .clang-format

clang-format: adjust to sort C++ headers per style(9)

Many standard C++ headers do not have the .h file extension: some, such as
`iostream`, lack it; others have a .hpp file extension. Moreover, some
projects (like ATF/Kyua) also contain .ipp files, which are C++ "interface"
files.

Relax the regular expression to ensure that non-traditional C "system"
headers, C++ headers, etc, with angle brackets are sorted before
"local" headers.

MFC after:      1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D54401
DeltaFile
+2-2.clang-format
+2-21 files

HardenedBSD/src ab9b047. .clang-format

clang-format: adjust to sort C++ headers per style(9)

Many standard C++ headers do not have the .h file extension: some, such as
`iostream`, lack it; others have a .hpp file extension. Moreover, some
projects (like ATF/Kyua) also contain .ipp files, which are C++ "interface"
files.

Relax the regular expression to ensure that non-traditional C "system"
headers, C++ headers, etc, with angle brackets are sorted before
"local" headers.

MFC after:      1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D54401
DeltaFile
+2-2.clang-format
+2-21 files

OpenBSD/ports pvBr8Kmsysutils/grafana distinfo Makefile, sysutils/grafana/pkg PLIST

   sysutils/grafana: update to 12.3.2
VersionDeltaFile
1.42+22-20sysutils/grafana/pkg/PLIST
1.42+4-4sysutils/grafana/distinfo
1.59+1-2sysutils/grafana/Makefile
+27-263 files

LLVM/project 60b24e2llvm/test/CodeGen/AMDGPU fneg-combines.f16.ll fneg-combines.ll, llvm/test/CodeGen/RISCV fpclamptosat.ll

Merge branch 'users/chapuni/mcdc/nest/covmapdesc' into users/chapuni/mcdc/nest/nest
DeltaFile
+56,025-0llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+14,154-5,110llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+850-5,393llvm/test/CodeGen/RISCV/fpclamptosat.ll
+2,230-3,501llvm/test/CodeGen/AMDGPU/fneg-combines.f16.ll
+2,626-2,303llvm/test/CodeGen/AMDGPU/fneg-combines.ll
+4,716-0llvm/test/MC/AMDGPU/gfx13_asm_sop2.s
+80,601-16,307984 files not shown
+135,807-36,963990 files

LLVM/project e91fdd9llvm/test/CodeGen/AMDGPU fneg-combines.f16.ll fneg-combines.ll, llvm/test/CodeGen/RISCV fpclamptosat.ll

Merge branch 'users/chapuni/cov/single/binop' into users/chapuni/mcdc/nest/covmapdesc
DeltaFile
+56,025-0llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+14,154-5,110llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+850-5,393llvm/test/CodeGen/RISCV/fpclamptosat.ll
+2,230-3,501llvm/test/CodeGen/AMDGPU/fneg-combines.f16.ll
+2,626-2,303llvm/test/CodeGen/AMDGPU/fneg-combines.ll
+4,716-0llvm/test/MC/AMDGPU/gfx13_asm_sop2.s
+80,601-16,307984 files not shown
+135,807-36,963990 files

LLVM/project 940475cllvm/test/CodeGen/AMDGPU fneg-combines.f16.ll fneg-combines.ll, llvm/test/CodeGen/RISCV fpclamptosat.ll

Merge branch 'main' into users/chapuni/cov/single/binop
DeltaFile
+56,025-0llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+14,154-5,110llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+850-5,393llvm/test/CodeGen/RISCV/fpclamptosat.ll
+2,230-3,501llvm/test/CodeGen/AMDGPU/fneg-combines.f16.ll
+2,626-2,303llvm/test/CodeGen/AMDGPU/fneg-combines.ll
+4,716-0llvm/test/MC/AMDGPU/gfx13_asm_sop2.s
+80,601-16,307986 files not shown
+135,956-37,145992 files

LLVM/project a34e89fclang/lib/StaticAnalyzer/Checkers/WebKit NoDeleteChecker.cpp, clang/test/Analysis/Checkers/WebKit nodelete-annotation.cpp

[alpha.webkit.NoDeleteChecker] Don't emit a warning for a function without annotation. (#178824)

This PR fixes the bug in alpha.webkit.NoDeleteChecker that it emits a
warning for any function without
[[clang::annotate_type("webkit.nodelete")]] annotation if it contains
non-trivial code. It also fixes a bug hat we weren't checking the
presence of the annotation on superclass' corresponding member
functions.
DeltaFile
+21-29clang/lib/StaticAnalyzer/Checkers/WebKit/NoDeleteChecker.cpp
+4-0clang/test/Analysis/Checkers/WebKit/nodelete-annotation.cpp
+25-292 files

NetBSD/pkgsrc nuUgBVudoc CHANGES-2026

   Added www/p5-Mojolicious-Plugin-CSRF version 1.05
VersionDeltaFile
1.775+2-1doc/CHANGES-2026
+2-11 files