LLVM/project e45f256clang/unittests/Analysis IntervalPartitionTest.cpp

IntervalPartitionTest.cpp: Suppress a warning. [-Wunused-template] (#215564)

I think it'd be fair just to suppress since this is just a test.
DeltaFile
+1-1clang/unittests/Analysis/IntervalPartitionTest.cpp
+1-11 files

LLVM/project 7afbf0fclang/unittests/Analysis/FlowSensitive SignAnalysisTest.cpp

SignAnalysisTest.cpp: Suppress a warning. [-Wunused-template] (#215563)
DeltaFile
+1-0clang/unittests/Analysis/FlowSensitive/SignAnalysisTest.cpp
+1-01 files

LLVM/project af15d15clang/lib/Format UnwrappedLineParser.cpp, clang/unittests/Format TokenAnnotatorTest.cpp

[clang-format] Harden star and amp annotation (#212856)

At this point we can't (or won't) decide wether this is a template
argument or just an expression, opt out of the specialized (and in the
test cases wrong) assignment.

Fixes #212622
DeltaFile
+18-3clang/lib/Format/UnwrappedLineParser.cpp
+12-0clang/unittests/Format/TokenAnnotatorTest.cpp
+30-32 files

LLVM/project 1ebbabeclang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.cpp

[CIR][NFC] Remove unnecessary casts in LowerToLLVM (#216395)

Remove unnecessary casts for Op with TypeConstraints and known type for
operands in the LowerToLLVM
DeltaFile
+8-11clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+8-111 files

NetBSD/src aVkm0S1lib/libedit filecomplete.h filecomplete.c

   Add FN_MATCH_HIDDEN_FILES (requested by wiz@, found in readline(3) and bash(1))
VersionDeltaFile
1.74+11-4lib/libedit/filecomplete.c
1.16+2-1lib/libedit/filecomplete.h
+13-52 files

FreeBSD/ports c8aece3textproc/py-wcmatch Makefile distinfo

textproc/py-wcmatch: update to 11.0.1

Changes:        https://github.com/facelessuser/wcmatch/releases/tag/11.0.1
Reported by:    repology
DeltaFile
+3-3textproc/py-wcmatch/distinfo
+1-1textproc/py-wcmatch/Makefile
+4-42 files

LLVM/project c15928ellvm/include/llvm/Target/GlobalISel Combine.td, llvm/test/CodeGen/AArch64 vec-combine-trunc-dup-ext.ll select_cc.ll

[GlobalISel] Add G_SEXT_INREG(G_ZEXT) -> G_SEXT combine. (#213606)

This converts a G_ZEXT or G_ANYEXT to a G_SEXT if we will G_SEXT_INREG
the bits away.
DeltaFile
+139-0llvm/test/CodeGen/AArch64/GlobalISel/combine-sext-inreg.mir
+12-28llvm/test/CodeGen/AArch64/fcmp.ll
+16-2llvm/include/llvm/Target/GlobalISel/Combine.td
+4-6llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-asserts.ll
+1-3llvm/test/CodeGen/AArch64/vec-combine-trunc-dup-ext.ll
+1-3llvm/test/CodeGen/AArch64/select_cc.ll
+173-422 files not shown
+175-458 files

NetBSD/src BrAmSXElib/libedit readline.c

   PR/60570: Jerry James: Prevent NULL derefence on allocation failure.
VersionDeltaFile
1.186+8-2lib/libedit/readline.c
+8-21 files

NetBSD/src vV7poFZlib/libedit search.c

   PR/60593: Miroslav Lichvar: Make sure there is space before appending to the
   pattern buffer.
VersionDeltaFile
1.54+5-2lib/libedit/search.c
+5-21 files

NetBSD/src gCsmGcMlib/libedit readline.c

   PR/60593: Miroslav Lichvar: Protect against integer overflow and fix incorrect
   bounds check.
VersionDeltaFile
1.185+7-3lib/libedit/readline.c
+7-31 files

OpenBSD/ports DjRillUlang/iverilog Makefile, lang/iverilog/pkg PLIST

   Trim vestigial @comments from PLIST, and enable debug packages.
VersionDeltaFile
1.10+0-4lang/iverilog/pkg/PLIST
1.31+3-0lang/iverilog/Makefile
+3-42 files

OpenBSD/ports edRjwxplang/iverilog distinfo Makefile, lang/iverilog/pkg PLIST

   Update to iverilog-13.0.

   From Thomas Dettbarn; thanks!
VersionDeltaFile
1.9+3-22lang/iverilog/pkg/PLIST
1.30+5-5lang/iverilog/Makefile
1.12+2-2lang/iverilog/distinfo
+10-293 files

OpenBSD/ports fKD2v5qcad/gtkwave Makefile distinfo

   Update to gtkwave-3.3.128.

   Based on a previous diff from Thomas Dettbarn; thanks!
VersionDeltaFile
1.43+2-2cad/gtkwave/distinfo
1.65+1-1cad/gtkwave/Makefile
+3-32 files

NetBSD/pkgsrc-wip f5fd60eCodeWhale Makefile COMMIT_MSG

Update misc/CodeWhale to v.0.9.7
DeltaFile
+36-9CodeWhale/distinfo
+11-2CodeWhale/cargo-depends.mk
+5-6CodeWhale/DESCR
+1-1CodeWhale/Makefile
+1-1CodeWhale/COMMIT_MSG
+54-195 files

LLVM/project 4c6ec79mlir/include/mlir/Dialect/LLVMIR LLVMOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.td

[mlir][Interfaces] Use `areTypesCompatible` instead of `mayForwardTypeToSuccessor`
DeltaFile
+10-10mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
+3-16mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+2-3mlir/lib/Transforms/Utils/RegionUtils.cpp
+15-293 files

OpenBSD/ports XVmGh1qemulators/mgba Makefile

   Disable markdown-to-HTML conversion.

   Hidden dep on pandoc noticed by naddy@
VersionDeltaFile
1.57+6-1emulators/mgba/Makefile
+6-11 files

LLVM/project 500afbdllvm/include/llvm/ExecutionEngine/JITLink ppc64.h, llvm/lib/ExecutionEngine/JITLink JITLink.cpp

[JITLink][ORC] Add ppc64 to generic stub API; use it in DLLImportDefinitionGenerator (#207968)

`getAnonymousPointerCreator` and `getPointerJumpStubCreator` provide
arch-neutral factory functions for pointer slots and PLT jump stubs, but
ppc64/ppc64le were missing from both switch tables.

Add ppc64 support: `createAnonymousPointer` maps directly, while
`createAnonymousPointerJumpStub` requires a lambda wrapper to fix the
endianness template parameter and supply _LongBranchSaveR2_ as the stub
kind (the correct default for external calls that must preserve the TOC
pointer). Callers needing a different stub kind can construct a
`PointerJumpStubCreator` lambda directly. Update
`DLLImportDefinitionGenerator::createStubsGraph` to use these
arch-neutral factories instead of calling jitlink::x86_64:: directly,
completing part of the work tracked in issue
https://github.com/llvm/llvm-project/issues/57162
DeltaFile
+21-9llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
+13-0llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
+9-0llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
+43-93 files

FreeBSD/ports 719effbsysutils/bmd Makefile distinfo

sysutils/bmd: Update to 3.7

PR:     297542
DeltaFile
+3-3sysutils/bmd/distinfo
+1-1sysutils/bmd/Makefile
+4-42 files

FreeBSD/ports 81b7bb9sysutils/rsyslog8 Makefile

sysutils/rsyslog8: Add pgsql and mysql flavours

These new flavours enable the pre-existing PGSQL or MYSQL options so
that a package with RDBMS support is available.

PR:     297415
DeltaFile
+10-0sysutils/rsyslog8/Makefile
+10-01 files

NetBSD/pkgsrc vEUvw2hdoc TODO CHANGES-2026

   doc: Updated math/ggml to 0.20.0
VersionDeltaFile
1.27749+2-1doc/TODO
1.5295+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc 6ob0AIGmath/ggml PLIST Makefile

   ggml: update to 0.20.0

   no summary available
VersionDeltaFile
1.8+4-4math/ggml/distinfo
1.2+2-2math/ggml/PLIST
1.8+2-2math/ggml/Makefile
+8-83 files

FreeBSD/ports 0c4b097net-im/py-zapzap distinfo Makefile

net-im/py-zapzap: Update to 7.4.1

Reported by:    Rafael Tosta <notifications at github.com>
DeltaFile
+1-8net-im/py-zapzap/Makefile
+3-3net-im/py-zapzap/distinfo
+4-112 files

FreeBSD/ports 2180ca2net/rustconn Makefile Makefile.crates

net/rustconn: Update to 0.20.2

ChangeLog:

- https://github.com/totoshko88/RustConn/releases/tag/v0.20.1
- https://github.com/totoshko88/RustConn/releases/tag/v0.20.2

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+43-43net/rustconn/distinfo
+20-20net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+64-643 files

NetBSD/pkgsrc-wip 19a6815cq-cli PLIST COMMIT_MSG

cq-cli: import cq-cli-0.17.0 as wip/cq-cli

An open standard for shared agent learning -- structured knowledge that
prevents AI agents from repeating each other's mistakes.

The term **cq** is derived from two sources: *colloquy*, a structured
exchange of ideas where understanding emerges through dialogue rather than
one-way output, and **CQ**, a radio call sign ("any station, respond"),
capturing the same model: open invitation, response, and collective signal
built through interaction. Both capture the same idea: agents broadcasting
what they've learned and listening for what others already know.
DeltaFile
+194-0cq-cli/distinfo
+65-0cq-cli/go-modules.mk
+32-0cq-cli/Makefile
+9-0cq-cli/DESCR
+3-0cq-cli/COMMIT_MSG
+2-0cq-cli/PLIST
+305-01 files not shown
+306-07 files

LLVM/project 3eeed35llvm/include/llvm/ADT APInt.h, llvm/lib/Support APInt.cpp

[ADT] Mark deprecated APInt constructor deleted (#216371)

Mark deprecated APInt constructor, taking uint64_t[] deleted instead of
removing it as the comment suggests.
DeltaFile
+5-9llvm/include/llvm/ADT/APInt.h
+0-5llvm/lib/Support/APInt.cpp
+5-142 files

NetBSD/pkgsrc F3ov6yXdoc CHANGES-2026

   doc: Updated www/resterm to 1.1.0
VersionDeltaFile
1.5294+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RNVXoSjwww/resterm go-modules.mk Makefile

   resterm: Update to 1.1.0

   Changelog

   Path completion
   Resterm now shows matching files and directories in the open and save dialogs, and while entering supported commands.
VersionDeltaFile
1.27+3-3www/resterm/distinfo
1.29+1-1www/resterm/Makefile
1.18+0-0www/resterm/go-modules.mk
+4-43 files

FreeBSD/ports 1bc6e53databases/py-harlequin distinfo Makefile

databases/py-harlequin: Update to 2.9.0

- Update list of run dependencies

ChangeLog:      https://github.com/tconbeer/harlequin/releases/tag/v2.9.0
Reported by:    Ted Conbeer <notifications at github.com>
DeltaFile
+3-3databases/py-harlequin/distinfo
+4-2databases/py-harlequin/Makefile
+7-52 files

FreeBSD/ports 914c13fcomms/meshcore-cli Makefile distinfo

comms/meshcore-cli: upgrade to 1.6.0
DeltaFile
+3-3comms/meshcore-cli/distinfo
+1-1comms/meshcore-cli/Makefile
+4-42 files

NetBSD/pkgsrc lLjYTShnet/rrsync Makefile, net/rsync Makefile Makefile.common

   rsync, rrsync: put some shared values into Makefile.common
VersionDeltaFile
1.1+13-0net/rsync/Makefile.common
1.2+3-8net/rrsync/Makefile
1.136+2-8net/rsync/Makefile
+18-163 files