LLVM/project cd6093bmlir/include/mlir/Conversion Passes.td, mlir/lib/Conversion/ArithAndMathToAPFloat ArithToAPFloat.cpp MathToAPFloat.cpp

add source type pre-condition
DeltaFile
+54-30mlir/lib/Conversion/ArithAndMathToAPFloat/ArithToAPFloat.cpp
+30-16mlir/lib/Conversion/ArithAndMathToAPFloat/MathToAPFloat.cpp
+26-4mlir/lib/Conversion/ArithAndMathToAPFloat/Utils.cpp
+7-1mlir/lib/Conversion/ArithAndMathToAPFloat/Utils.h
+8-0mlir/include/mlir/Conversion/Passes.td
+125-515 files

Dreckly/dreckly e910f92security/libgcrypt distinfo, security/libgcrypt/patches patch-cipher_aria.c

libgcrypt: Fix bswap patch.
DeltaFile
+5-3security/libgcrypt/patches/patch-cipher_aria.c
+1-1security/libgcrypt/distinfo
+6-42 files

FreeNAS/freenas b561553src/middlewared/middlewared main.py, src/middlewared/middlewared/alembic/versions/26.04 2025-12-31_15-39_split_smb_path.py

split SMB path field
DeltaFile
+68-0src/middlewared/middlewared/alembic/versions/26.04/2025-12-31_15-39_split_smb_path.py
+18-8src/middlewared/middlewared/plugins/smb.py
+23-3src/middlewared/middlewared/utils/mount.py
+21-1src/middlewared/middlewared/service/sharing_service.py
+6-2src/middlewared/middlewared/main.py
+136-145 files

LLVM/project cd67f14clang/lib/CodeGen CGObjCRuntime.h CGObjCRuntime.cpp

Add helper function back
DeltaFile
+10-0clang/lib/CodeGen/CGObjCRuntime.h
+7-0clang/lib/CodeGen/CGObjCRuntime.cpp
+17-02 files

LLVM/project 2ff5663offload/test/sanitizer kernel_crash_many.c double_free.c

[OpenMP] Fix tests that depend on the line number
DeltaFile
+9-9offload/test/sanitizer/kernel_crash_many.c
+7-7offload/test/sanitizer/double_free.c
+5-5offload/test/sanitizer/kernel_crash.c
+3-3offload/test/sanitizer/kernel_crash_single.c
+2-2offload/test/sanitizer/free_wrong_ptr_kind.c
+2-2offload/test/sanitizer/kernel_crash_async.c
+28-285 files not shown
+34-3411 files

FreeNAS/freenas 6a1073bsrc/middlewared/middlewared/plugins sysdataset.py

Fix
DeltaFile
+1-1src/middlewared/middlewared/plugins/sysdataset.py
+1-11 files

FreeNAS/freenas 3013219src/middlewared/middlewared/plugins/docker restore_backup.py

NAS-139243 / 26.04 / Use recursive deletion for Docker dataset during restore (#17988)

This commit adds recursive flag when destroying the Docker dataset
during backup restore, ensuring child datasets and snapshots are
properly removed.
DeltaFile
+4-1src/middlewared/middlewared/plugins/docker/restore_backup.py
+4-11 files

FreeNAS/freenas 397f528src/middlewared/middlewared/plugins sysdataset.py

Fix
DeltaFile
+1-0src/middlewared/middlewared/plugins/sysdataset.py
+1-01 files

LLVM/project 8cab6ebclang/lib/CodeGen CGObjCMac.cpp CGObjC.cpp, clang/test/CodeGenObjC expose-direct-method-visibility-linkage.m direct-method-ret-mismatch.m

rebase to helper renaming
DeltaFile
+9-9clang/lib/CodeGen/CGObjCMac.cpp
+4-4clang/test/CodeGenObjC/expose-direct-method-visibility-linkage.m
+1-1clang/test/CodeGenObjC/direct-method-ret-mismatch.m
+1-1clang/lib/CodeGen/CGObjC.cpp
+1-1clang/test/CodeGenObjC/expose-direct-method-consumed.m
+1-1clang/test/CodeGenObjC/expose-direct-method-linkedlist.m
+17-172 files not shown
+19-198 files

LLVM/project 260de82clang/lib/CodeGen CGObjC.cpp

update comments
DeltaFile
+5-3clang/lib/CodeGen/CGObjC.cpp
+5-31 files

LLVM/project 3bfd48bclang/test/CodeGenObjC expose-direct-method-consumed.m

fix mac test
DeltaFile
+0-11clang/test/CodeGenObjC/expose-direct-method-consumed.m
+0-111 files

LLVM/project f9a7b88clang/test/CodeGenObjC expose-direct-method-visibility-linkage.m

amend mac tests
DeltaFile
+3-1clang/test/CodeGenObjC/expose-direct-method-visibility-linkage.m
+3-11 files

LLVM/project 86ea7c9clang/lib/CodeGen CGObjCMac.cpp

format
DeltaFile
+1-2clang/lib/CodeGen/CGObjCMac.cpp
+1-21 files

LLVM/project 988d441clang/lib/CodeGen CGObjCMac.cpp CGObjC.cpp

[ExposeDirectMethod] Nil chech thunk generation

- Generation
- Dispatch
DeltaFile
+236-1clang/lib/CodeGen/CGObjCMac.cpp
+12-5clang/lib/CodeGen/CGObjC.cpp
+7-0clang/lib/CodeGen/CodeGenFunction.h
+3-1clang/lib/CodeGen/CGDecl.cpp
+258-74 files

LLVM/project 1ae6102clang/test/CodeGenObjC expose-direct-method.m expose-direct-method-visibility-linkage.m

add tests
DeltaFile
+292-0clang/test/CodeGenObjC/expose-direct-method.m
+170-0clang/test/CodeGenObjC/expose-direct-method-visibility-linkage.m
+136-0clang/test/CodeGenObjC/expose-direct-method-linkedlist.m
+119-0clang/test/CodeGenObjC/expose-direct-method-consumed.m
+103-0clang/test/CodeGenObjC/expose-direct-method-varargs.m
+24-0clang/test/CodeGenObjC/direct-method-ret-mismatch.m
+844-01 files not shown
+846-27 files

LLVM/project bca9c40clang/include/clang/AST DeclObjC.h

Rename to precondition thunk
DeltaFile
+2-2clang/include/clang/AST/DeclObjC.h
+2-21 files

FreeNAS/freenas dd21215src/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/plugins/system_dataset mount.py

Rework system dataset migration to be less bad

This commit reworks how we migrate the system datasets so that
it's somewhat less racy and uses kernel APIs for this.

On migration:
1. build new mount tree in middleware run dir
2. sync data from old to new
3. move new under old
4. move old to middleware rundir
5. restart services
6. cleanup
DeltaFile
+303-321src/middlewared/middlewared/plugins/sysdataset.py
+59-0src/middlewared/middlewared/plugins/system_dataset/mount.py
+362-3212 files

LLVM/project 4469576clang-tools-extra/clang-doc JSONGenerator.cpp, clang-tools-extra/clang-doc/assets namespace-template.mustache

[clang-doc] Add variables to the namespace HTML template
DeltaFile
+31-0clang-tools-extra/clang-doc/assets/namespace-template.mustache
+16-4clang-tools-extra/test/clang-doc/json/namespace.cpp
+3-1clang-tools-extra/clang-doc/JSONGenerator.cpp
+50-53 files

FreeBSD/ports bf3b413mail/thunderbird-esr distinfo Makefile, mail/thunderbird-esr/files patch-bug1269654_comment5 patch-bug1269654

mail/thunderbird-esr: update to 140.7.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.7.0esr/releasenotes/

(cherry picked from commit 1d04867f13ef2c90a27d168a4c296197433f7800)
DeltaFile
+0-43mail/thunderbird-esr/files/patch-bug1269654_comment5
+34-0mail/thunderbird-esr/files/patch-bug1269654
+3-3mail/thunderbird-esr/distinfo
+3-2mail/thunderbird-esr/Makefile
+40-484 files

FreeBSD/ports 7e35482mail/thunderbird distinfo, mail/thunderbird/files patch-libwebrtc-generated patch-cargo-checksums

mail/thunderbird: update to 147.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/147.0/releasenotes/

(cherry picked from commit 552102d732e30337b965dacac75ebc8432b04f10)
DeltaFile
+7,240-17,081mail/thunderbird/files/patch-libwebrtc-generated
+61-0mail/thunderbird/files/patch-cargo-checksums
+0-43mail/thunderbird/files/patch-bug1269654_comment5
+34-0mail/thunderbird/files/patch-bug1269654
+7-5mail/thunderbird/files/patch-python_sites_mach.txt
+3-3mail/thunderbird/distinfo
+7,345-17,1321 files not shown
+7,346-17,1337 files

FreeBSD/ports 1d04867mail/thunderbird-esr distinfo Makefile, mail/thunderbird-esr/files patch-bug1269654_comment5 patch-bug1269654

mail/thunderbird-esr: update to 140.7.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.7.0esr/releasenotes/
DeltaFile
+0-43mail/thunderbird-esr/files/patch-bug1269654_comment5
+34-0mail/thunderbird-esr/files/patch-bug1269654
+3-3mail/thunderbird-esr/distinfo
+2-3mail/thunderbird-esr/Makefile
+39-494 files

FreeBSD/ports 552102dmail/thunderbird distinfo, mail/thunderbird/files patch-libwebrtc-generated patch-cargo-checksums

mail/thunderbird: update to 147.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/147.0/releasenotes/
DeltaFile
+7,240-17,081mail/thunderbird/files/patch-libwebrtc-generated
+61-0mail/thunderbird/files/patch-cargo-checksums
+0-43mail/thunderbird/files/patch-bug1269654_comment5
+34-0mail/thunderbird/files/patch-bug1269654
+7-5mail/thunderbird/files/patch-python_sites_mach.txt
+3-3mail/thunderbird/distinfo
+7,345-17,1321 files not shown
+7,346-17,1347 files

LLVM/project 567d3caclang/lib/Driver/ToolChains Clang.cpp

update driver behavior and a test
DeltaFile
+1-0clang/lib/Driver/ToolChains/Clang.cpp
+1-01 files

HardenedBSD/src aeefb9arelease/tools vagrant.conf arm.subr, share/man/man7 freebsd-base.7

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+8-3sys/dev/bnxt/bnxt_en/bnxt_mgmt.h
+6-3sys/dev/bnxt/bnxt_en/bnxt_mgmt.c
+1-1release/tools/vagrant.conf
+1-1release/tools/arm.subr
+1-1share/man/man7/freebsd-base.7
+17-95 files

LLVM/project 462f60cclang/include/clang/AST DeclObjC.h

[ExposeObjCDirect] Adding a flag to allow new objc direct ABI

1. Add a flag
2. Clean up and set up helper functions to implement later

Signed-off-by: Peter Rong <PeterRong at meta.com>
DeltaFile
+6-0clang/include/clang/AST/DeclObjC.h
+6-01 files

HardenedBSD/src c2c518ashare/man/man4 smartpqi.4, sys/dev/smartpqi smartpqi_controllers.h smartpqi_main.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+371-0sys/dev/smartpqi/smartpqi_controllers.h
+31-289sys/dev/smartpqi/smartpqi_main.c
+58-109sys/dev/smartpqi/smartpqi_discovery.c
+52-52sys/dev/smartpqi/smartpqi_request.c
+83-3share/man/man4/smartpqi.4
+22-31sys/dev/smartpqi/smartpqi_cam.c
+617-48415 files not shown
+727-62621 files

LLVM/project 75af094llvm/lib/Transforms/Vectorize VPlan.cpp LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize tripcount.ll

capture weights
DeltaFile
+23-6llvm/lib/Transforms/Vectorize/VPlan.cpp
+9-6llvm/test/Transforms/LoopVectorize/tripcount.ll
+2-0llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+34-123 files

NetBSD/pkgsrc rvtgNJvdoc CHANGES-2026

   doc: Updated www/chromium to 143.0.7499.192nb1
VersionDeltaFile
1.207+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc uLDoRtiwww/chromium distinfo Makefile, www/chromium/patches patch-services_device_hid_BUILD.gn patch-services_device_hid_hid__service__netbsd.h

   www/chromium: fix patchset to build with HID support on NetBSD
VersionDeltaFile
1.24+2-4www/chromium/distinfo
1.14+3-1www/chromium/patches/patch-services_device_hid_BUILD.gn
1.36+2-1www/chromium/Makefile
1.14+1-1www/chromium/patches/patch-services_device_hid_hid__service__netbsd.h
1.14+1-1www/chromium/patches/patch-services_device_hid_hid__service__netbsd.cc
+9-85 files

LLVM/project 5c3f02clldb/source/Plugins/Platform/gdb-server PlatformRemoteGDBServer.cpp, lldb/test/API/functionalities/gdb_remote_client TestPlatformAttach.py

[lldb] Honor the process plugin name in the attach/launch info (#175195)

When connected to a GDB remote platform, we always use "gdb-remote" as
the process plugin when attaching. This means that the `--plugin`
argument to `process attach` is effectively ignored. This patch makes it
so that "gdb-remote" remains the default, while still honoring the
process plugin name specified in the attach info. The same thing applies
to launching a process.

rdar://167845923
DeltaFile
+20-6lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
+2-0lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
+22-62 files