LLVM/project c6fd19fllvm/lib/Transforms/Vectorize VPlanPatternMatch.h

[VPlan] Make m_False and m_True matchers stateless. NFC (#221581)

is_zero_int and is_one avoid storage unlike is_specific_int, and allow
the match function to be an inlined isZero/isOne call instead of
APInt::isSameValue.

Improves compile time:
https://llvm-compile-time-tracker.com/compare.php?from=8f7d3ba08f14c3d54b8b407d1758dbd1da01bb38&to=c766163e82ec7a377efc7a26ef1e6db38e0dec1d&stat=instructions:u
DeltaFile
+4-8llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+4-81 files

FreeBSD/ports 149d694editors/zed Makefile.crates distinfo, editors/zed/files patch-crates_gpui_src_gpui.rs patch-Cargo.lock

editors/zed: Update to 1.18.1

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.18.0
- https://github.com/zed-industries/zed/releases/tag/v1.18.1

Reported by:    GitHub (watch releases)
DeltaFile
+209-285editors/zed/distinfo
+103-141editors/zed/Makefile.crates
+1-21editors/zed/files/patch-crates_remote__server_Cargo.toml
+20-2editors/zed/files/patch-crates_zed_src_main.rs
+8-8editors/zed/files/patch-Cargo.lock
+4-4editors/zed/files/patch-crates_gpui_src_gpui.rs
+345-4615 files not shown
+356-47211 files

LLVM/project f054924llvm/include/llvm/Support AMDGPUObjLinkingInfo.h, llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp

[AMDGPU] Add FUNC_WAVE32 for object linking info flag
DeltaFile
+35-19llvm/test/CodeGen/AMDGPU/lds-link-time-codegen.ll
+5-5llvm/test/MC/AMDGPU/amdgpu-info-roundtrip.s
+3-1llvm/include/llvm/Support/AMDGPUObjLinkingInfo.h
+4-0llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
+1-0llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
+1-0llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+49-252 files not shown
+51-258 files

LLVM/project 6a13183llvm/include/llvm/Support AMDGPUObjLinkingInfo.h, llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp

[AMDGPU] Add FUNC_WGP_MODE for object linking info flag
DeltaFile
+16-13llvm/test/CodeGen/AMDGPU/lds-link-time-codegen-typeid.ll
+21-0llvm/test/CodeGen/AMDGPU/lds-link-time-codegen.ll
+5-5llvm/test/MC/AMDGPU/amdgpu-info-roundtrip.s
+3-1llvm/include/llvm/Support/AMDGPUObjLinkingInfo.h
+4-0llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
+2-0llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+51-193 files not shown
+54-199 files

FreeBSD/ports 3f8703eeditors Makefile, editors/qhexedit2 distinfo pkg-descr

editors/qhexedit2: New port: Hex editor widget for Qt

PR:             298088
Approved by:    osa (mentor)
DeltaFile
+29-0editors/qhexedit2/Makefile
+9-0editors/qhexedit2/pkg-plist
+3-0editors/qhexedit2/distinfo
+3-0editors/qhexedit2/pkg-descr
+1-0editors/Makefile
+45-05 files

FreeBSD/ports 1ada976lang/cbmbasic distinfo Makefile, lang/cbmbasic/files patch-Makefile

lang/cbmbasic: Update to 20260403

Take maintainership.
Add DOCS and EXAMPLES options.

Changelog: https://github.com/mist64/cbmbasic/compare/352a313...3b9e48d

PR:             297811
Approved by:    osa (mentor)
DeltaFile
+16-7lang/cbmbasic/Makefile
+5-5lang/cbmbasic/files/patch-Makefile
+3-3lang/cbmbasic/distinfo
+24-153 files

LLVM/project ede6cddllvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU AMDGPUSubtarget.cpp AMDGPUAsmPrinter.cpp

[AMDGPU] Introduce ABI occupancy for object linking

This PR introduces ABI occupancy as the contract used to compile functions under
object linking. The default is the occupancy needed for a 1024 workitem
workgroup. It can be overridden for a module by the `amdgpu_abi_waves_per_eu`
module flag, replaced for a function by `amdgpu-flat-work-group-size`, or
tightened by an accepted `amdgpu-waves-per-eu` hint.

The ABI occupancy replaces the workgroup-derived minimum that an
`amdgpu-waves-per-eu` hint is validated against, so the hint can only make the
contract stricter.

The backend emits the selected occupancy in `.amdgpu.info` and uses it to
enforce the object linking register budget.
DeltaFile
+58-22llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
+40-32llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
+62-0llvm/test/CodeGen/AMDGPU/object-linking-abi-occupancy-module-flag.ll
+54-0llvm/test/CodeGen/AMDGPU/object-linking-abi-occupancy-flat-work-group-size.ll
+49-2llvm/docs/AMDGPUUsage.rst
+49-0llvm/test/CodeGen/AMDGPU/object-linking-abi-occupancy-waves-per-eu.ll
+312-5610 files not shown
+420-6516 files

FreeBSD/ports e5ca6d7databases/pgbot Makefile distinfo

databases/pgbot: Update to 0.8.1

Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
DeltaFile
+5-5databases/pgbot/distinfo
+2-2databases/pgbot/Makefile
+7-72 files

FreeBSD/ports 3c24969sysutils/mult Makefile distinfo

sysutils/mult: Update to 0.3.1

Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
DeltaFile
+7-7sysutils/mult/distinfo
+2-3sysutils/mult/Makefile
+9-102 files

FreeBSD/ports 7569331net/nats-tui Makefile distinfo

net/nats-tui: Update to 1.2.0
DeltaFile
+5-5net/nats-tui/distinfo
+1-1net/nats-tui/Makefile
+6-62 files

OpenBSD/src oQb6T1busr.sbin/acme-client extern.h

   correct json_parse_response() prototype

   return type changed from int to enum chngstatus in json.c rev 1.11
VersionDeltaFile
1.25+2-2usr.sbin/acme-client/extern.h
+2-21 files

LLVM/project 91d3532clang/docs ReleaseNotes.md, clang/include/clang/Basic ABIVersions.def

[Clang][X86] Add Clang23Compat for __int128 bit-field ABI change (#220788)

Follow up of #216777.

Assisted-by: Claude Opus 4.8
DeltaFile
+35-0clang/test/CodeGen/X86/x86_64-unnamed-bitfield-abi-compat.c
+13-4clang/lib/CodeGen/Targets/X86.cpp
+7-6clang/docs/ReleaseNotes.md
+6-3llvm/lib/ABI/Targets/X86.cpp
+6-0clang/include/clang/Basic/ABIVersions.def
+2-1llvm/include/llvm/ABI/TargetInfo.h
+69-141 files not shown
+71-147 files

FreeBSD/ports 525b052sysutils/mkjail Makefile distinfo

sysutils/mkjail: Update to 0.2.3

Yes, getrelease() is still needed, now that create is pkgbase aware.
DeltaFile
+3-3sysutils/mkjail/distinfo
+1-1sysutils/mkjail/Makefile
+4-42 files

FreeBSD/ports 1ce6a8bwww/code-server Makefile, www/code-server/files patch-lib_vscode_src_vs_base_common_platform.ts

www/code-server: Fix extension installation

VS Code's platform detection does not know FreeBSD and falls back to
"Web", so the extension service rejected every non-web extension with
"not available in code-server for the Web platform". Treat FreeBSD as
Linux in platform.ts, the same way editors/vscode does, so extensions
can be installed.

Obtained from:  editors/vscode
Sponsored by:   Netzkommune GmbH
DeltaFile
+20-0www/code-server/files/patch-lib_vscode_src_vs_base_common_platform.ts
+1-0www/code-server/Makefile
+21-02 files

OpenBSD/src IrzHAzishare/misc airport

   Add Gimli, Manitoba, site of the Gimli Glider landing.
VersionDeltaFile
1.111+2-1share/misc/airport
+2-11 files

NetBSD/pkgsrc pI0R3nfdoc CHANGES-2026

   doc: Updated sysutils/pcmanfm-qt to 2.4.1nb2
VersionDeltaFile
1.5891+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rijvSwPsysutils/pcmanfm-qt distinfo Makefile, sysutils/pcmanfm-qt/patches patch-pcmanfm_desktopwindow.cpp patch-CMakeLists.txt

   pcmanfm-qt: reflect recent Plasma update

   Include the upstream change "Set desktop screen explicitly on Wayland"
   now that our Plasma is new enough to provide the API required.
VersionDeltaFile
1.59+3-2sysutils/pcmanfm-qt/Makefile
1.22+1-3sysutils/pcmanfm-qt/distinfo
1.2+1-1sysutils/pcmanfm-qt/patches/patch-pcmanfm_desktopwindow.cpp
1.2+1-1sysutils/pcmanfm-qt/patches/patch-CMakeLists.txt
+6-74 files

FreeBSD/ports 6d1e4e6devel/hyprutils Makefile distinfo, devel/hyprutils/files patch-CMakeLists.txt

devel/hyprutils: Update to 0.14.2

Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.2

Reported by:    GitHub (watch releases)
DeltaFile
+7-0devel/hyprutils/pkg-plist
+3-3devel/hyprutils/distinfo
+2-2devel/hyprutils/files/patch-CMakeLists.txt
+1-1devel/hyprutils/Makefile
+13-64 files

HardenedBSD/src 822bcfcsys/dev/apple_bce apple_bce_mailbox.c apple_bce_vhci.c, sys/dev/asmc asmc.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+1,565-0usr.sbin/nfsdtop/nfsdtop
+310-0usr.sbin/nfsdtop/nfsdtop.8
+104-1sys/dev/apple_bce/apple_bce_vhci.c
+37-13sys/dev/apple_bce/apple_bce_mailbox.c
+45-0sys/dev/asmc/asmc.c
+17-11sys/fs/nfsserver/nfs_nfsdkrpc.c
+2,078-258 files not shown
+2,129-3614 files

HardenedBSD/src c5236a8bin/stty stty.1, sys/dev/intel spi_pci.c

Merge remote-tracking branch 'rad/hardened/15-stable/main' into hardened/15-stable/pledge
DeltaFile
+87-0sys/dev/intel/spi_pci.c
+1-0bin/stty/stty.1
+88-02 files

HardenedBSD/src 3b06c5dsys/dev/apple_bce apple_bce_mailbox.c apple_bce_vhci.c, sys/dev/asmc asmc.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1,565-0usr.sbin/nfsdtop/nfsdtop
+310-0usr.sbin/nfsdtop/nfsdtop.8
+104-1sys/dev/apple_bce/apple_bce_vhci.c
+37-13sys/dev/apple_bce/apple_bce_mailbox.c
+45-0sys/dev/asmc/asmc.c
+17-11sys/fs/nfsserver/nfs_nfsdkrpc.c
+2,078-258 files not shown
+2,129-3614 files

HardenedBSD/src acbe640bin/stty stty.1, sys/dev/intel spi_pci.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+87-0sys/dev/intel/spi_pci.c
+1-0bin/stty/stty.1
+88-02 files

HardenedBSD/ports 6dc2815misc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.94

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeBSD/ports 6dc2815misc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.94

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeBSD/ports 19279a9misc/py-litellm Makefile Makefile.crates, misc/py-litellm/files patch-pyproject.toml

misc/py-litellm: Update to 1.100.0

Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.99.1
- https://github.com/BerriAI/litellm/releases/tag/v1.100.0

Reported by:    portscout
DeltaFile
+77-3misc/py-litellm/distinfo
+38-1misc/py-litellm/Makefile.crates
+2-2misc/py-litellm/files/patch-pyproject.toml
+1-1misc/py-litellm/Makefile
+118-74 files

HardenedBSD/ports 19279a9misc/py-litellm Makefile Makefile.crates, misc/py-litellm/files patch-pyproject.toml

misc/py-litellm: Update to 1.100.0

Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.99.1
- https://github.com/BerriAI/litellm/releases/tag/v1.100.0

Reported by:    portscout
DeltaFile
+77-3misc/py-litellm/distinfo
+38-1misc/py-litellm/Makefile.crates
+2-2misc/py-litellm/files/patch-pyproject.toml
+1-1misc/py-litellm/Makefile
+118-74 files

FreeBSD/ports 327babesysutils/swtpm Makefile distinfo, sysutils/swtpm/files swtpm.in

sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:             298251
Security:       CVE-2026-75900
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit d369f423848506f7bff5d8b3cfe43f14886c965b)
DeltaFile
+3-3sysutils/swtpm/distinfo
+2-2sysutils/swtpm/Makefile
+2-1sysutils/swtpm/files/swtpm.in
+7-63 files

HardenedBSD/ports d369f42sysutils/swtpm Makefile distinfo, sysutils/swtpm/files swtpm.in

sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:             298251
Security:       CVE-2026-75900
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3sysutils/swtpm/distinfo
+2-2sysutils/swtpm/Makefile
+2-1sysutils/swtpm/files/swtpm.in
+7-63 files

FreeBSD/ports d369f42sysutils/swtpm Makefile distinfo, sysutils/swtpm/files swtpm.in

sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:             298251
Security:       CVE-2026-75900
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3sysutils/swtpm/distinfo
+2-2sysutils/swtpm/Makefile
+2-1sysutils/swtpm/files/swtpm.in
+7-63 files

FreeBSD/ports f8826ffnews/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake

news/nzbget: Update 26.2 => 26.3

Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3

- Fix rc script for run as a non-root user.
- Refresh patches.

PR:             298240
Approved by:    Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 5d90d870a04e738afc8546209fdd2217924dc885)
DeltaFile
+7-14news/nzbget/files/nzbget.in
+8-8news/nzbget/files/patch-cmake_rapidyenc.cmake
+7-7news/nzbget/distinfo
+4-5news/nzbget/files/patch-cmake_par2-turbo.cmake
+4-4news/nzbget/Makefile
+2-2news/nzbget/files/patch-cmake_posix.cmake
+32-406 files