FreeBSD/ports 0c04978databases/py-asyncpg Makefile

databases/py-asyncpg: fix build

PR:             296435
Reported by:    Hiroo Ono <hiroo.ono+freebsd at gmail.com>
DeltaFile
+4-0databases/py-asyncpg/Makefile
+4-01 files

LLVM/project e81646fcross-project-tests/debuginfo-tests/dexter Script.md, cross-project-tests/debuginfo-tests/dexter-tests global-constant.cpp

review comments
DeltaFile
+2-1cross-project-tests/debuginfo-tests/dexter-tests/global-constant.cpp
+2-0cross-project-tests/debuginfo-tests/dexter/Script.md
+4-12 files

LLVM/project f3c3c87cross-project-tests/debuginfo-tests/dexter-tests optnone-loops.cpp vla.c, cross-project-tests/debuginfo-tests/dexter-tests/memvars unused-merged-value.c ptr-to.c

Address review comments, format
DeltaFile
+46-40cross-project-tests/debuginfo-tests/dexter-tests/optnone-loops.cpp
+11-9cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c
+4-10cross-project-tests/debuginfo-tests/dexter-tests/memvars/ptr-to.c
+2-3cross-project-tests/debuginfo-tests/dexter-tests/vla.c
+3-2cross-project-tests/debuginfo-tests/dexter-tests/optnone-fastmath.cpp
+2-1cross-project-tests/debuginfo-tests/dexter-tests/memvars/inline-escaping-function.c
+68-6512 files not shown
+90-7718 files

LLVM/project 67d7469cross-project-tests/debuginfo-tests/dexter Script.md

order->at_least
DeltaFile
+1-1cross-project-tests/debuginfo-tests/dexter/Script.md
+1-11 files

LLVM/project 79491f6cross-project-tests/debuginfo-tests/dexter-tests optnone-loops.cpp optnone-fastmath.cpp, cross-project-tests/debuginfo-tests/dexter-tests/memvars ctrl-flow.c inlining.c

Apply clang-format within reason
DeltaFile
+9-15cross-project-tests/debuginfo-tests/dexter-tests/optnone-loops.cpp
+5-5cross-project-tests/debuginfo-tests/dexter-tests/optnone-fastmath.cpp
+3-3cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
+2-2cross-project-tests/debuginfo-tests/dexter-tests/memvars/ctrl-flow.c
+2-2cross-project-tests/debuginfo-tests/dexter-tests/memvars/inlining.c
+2-2cross-project-tests/debuginfo-tests/dexter-tests/memvars/loop.c
+23-297 files not shown
+29-3813 files

LLVM/project 94b878ecross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb LLDB.py

Fix: Account for weird function name endings in lldb-dap
DeltaFile
+5-0cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
+5-01 files

LLVM/project f3c0f91cross-project-tests/debuginfo-tests/dexter/dex/test_script Nodes.py, cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts floats.cpp

Address review comments: extend docs, add test comment
DeltaFile
+7-7cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/floats.cpp
+2-1cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py
+9-82 files

LLVM/project a920324cross-project-tests/debuginfo-tests/dexter/dex/evaluation ExpectMatch.py, cross-project-tests/debuginfo-tests/dexter/dex/test_script Nodes.py

[Dexter] Add ability to check float values within a range

Adds a new node type, !float, which can be used to match debugger ouptut as
float values rather than as strings, optionally allowing a range to be
specified for inexact matches. This new node allows a list of values to be
given, effectively a shorthand for a list of individual !float nodes.
DeltaFile
+109-1cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py
+68-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/floats.cpp
+12-1cross-project-tests/debuginfo-tests/dexter/dex/evaluation/ExpectMatch.py
+189-23 files

LLVM/project 193bf1ecross-project-tests/debuginfo-tests/dexter-tests optnone-fastmath.cpp nrvo-string.cpp, cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio VisualStudio.py

[Dexter] Switch to using script-mode by default

This patch changes the default mode of Dexter from heuristic-mode to
script-mode. The --use-script argument is replaced with --use-heuristic,
some comments/docs/error messages are updated accordingly, and tests have
their flags switched accordingly.
DeltaFile
+2-6cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
+3-4cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/view.cpp
+3-3cross-project-tests/debuginfo-tests/dexter/dex/tools/test/Tool.py
+2-2cross-project-tests/debuginfo-tests/dexter-tests/optnone-fastmath.cpp
+2-2cross-project-tests/debuginfo-tests/dexter-tests/nrvo-string.cpp
+2-2cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp
+14-19168 files not shown
+188-208174 files

LLVM/project d7c9ed2cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb LLDB.py, cross-project-tests/debuginfo-tests/dexter/dex/evaluation Metrics.py

format
DeltaFile
+6-2cross-project-tests/debuginfo-tests/dexter/dex/evaluation/Metrics.py
+1-1cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
+7-32 files

LLVM/project 7e692bccross-project-tests/debuginfo-tests/dexter/dex/evaluation Metrics.py

Add irretrievable metric
DeltaFile
+5-0cross-project-tests/debuginfo-tests/dexter/dex/evaluation/Metrics.py
+5-01 files

LLVM/project 0d559edcross-project-tests/debuginfo-tests/dexter-tests optnone-vectors-and-functions.cpp optnone-simple-functions.cpp, cross-project-tests/debuginfo-tests/dexter-tests/memvars inlining-dse.c

[Dexter] Update lldb-based dexter-tests to use script-mode

This patch replaces uses of heuristic-mode Dexter in the dexter-tests suite
with uses of the script-mode, for tests that use DAP (via lldb-dap). The
updates are largely straightforward but occasionally non-trivial, and in
some cases some slight modifications have been made to keep the "spirit" of
the test intact.
DeltaFile
+93-73cross-project-tests/debuginfo-tests/dexter-tests/optnone-vectors-and-functions.cpp
+98-51cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp
+68-54cross-project-tests/debuginfo-tests/dexter-tests/optnone-loops.cpp
+57-33cross-project-tests/debuginfo-tests/dexter-tests/optnone-fastmath.cpp
+30-19cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
+19-22cross-project-tests/debuginfo-tests/dexter-tests/memvars/inlining-dse.c
+365-25221 files not shown
+669-39227 files

LLVM/project cb0a535cross-project-tests/debuginfo-tests/dexter/dex/evaluation Metrics.py

backport: add optimized out metric
DeltaFile
+7-1cross-project-tests/debuginfo-tests/dexter/dex/evaluation/Metrics.py
+7-11 files

LLVM/project 7ae0c2dcross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb LLDB.py

Remove all tags that LLDB may add
DeltaFile
+5-2cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
+5-21 files

LLVM/project 0e919bdcross-project-tests/debuginfo-tests/dexter Script.md

Address various review comments
DeltaFile
+21-20cross-project-tests/debuginfo-tests/dexter/Script.md
+21-201 files

LLVM/project f914f10cross-project-tests/debuginfo-tests/dexter README.md Heuristic.md

[Dexter] Document the structured script model

This patch adds documentation for the script model to the Dexter README,
shunting heuristic-mode information into a separate doc, creating a new
doc for script-mode, and linking to both (with a brief summary of the
differences) from the base README.
DeltaFile
+6-232cross-project-tests/debuginfo-tests/dexter/README.md
+231-0cross-project-tests/debuginfo-tests/dexter/Heuristic.md
+213-0cross-project-tests/debuginfo-tests/dexter/Script.md
+450-2323 files

LLVM/project 38f417fcross-project-tests/debuginfo-tests/dexter/dex/evaluation ExpectMatch.py

Add a comment
DeltaFile
+3-0cross-project-tests/debuginfo-tests/dexter/dex/evaluation/ExpectMatch.py
+3-01 files

LLVM/project dd0fca0cross-project-tests/debuginfo-tests/dexter/dex/evaluation ExpectMatch.py, cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/evaluation eval_sublist_aggregates.cpp eval_sublist_aggregates_addresses.cpp

[Dexter] Allow matching lists of values for aggregate members

This patch slightly extends the matching of aggregate members to allow for
lists of expected values for individual members, functioning the same as
lists of expected values for scalar values.
DeltaFile
+136-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/evaluation/eval_sublist_aggregates.cpp
+54-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/evaluation/eval_sublist_aggregates_addresses.cpp
+8-4cross-project-tests/debuginfo-tests/dexter/dex/evaluation/ExpectMatch.py
+198-43 files

LLVM/project 5f094a2llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp

[DAGCombiner][NFC] Use `m_Value(N, Pattern)` overload to simplify matching (#207154)

Replace the `m_AllOf(Pattern, m_Value(N))` idiom (match-and-bind) with
the
`m_Value(N, Pattern)` overload throughout `DAGCombiner`, and fold
standalone
negative `sd_match` checks into the pattern via `m_Unless` where
applicable.
DeltaFile
+11-17llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+11-171 files

FreeBSD/src 8ad097dsys/compat/linux linux_xattr.c

linuxulator: Fix operator precedence for LINUX_XATTR_FLAGS in setxattr()

The LINUX_XATTR_FLAGS macro expands to (LINUX_XATTR_CREATE|LINUX_XATTR_REPLACE).
Without parentheses around the macro expansion, the bitwise & operator has
higher precedence than |, causing incorrect flag evaluation and a compiler
warning.

Add the missing parentheses around LINUX_XATTR_FLAGS to ensure correct
operator grouping, matching the existing usage in getxattr().

Signed-off-by:  YAO, Xin <mr.yaoxin at outlook.com>
Fixes:          2c905456312b ("linuxulator: Fix O_PATH file descriptors errno for f*xattr(2)")
Reviewed by:    kib
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2306
DeltaFile
+4-4sys/compat/linux/linux_xattr.c
+4-41 files

LLVM/project d05ff6fllvm/lib/Target/AArch64 AArch64SystemOperands.td AArch64InstrFormats.td, llvm/lib/Target/AArch64/AsmParser AArch64AsmParser.cpp

[AArch64][llvm] Implement HINT instructions as aliases (NFC) (#206383)

Implement these `HINT`-space encodings as aliases of `HINT`
instead of dedicated instructions:
  * bti
  * psb
  * stshh
  * stcph
  * shuh
  * tsb

Use normal generated InstAlias parsing for these forms. The option
operands are parsed with `parseKeywordOperand` and are
canonicalized to preserve the existing case-insensitive assembly syntax.

Remove the now-unused `PSB`, `BTI`, `CMH`, `PHint` and `TSB` tablegen
definitions, operand classes, parser hooks and printer helpers.

Also tighten the `BTI` check to match the exact `BTI HINT` encodings:

    [11 lines not shown]
DeltaFile
+14-248llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+0-152llvm/lib/Target/AArch64/AArch64SystemOperands.td
+0-103llvm/lib/Target/AArch64/AArch64InstrFormats.td
+0-55llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
+0-49llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
+21-24llvm/lib/Target/AArch64/AArch64InstrInfo.td
+35-63113 files not shown
+106-68419 files

OPNSense/core 527412c. plist

pkg: fix plist
DeltaFile
+1-1plist
+1-11 files

NetBSD/pkgsrc-wip c89fcf6xlockmore Makefile.common distinfo

xlockmore: make standalone, don't use x11 version
DeltaFile
+4-4xlockmore/Makefile.common
+3-4xlockmore/distinfo
+7-82 files

NetBSD/pkgsrc-wip f380a73ggml Makefile PLIST, ggml/patches patch-include_ggml.h

ggml: remove, imported to pkgsrc
DeltaFile
+0-39ggml/Makefile
+0-37ggml/PLIST
+0-21ggml/options.mk
+0-15ggml/patches/patch-include_ggml.h
+0-13ggml/buildlink3.mk
+0-11ggml/DESCR
+0-1365 files not shown
+3-14611 files

GhostBSD/ports 1753611devel/freebsd-sysroot pkg-plist.powerpc, devel/moon distinfo Makefile.crates

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+2,893-0lang/perl5.44/pkg-plist
+0-2,004net-mgmt/zabbix72-server/pkg-plist.frontend
+1,851-0devel/moon/distinfo
+1,390-0security/vuxml/vuln/2026.xml
+633-627devel/freebsd-sysroot/pkg-plist.powerpc
+924-0devel/moon/Makefile.crates
+7,691-2,6311,945 files not shown
+19,659-27,1921,951 files

GhostBSD/ports 3deef1bdeskutils/gucharmap Makefile

deskutils/gucharmap: Chase textproc/UCD PORTEPOCH bump

Approved by:    mat

(cherry picked from commit c9f192c089d0fae8d49ae6aabca655dec700e70f)
DeltaFile
+1-1deskutils/gucharmap/Makefile
+1-11 files

NetBSD/pkgsrc 5x2F9Qymath Makefile

   math/Makefile: + ggml
VersionDeltaFile
1.638+2-1math/Makefile
+2-11 files

NetBSD/pkgsrc cgGQYP2math/ggml Makefile PLIST, math/ggml/patches patch-include_ggml.h

   math/ggml: import ggml-0.15.3

   Tensor library for machine learning

   ## Features

   - Low-level cross-platform implementation
   - Integer quantization support
   - Broad hardware support
   - Automatic differentiation
   - ADAM and L-BFGS optimizers
   - No third-party dependencies
   - Zero memory allocations during runtime
VersionDeltaFile
1.1+38-0math/ggml/Makefile
1.1+37-0math/ggml/PLIST
1.1+21-0math/ggml/options.mk
1.1+15-0math/ggml/patches/patch-include_ggml.h
1.1+13-0math/ggml/buildlink3.mk
1.1+11-0math/ggml/DESCR
+135-01 files not shown
+141-07 files

NetBSD/pkgsrc-wip cb0a039ggml options.mk, shaderc Makefile PLIST

shaderc: remove, imported to pkgsrc/graphics
DeltaFile
+0-37shaderc/Makefile
+0-16shaderc/patches/patch-CMakeLists.txt
+0-14shaderc/PLIST
+0-9shaderc/distinfo
+0-5shaderc/DESCR
+1-1ggml/options.mk
+1-821 files not shown
+1-837 files

NetBSD/pkgsrc IZ78Obldoc TODO CHANGES-2026

   doc: Added graphics/shaderc version 2026.2
VersionDeltaFile
1.27524+2-2doc/TODO
1.4187+2-1doc/CHANGES-2026
+4-32 files