LLVM/project 8ccfa9aclang/include/clang/Analysis/Scalable/Serialization SerializationFormat.h, clang/lib/Analysis/Scalable/Serialization SerializationFormat.cpp

[clang][ssaf] Make SerializationFormat llvm-RTTI friendly (#180616)

DeltaFile
+5-1clang/include/clang/Analysis/Scalable/Serialization/SerializationFormat.h
+5-1clang/unittests/Analysis/Scalable/Registries/MockSerializationFormat.h
+3-1clang/unittests/Analysis/Scalable/Registries/MockSerializationFormat.cpp
+2-0clang/lib/Analysis/Scalable/Serialization/SerializationFormat.cpp
+15-34 files

LLVM/project 2398769clang/include/clang/Analysis/Scalable/TUSummary EntitySummary.h, clang/lib/Analysis/Scalable CMakeLists.txt

[clang][ssaf] Make EntitySummary llvm-RTTI friendly (#180613)

DeltaFile
+5-9clang/include/clang/Analysis/Scalable/TUSummary/EntitySummary.h
+8-3clang/unittests/Analysis/Scalable/Registries/FancyAnalysisData.cpp
+11-0clang/lib/Analysis/Scalable/TUSummary/EntitySummary.cpp
+1-0clang/lib/Analysis/Scalable/CMakeLists.txt
+25-124 files

FreeBSD/ports 57e78e4comms Makefile, comms/py-cayennelpp Makefile distinfo

comms/py-cayennelpp: new port, CayenneLPP decoder and encoder written in Python
DeltaFile
+23-0comms/py-cayennelpp/Makefile
+3-0comms/py-cayennelpp/distinfo
+3-0comms/py-cayennelpp/pkg-descr
+1-0comms/Makefile
+30-04 files

FreeBSD/src 10f91d9sys/contrib/dev/rtw89 core.c phy.c

rtw89: update Realtek's rtw89 driver

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
PR:             285228
DeltaFile
+820-93sys/contrib/dev/rtw89/core.c
+503-38sys/contrib/dev/rtw89/phy.c
+377-113sys/contrib/dev/rtw89/pci.c
+106-340sys/contrib/dev/rtw89/cam.h
+423-1sys/contrib/dev/rtw89/debug.c
+290-63sys/contrib/dev/rtw89/fw.c
+2,519-64852 files not shown
+4,650-1,10058 files

FreeBSD/ports ad1bcf1comms Makefile, comms/py-pyserial-asyncio-fast Makefile pkg-descr

comms/py-pyserial-asyncio-fast: New port: async pyserial with improved performance
DeltaFile
+28-0comms/py-pyserial-asyncio-fast/Makefile
+15-0comms/py-pyserial-asyncio-fast/files/patch-pyproject.toml
+4-0comms/py-pyserial-asyncio-fast/pkg-descr
+3-0comms/py-pyserial-asyncio-fast/distinfo
+1-0comms/Makefile
+51-05 files

LLVM/project 4f5081bllvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-ldexp.ll

InstCombine: Implement SimplifyDemandedFPClass for ldexp
DeltaFile
+31-48llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-ldexp.ll
+37-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+68-482 files

LLVM/project 81d3f7fllvm/test/Transforms/InstCombine simplify-demanded-fpclass-ldexp.ll

InstCombine: Add baseline SimplifyDemandedFPClass ldexp tests
DeltaFile
+506-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-ldexp.ll
+506-01 files

LLVM/project 24405f0llvm/include/llvm/IR IntrinsicsAMDGPU.td, llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.cpp SIISelLowering.cpp

[AMDGPU] Add intrinsic exposing s_alloc_vgpr (#163951)

Make it possible to use `s_alloc_vgpr` at the IR level. This is a huge
footgun and use for anything other than compiler internal purposes is
heavily discouraged. The calling code must make sure that it does not
allocate fewer VGPRs than necessary - the intrinsic is NOT a request to
the backend to limit the number of VGPRs it uses (in essence it's not so
different from what we do with the dynamic VGPR flags of the
`amdgcn.cs.chain` intrinsic, it just makes it possible to use this
functionality in other scenarios).
DeltaFile
+123-0llvm/test/CodeGen/AMDGPU/intrinsic-amdgcn-s-alloc-vgpr.ll
+16-0llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+13-0llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+13-0llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+9-0llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
+7-0llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
+181-02 files not shown
+186-28 files

pkgin/pkgin b1743be. configure CHANGES.md

Release 26.2.0.
DeltaFile
+10-10configure
+4-0CHANGES.md
+1-1configure.ac
+15-113 files

LLVM/project 7f1907cclang/lib/AST/ByteCode Opcodes.td, clang/test/AST/ByteCode new-delete.cpp

[clang][bytecode] Allow bool sizes in array new expressions (#180696)

Looks like this is a thing, so allow them.
DeltaFile
+11-10clang/test/AST/ByteCode/new-delete.cpp
+2-2clang/lib/AST/ByteCode/Opcodes.td
+13-122 files

OPNSense/core 271a7acsrc/www system_gateway_groups_edit.php

system: adjust gateway group priority(tier) wording

PR: https://forum.opnsense.org/index.php?topic=50814.0
(cherry picked from commit 53d61b9d6018cda3e3b9e12aee6c2de58099956c)
DeltaFile
+6-15src/www/system_gateway_groups_edit.php
+6-151 files

OPNSense/core 2ca8d43src/etc/inc/plugins.inc.d radvd.inc

radvd: get rid of tabs now that the file content is stable

Always bugged me for multiple reasons.  Other files got the same
treatment over the years.  For 26.1.x to avoid noise.

(cherry picked from commit 6d3ca746d1b61d53aae19b284f61d7e87acf1d28)
DeltaFile
+56-56src/etc/inc/plugins.inc.d/radvd.inc
+56-561 files

pkgin/pkgin 663d38c. summary.c

summary: Support pkg_summary.zst.
DeltaFile
+10-5summary.c
+10-51 files

OPNSense/core 02909a1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

Firewall: Rules [new]: Exclude loopback from interface selectpicker (#9723)

(cherry picked from commit d43b14ef9bb0c76fb5907fe487c2ffa10e477e48)
DeltaFile
+7-5src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+7-51 files

LLVM/project 8ab034fclang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode invalid.cpp

[clang][bytecode] Handle invalid UnaryExprOrTypeTraitExprs (#180692)

DeltaFile
+6-0clang/test/AST/ByteCode/invalid.cpp
+4-0clang/lib/AST/ByteCode/Compiler.cpp
+10-02 files

FreeBSD/ports c6f7fefwww/nextcloud-contacts distinfo Makefile

www/nextcloud-contacts: Update to 8.3.2
DeltaFile
+3-3www/nextcloud-contacts/distinfo
+1-1www/nextcloud-contacts/Makefile
+4-42 files

FreeBSD/ports b6dce09www/nextcloud-calendar distinfo Makefile

www/nextcloud-calendar: Update to 6.2.0
DeltaFile
+3-3www/nextcloud-calendar/distinfo
+1-1www/nextcloud-calendar/Makefile
+4-42 files

FreeBSD/ports fa64e1cmultimedia/youtui distinfo Makefile

multimedia/youtui: update 0.0.35 → 0.0.36

Reported by:    portscout
DeltaFile
+227-263multimedia/youtui/distinfo
+113-132multimedia/youtui/Makefile
+340-3952 files

FreeBSD/ports 14a6f60misc Makefile, misc/py-NATTEN Makefile distinfo

misc/py-natten: Move to py-NATTEN; Update 0.21.0 → 0.21.5
DeltaFile
+0-45misc/py-natten/Makefile
+44-0misc/py-NATTEN/Makefile
+2-2misc/py-transformers/Makefile
+0-3misc/py-natten/distinfo
+3-0misc/py-NATTEN/distinfo
+1-1misc/Makefile
+50-513 files not shown
+53-539 files

FreeBSD/ports ff70fadshells/atuin distinfo Makefile

shells/atuin: update 18.11.0 → 18.12.0

Reported by:    portscout
DeltaFile
+541-469shells/atuin/distinfo
+272-237shells/atuin/Makefile
+813-7062 files

FreeBSD/ports 732fd59devel/xbyak distinfo Makefile

devel/xbyak: update 7.31 → 7.33

Reported by:    portscout
DeltaFile
+3-3devel/xbyak/distinfo
+1-1devel/xbyak/Makefile
+4-42 files

FreeBSD/ports 2249114net/mvfst pkg-plist distinfo

net/mvfst: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+19-108net/mvfst/pkg-plist
+3-3net/mvfst/distinfo
+1-1net/mvfst/Makefile
+23-1123 files

FreeBSD/ports dcb40ccnet/fb303 distinfo Makefile

net/fb303: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+3-3net/fb303/distinfo
+2-2net/fb303/Makefile
+5-52 files

FreeBSD/ports 0f60ee9devel/fbthrift pkg-plist distinfo

devel/fbthrift: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+33-1devel/fbthrift/pkg-plist
+3-3devel/fbthrift/distinfo
+2-2devel/fbthrift/Makefile
+38-63 files

FreeBSD/ports eeb37a7www/proxygen distinfo Makefile

www/proxygen: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+3-3www/proxygen/distinfo
+2-2www/proxygen/Makefile
+1-1www/proxygen/pkg-plist
+6-63 files

FreeBSD/ports ce9342bdevel/folly distinfo Makefile

devel/folly: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+3-3devel/folly/distinfo
+1-1devel/folly/Makefile
+4-42 files

FreeBSD/ports dc617a3security/fizz distinfo Makefile

security/fizz: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+3-3security/fizz/distinfo
+1-1security/fizz/Makefile
+1-0security/fizz/pkg-plist
+5-43 files

FreeBSD/ports f4a935emisc/koboldcpp distinfo Makefile

misc/koboldcpp: update 1.107 → 1.107.3

Reported by:    portscout
DeltaFile
+3-3misc/koboldcpp/distinfo
+1-1misc/koboldcpp/Makefile
+4-42 files

FreeBSD/ports 2f65a64devel/fatal distinfo Makefile

devel/fatal: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+3-3devel/fatal/distinfo
+1-1devel/fatal/Makefile
+4-42 files

FreeBSD/ports db64ae9net/wangle distinfo Makefile

net/wangle: update 2026.02.02.00 → 2026.02.09.00
DeltaFile
+3-3net/wangle/distinfo
+1-1net/wangle/Makefile
+4-42 files