NetBSD/pkgsrc riEFQ8ldoc CHANGES-2026 TODO

   doc: Updated textproc/discount to 2.2.7e
VersionDeltaFile
1.485+2-1doc/CHANGES-2026
1.26684+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc pLoP4Letextproc/discount Makefile distinfo

   discount: update to 2.2.7e

   includes NetBSD fix.
VersionDeltaFile
1.23+6-7textproc/discount/Makefile
1.22+4-4textproc/discount/distinfo
+10-112 files

NetBSD/pkgsrc wNugORKwww/p5-VRML Makefile

   p5-VRML: switch to CPAN, old homepage is gone
VersionDeltaFile
1.39+2-3www/p5-VRML/Makefile
+2-31 files

LLVM/project a2d8950llvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchFloat32InstrInfo.td, llvm/test/CodeGen/LoongArch load-itofp-combine.ll

[LoongArch] Convert ld to fld when result is only used by sitofp (#165523)

If the result of an integer load is only used by an integer-to-float
conversion, use a fp load instead. This eliminates an
integer-to-float-move (movgr2fr) instruction.
DeltaFile
+44-0llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+8-23llvm/test/CodeGen/LoongArch/load-itofp-combine.ll
+5-0llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
+3-0llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
+60-234 files

NetBSD/pkgsrc Cjr1NDDmail/p5-User-Identity Makefile

   p5-User-Identity: switch to https
VersionDeltaFile
1.39+2-3mail/p5-User-Identity/Makefile
+2-31 files

LLVM/project 767a04cllvm/lib/Target/AArch64 AArch64InstrInfo.cpp, llvm/test/CodeGen/AArch64 arm64-zero-cycle-regmove-fpr8.mir

Fix typo in condition AArch64InstrInfo::copyPhysReg. (#173450)

Minor fix typo.
Main issue:
https://github.com/llvm/llvm-project/issues/169959

I did research and found file with tests but I couldn't figure out how
cover this change. if this needs to be added then please advise.
@tomershafir
DeltaFile
+23-0llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr8.mir
+1-1llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+24-12 files

NetBSD/pkgsrc EqRehdWdatabases/p5-tokyotyrant Makefile

   p5-tokyotyrant: update HOMEPAGE
VersionDeltaFile
1.41+3-4databases/p5-tokyotyrant/Makefile
+3-41 files

NetBSD/pkgsrc ICyZgDItextproc/p5-Text-BibTeX Makefile

   p5-Text-BibTex: switch to CPAN, previous homepage is gone
VersionDeltaFile
1.65+2-3textproc/p5-Text-BibTeX/Makefile
+2-31 files

Illumos/gate aa6d689usr/src/lib/libc/inc nsswitch_priv.h

17359 libc: retry_test() warn: was '== 3' instead of '='
Reviewed by: Robert Mustacchi <rm+illumos at fingolfin.org>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+4-3usr/src/lib/libc/inc/nsswitch_priv.h
+4-31 files

NetBSD/pkgsrc 0BMDhm1devel/p5-Test-Cmd Makefile

   p5-Test-Cmd: switch to CPAN, previous HOMEPAGE is gone.
VersionDeltaFile
1.40+2-2devel/p5-Test-Cmd/Makefile
+2-21 files

NetBSD/pkgsrc ob6wE4kwww/p5-Template-Toolkit Makefile

   p5-Template-Toolkit: update HOMEPAGE
VersionDeltaFile
1.64+2-2www/p5-Template-Toolkit/Makefile
+2-21 files

NetBSD/pkgsrc AS1sc7Adatabases/p5-qdbm Makefile

   p5-qdbm: update HOMEPAGE
VersionDeltaFile
1.31+2-2databases/p5-qdbm/Makefile
+2-21 files

LLVM/project f45f7bellvm/test/Transforms/InstCombine simplify-demanded-fpclass-aggregates.ll simplify-demanded-fpclass.ll

InstCombine: Split aggregate tests for SimplifyDemandedFPClass to new fie

This is a workaround; currently alive2 silently errors when trying to
verify transforms on some of these cases.
DeltaFile
+137-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-aggregates.ll
+0-132llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
+137-1322 files

LLVM/project 58a99d4llvm/lib/CodeGen BranchFolding.cpp BranchRelaxation.cpp, llvm/lib/Target/AMDGPU SIPreEmitPeephole.cpp

[CodeGen][NPM] Update dominator tree and post dominator tree consistently (#173485)

These passes run "RenumberBlocks()" on Machine function which renders
the dominator tree analyses in the cache stale (though passes may not
change anything structurally). we need to update the block numbers in
the cached analyses if we are to return PreservedAnalysis::all(). This
is not an issue with legacy PM since none of these passes preserve
dominator tree analyses anyway.
DeltaFile
+13-4llvm/lib/CodeGen/BranchFolding.cpp
+12-4llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
+12-3llvm/lib/CodeGen/BranchRelaxation.cpp
+8-4llvm/lib/CodeGen/MachineBlockPlacement.cpp
+45-154 files

NetBSD/pkgsrc OPrqPtlprint/p5-PostScript-MailLabels Makefile

   p5-PostScript-MailLabels: switch to CPAN, previous homepage is gone.
VersionDeltaFile
1.40+2-3print/p5-PostScript-MailLabels/Makefile
+2-31 files

NetBSD/pkgsrc YEfP4Eddatabases/p5-perl-ldap Makefile

   p5-perl-ldap: switch to CPAN, previous homepage is gone.
VersionDeltaFile
1.67+2-2databases/p5-perl-ldap/Makefile
+2-21 files

Illumos/gate e6ff309usr/src/common/unicode u8_textprep.c

17362 libc: buffer overflow
Reviewed by: Robert Mustacchi <rm+illumos at fingolfin.org>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+5-0usr/src/common/unicode/u8_textprep.c
+5-01 files

NetBSD/pkgsrc 78IC2mfdoc CHANGES-2026 TODO, editors Makefile

   p5-Padre-Plugin-Debugger: remove

   removed from CPAN, removed from github, removed from author's homepage,
   I think that's a clear sign.
   No dependencies in pkgsrc.
VersionDeltaFile
1.262+1-2editors/Makefile
1.484+2-1doc/CHANGES-2026
1.26683+2-1doc/TODO
1.22+1-1editors/p5-Padre-Plugin-Debugger/Makefile
1.6+1-1editors/p5-Padre-Plugin-Debugger/distinfo
1.2+0-0editors/p5-Padre-Plugin-Debugger/DESCR
+7-66 files

Illumos/gate 81b49c3usr/src/lib/libc/port/gen mon.c

17363 libc: monitor() variable dereferenced before check
Reviewed by: Robert Mustacchi <rm+illumos at fingolfin.org>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+9-7usr/src/lib/libc/port/gen/mon.c
+9-71 files

LLVM/project 5dcb977llvm/docs/tutorial/MyFirstLanguageFrontend LangImpl02.rst

[Kaleidoscope] Update tutorial ch2 to match example code document (#172392)

This change syncs the tutorial with the example code document for
chapter 2. This is necessary to lookup the top level expression with the
JIT in chapter 4.

Co-authored-by: Christyllin <DiskworldWizzard at Gmail.com>
DeltaFile
+1-1llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst
+1-11 files

NetBSD/pkgsrc oOYaJi6net/p5-Net-eBay Makefile

   p5-Net-eBay: switch to https
VersionDeltaFile
1.28+2-3net/p5-Net-eBay/Makefile
+2-31 files

LLVM/project 5070a45llvm/docs/tutorial/MyFirstLanguageFrontend LangImpl04.rst

[Kaleidoscope] Update tutorial ch4 to match example code document (#172395)

The assert line has been removed as it does not compile and is not
present in the code document. References to the assert in the tutorial
have also been removed.

ExprSymbol.getAddress().toPtr<double (*)()>(); has been changed to
ExprSymbol.toPtr<double (*)()>(); to match the code document's use of
newer API. Reference to the getAdress() function has also been removed.

Co-authored-by: Christyllin <DiskworldWizzard at Gmail.com>
DeltaFile
+12-15llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
+12-151 files

NetBSD/pkgsrc HJmnzzfnet/p5-Net-DRI Makefile

   p5-Net-DRI: switch to CPAN, old homepage is gone.
VersionDeltaFile
1.11+2-2net/p5-Net-DRI/Makefile
+2-21 files

NetBSD/pkgsrc BMUeRSbmail/p5-MIME-Types Makefile

   p5-MIME-Types: switch to https
VersionDeltaFile
1.54+2-2mail/p5-MIME-Types/Makefile
+2-21 files

NetBSD/pkgsrc th835aDmail/p5-Mail-SPF-Query Makefile

   p5-Mail-SPF-Query: switch to CPAN, old homepage is gone.
VersionDeltaFile
1.34+2-2mail/p5-Mail-SPF-Query/Makefile
+2-21 files

NetBSD/pkgsrc kseeCFHmail/p5-Mail-Box Makefile

   p5-Mail-Box: use https
VersionDeltaFile
1.47+2-2mail/p5-Mail-Box/Makefile
+2-21 files

NetBSD/pkgsrc yyirPPawww/p5-Kwiki-Wikiwyg Makefile

   p5-Kwiki-Wikiwyg: switch to CPAN, old homepage is gone.
VersionDeltaFile
1.23+2-2www/p5-Kwiki-Wikiwyg/Makefile
+2-21 files

NetBSD/pkgsrc 0hSp7wZcomms/p5-Device-SerialPort Makefile

   p5-Device-SerialPort: switch to CPAN, old homepage is gone.
VersionDeltaFile
1.39+2-3comms/p5-Device-SerialPort/Makefile
+2-31 files

OpenBSD/ports h3hvoznsysutils/logstash distinfo Makefile, sysutils/logstash/pkg PLIST

   Update logstash 9.2.3 -> 9.2.4
   Release notes: https://www.elastic.co/docs/release-notes/logstash
VersionDeltaFile
1.60+1,954-1,951sysutils/logstash/pkg/PLIST
1.56+2-2sysutils/logstash/distinfo
1.74+1-1sysutils/logstash/Makefile
+1,957-1,9543 files

DragonFlyBSD/src 08a3a1fshare/man/man9 idr.9

idr.9: Document idr_alloc()

Referred to Linux documentation:
https://www.kernel.org/doc/html/v4.20/core-api/idr.html#c.idr_alloc
DeltaFile
+25-1share/man/man9/idr.9
+25-11 files