LLVM/project 33a1181clang/unittests/Analysis/FlowSensitive UncheckedStatusOrAccessModelTestFixture.cpp

[NFC] [FlowSensitive] [StatusOr] add test for co_return (#192160)
DeltaFile
+15-0clang/unittests/Analysis/FlowSensitive/UncheckedStatusOrAccessModelTestFixture.cpp
+15-01 files

FreeNAS/freenas 31f24c2src/middlewared/middlewared/plugins/zfs tier.py

Simplify code somewhat
DeltaFile
+5-25src/middlewared/middlewared/plugins/zfs/tier.py
+5-251 files

LLVM/project d1fd44fllvm/lib/Target/AMDGPU GCNSchedStrategy.cpp, llvm/test/CodeGen/AMDGPU machine-scheduler-revert-slot-monotonicity.mir

[AMDGPU][Scheduler] Fix non-monotonic SlotIndex after schedule revert (#192039)

modifyRegionSchedule restores the original instruction order by splicing
MIs before RegionEnd. When an MI is already at the expected position
(MII == RegionEnd) its SlotIndex was left unchanged, even though earlier
splices may have shifted neighboring indices. This could leave a stale,
lower-numbered slot on a non-moved MI, breaking SlotIndex monotonicity
and corrupting LiveIntervals.

The corruption surfaced as a "register isn't live" assertion in
GCNDownwardRPTracker when PreRARematStage's finalizeGCNSchedStage
globally reverted regions that were already locally reverted by
checkScheduling.

Fix by calling LIS->handleMove for non-moved MIs whose SlotIndex has
become non-monotonic (PrevIdx >= MI_Idx). Additionally, track whether
checkScheduling already reverted a region and skip the redundant global
revert in finalizeGCNSchedStage.

Assisted-by: Claude Opus
DeltaFile
+186-0llvm/test/CodeGen/AMDGPU/machine-scheduler-revert-slot-monotonicity.mir
+11-0llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
+197-02 files

FreeNAS/freenas 33bbfb0src/middlewared/middlewared/plugins/pool_ scrub.py, src/middlewared/middlewared/plugins/zpool scrub_impl.py

try
DeltaFile
+20-13src/middlewared/middlewared/plugins/zpool/scrub_impl.py
+9-2tests/api2/test_zpool_scrub.py
+2-6src/middlewared/middlewared/plugins/pool_/scrub.py
+31-213 files

FreeBSD/ports eb39607net/oha distinfo Makefile.crates, net/oha/files patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_include_openssl_target.h patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_crypto_fipsmodule_cpucap_cpu__ppc64le.c

net/oha: update 1.9.0 → 1.14.0

PR:             294146
Approved by:    maintainer timeout (otis, 2 weeks)
DeltaFile
+583-583net/oha/distinfo
+290-290net/oha/Makefile.crates
+0-20net/oha/files/patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_include_openssl_target.h
+0-14net/oha/files/patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_crypto_fipsmodule_cpucap_cpu__ppc64le.c
+2-2net/oha/Makefile
+875-9095 files

LLVM/project 22cf0f4libsycl/src CMakeLists.txt, libsycl/src/detail device_image_wrapper.cpp device_image_wrapper.hpp

fix comments

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova at intel.com>
DeltaFile
+39-0libsycl/src/detail/device_image_wrapper.cpp
+14-23libsycl/src/detail/device_image_wrapper.hpp
+7-19libsycl/src/detail/program_manager.cpp
+12-11libsycl/src/detail/device_kernel_info.hpp
+3-3libsycl/src/detail/program_manager.hpp
+1-0libsycl/src/CMakeLists.txt
+76-566 files

FreeBSD/src 0c09c65tests/sys/fs/fusefs rename.cc

tests/fusefs: appease gcc -Wcast-qual

Fix gcc build error.

Reviewed by:    asomers, kib
Fixes:  7e68af7ce2c1 ("fusefs: redo vnode attribute locking")
Differential Revision:  https://reviews.freebsd.org/D56370
DeltaFile
+2-2tests/sys/fs/fusefs/rename.cc
+2-21 files

LLVM/project 2bff691libc/src/__support/wctype perfect_hash_map.h lower_to_upper.h, libc/test/src/__support/wctype wctype_perfect_hash_test.cpp

simplify api
DeltaFile
+783-0libc/test/src/__support/wctype/wctype_perfect_hash_test.cpp
+19-35libc/src/__support/wctype/perfect_hash_map.h
+12-23libc/src/__support/wctype/lower_to_upper.h
+12-23libc/src/__support/wctype/upper_to_lower.h
+10-18libc/utils/wctype_utils/conversion/hex_writer.py
+836-995 files

FreeBSD/ports abbb33bnet-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update: 6.7.5 -> 6.7.6

ChangeLog:      https://github.com/telegramdesktop/tdesktop/compare/v6.7.5...v6.7.6

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-1net-im/telegram-desktop/Makefile
+4-42 files

LLVM/project 70cf763clang/cmake/caches Release.cmake, llvm CMakeLists.txt

Reapply "[cmake] Add support for statically linking libxml2" (#192088)

This applies a fix for windows not discovering libxml

This reverts commit 2a9c32496b5e8e63844597f638bdf67e4732fd35.
DeltaFile
+79-0llvm/cmake/modules/FindLibXml2.cmake
+14-0llvm/cmake/config-ix.cmake
+7-3llvm/lib/WindowsManifest/CMakeLists.txt
+4-0clang/cmake/caches/Release.cmake
+2-0llvm/CMakeLists.txt
+106-35 files

FreeBSD/ports 242a2bfnet-im/tg_owt distinfo Makefile

net-im/tg_owt: update to the recent snapshot

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/tg_owt/distinfo
+2-2net-im/tg_owt/Makefile
+5-52 files

FreeBSD/ports d744dc8ports-mgmt/pkg distinfo Makefile

ports-mgmt/pkg: Release 2.7.3

Fix an nasty bug where pkg could request to downgrade itself
in pkgbase environement
DeltaFile
+3-3ports-mgmt/pkg/distinfo
+1-1ports-mgmt/pkg/Makefile
+4-42 files

Linux/linux a8e7ef3sound/isa sscape.c, sound/soc/codecs wm_adsp_fw_find_test.c cs42l43.c

Merge tag 'sound-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound updates from Takashi Iwai:
 "Nothing too thrilling here, but we see lots of driver updates and bug
  fixes, including quirk additions and refactoring works, while there
  have been little changes in the core functionality. Here are some
  highlights:

  Core:
   - Add validation for the control API put callback
   - Fixes in compress-offload API timestamp handling
   - Continued ASoC core API cleanups

  ASoC:
   - Add support for bus keepers (for Apple devices in future)
   - Enhancements to the SDCA support, including retaskable jacks
   - Test improvements for Cirrus Logic drivers
   - Lots of fixes for the NXP, nVidia and Qualcomm
   - Support for AMD RPL DMIC, Cirrus Logic CS42L43 and CS47L47, nVidia

    [40 lines not shown]
DeltaFile
+1,223-0sound/soc/codecs/wm_adsp_fw_find_test.c
+623-133sound/soc/codecs/cs42l43.c
+174-240sound/soc/intel/catpt/pcm.c
+232-95sound/isa/sscape.c
+188-58sound/usb/mixer.c
+135-107sound/soc/codecs/wm_adsp.c
+2,575-633370 files not shown
+9,045-3,328376 files

Illumos/gate f339255usr/src/uts/common/io/scsi/adapters/mpt_sas mptsas.c, usr/src/uts/common/sys/scsi/adapters/mpt_sas mptsas_var.h

5012 mpt_sas fails to issue writes >1MB
Reviewed by: Albert Lee <trisk at forkgnu.org>
Reviewed by: Klaus Ziegler <klausz at haus-gisela.de>
Approved by: Robert Mustacchi <rm+illumos at fingolfin.org>
DeltaFile
+2-2usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
+2-1usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
+4-32 files

pkgng/pkgng 83678fb. NEWS auto.def

Release 2.7.3
DeltaFile
+5-0NEWS
+1-1auto.def
+6-12 files

LLVM/project 5043d09mlir/lib/Dialect/Vector/Transforms VectorDistribute.cpp

[MLIR][Vector] Fix WarpOpScfForOp and WarpOpScfIfOp leaving invalid ops after region moves (#188951)

WarpOpScfForOp::matchAndRewrite called mergeBlocks() to move forOp's
body block into the inner WarpOp. mergeBlocks() erases the source block,
leaving forOp with an empty body region (0 blocks). Since scf.for
requires exactly 1 body block, IR verification fails with "region with 1
blocks" after the pattern succeeds. Additionally, when forOp had no init
args, the pattern was missing the scf.yield terminator in the new ForOp.

WarpOpScfIfOp::matchAndRewrite had the same issue: takeBody() emptied
the ifOp's then/else regions, leaving scf.if with 0 blocks.

Fix:
- Restore the conditional scf.yield creation (only when newForOp has
results).
- After merging/taking the regions, replace the remaining op's results
with ub.poison and erase the now-invalid op from the new WarpOp's body.

Assisted-by: Claude Code
Fix a failure present with MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS=ON.
DeltaFile
+35-0mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
+35-01 files

pkgng/pkgng c2f1846libpkg pkg_jobs_universe.c

upgrade: don't propose to downgrade to solve a provide/require

Fixes: #2641
DeltaFile
+33-0libpkg/pkg_jobs_universe.c
+33-01 files

pkgng/pkgng b5e5d63src upgrade.c

upgrade: plug leak
DeltaFile
+14-4src/upgrade.c
+14-41 files

pkgng/pkgng 736ab95src update.c

update: plug memory leak
DeltaFile
+7-1src/update.c
+7-11 files

LLVM/project f6dcdbellvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU returnaddress.ll

AMDGPU/GlobalISel: RegBankLegalize rules for returnaddress (#191318)
DeltaFile
+2-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+1-1llvm/test/CodeGen/AMDGPU/returnaddress.ll
+3-12 files

LLVM/project a11c24dmlir/lib/Target/LLVMIR/Dialect/OpenMP OpenMPToLLVMIRTranslation.cpp, mlir/test/Target/LLVMIR openmp-teams-distribute-reduction.mlir

[mlir][OpenMP] Fix teams reduction assert with sibling distributes (#191475)

Avoid double-mapping teams reduction block arguments when multiple
sibling `omp.distribute` ops appear under the same `omp.teams`.

Replace `teamsReductionContainedInDistribute` with
`getDistributeCapturingTeamsReduction`, which returns the unique
`omp::DistributeOp` containing all non-debug uses of the teams reduction
block arguments, or null if no such distribute exists. In that case,
reduction setup falls back to the teams op.

This ensures only the owning distribute handles reduction setup and
prevents `moduleTranslation.mapValue()` from being called multiple times
for the same block arguments.

Fixes https://github.com/llvm/llvm-project/issues/191470

Assisted with Copilot and GPT-5.4
DeltaFile
+20-17mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+35-0mlir/test/Target/LLVMIR/openmp-teams-distribute-reduction.mlir
+55-172 files

LLVM/project 7f52105llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel insertelement.ll insertelement.i16.ll

AMDGPU/GlobalISel: RegBankLegalize rules for G_INSERT_VECTOR_ELT (#191296)
DeltaFile
+2,843-799llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
+1,154-1,574llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
+998-1,283llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i8.ll
+108-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+14-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+3-1llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.h
+5,120-3,6572 files not shown
+5,123-3,6588 files

LLVM/project 150e625clang/lib/CIR/Dialect/OpenMP RegisterOpenMPExtensions.cpp, clang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.cpp CMakeLists.txt

[CIR][OpenMP] Add OpenMP-to-LLVM type conversion for CIR-to-LLVM lowering (#190063)

Register OpenMP conversion legality and patterns in the CIR-to-LLVM pass
so that OpenMP operations (e.g. omp.map.info, omp.target) have their CIR
types converted to LLVM types during lowering. Without this,
the conversion leaves behind unrealized_conversion_cast ops that cause
translation to LLVM IR to fail.

Also registers omp::PointerLikeType on cir::PointerType so that CIR
pointers are accepted as operands in OpenMP map operations.

Assised-by: Cursor / Claude Opus 4.6
DeltaFile
+30-0clang/test/CIR/Lowering/omp-target-map.cir
+13-0clang/lib/CIR/Dialect/OpenMP/RegisterOpenMPExtensions.cpp
+5-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+1-0clang/lib/CIR/Lowering/DirectToLLVM/CMakeLists.txt
+49-04 files

pkgng/pkgng 14ce865libpkg pkg_jobs_universe.c

upgrade: don't propose to downgrade to solve a provide/require

Fixes: #2641
DeltaFile
+33-0libpkg/pkg_jobs_universe.c
+33-01 files

LLVM/project 70e5ec4clang/lib/CIR/CodeGen CIRGenCleanup.cpp CIRGenFunction.h, clang/test/CIR/CodeGen cleanup-conditional-eh.cpp cleanup-conditional.cpp

[CIR] Handle full expression cleanups in conditional branches (#191479)

This adds CIR support for handling full expression cleanups in
conditional branches. Because CIR uses structured control flow, it was
necessary to handle these cleanups differently than is done in classic
codegen. CIR speculatively creates a cleanup scope when an
ExprWithCleanups contains a conditional operator and maintains a
dedicated stack of these deferred cleanups, which is added to the
cleanup scope at the end of the full expression with an active flag used
to control whether the cleanup should be executed based on any branches
that may have been taken during the conditional expression evaluation.
This is similar to the mechanism used for lifetime extended cleanups,
but the timing of when the cleanups are moved to the main EH stack is
different, so we need to maintain two different pending cleanup stacks.
We are able to use the same PendingCleanupEntry class for both.

Assisted-by: Cursor / claude-4.6-opus-high
DeltaFile
+671-0clang/test/CIR/CodeGen/cleanup-conditional-eh.cpp
+569-0clang/test/CIR/CodeGen/cleanup-conditional.cpp
+158-2clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
+50-17clang/lib/CIR/CodeGen/CIRGenFunction.h
+12-2clang/lib/CIR/CodeGen/CIRGenDecl.cpp
+9-1clang/lib/CIR/CodeGen/CIRGenExpr.cpp
+1,469-224 files not shown
+1,478-3110 files

LLVM/project cd0f775clang/lib/CIR/CodeGen CIRGenDecl.cpp CIRGenExprAggregate.cpp, clang/test/CIR/CodeGen partial-array-cleanup.cpp

[CIR] Handle irregular partial init destroy (#192158)

This implements CIR handling for the case where an array of a destructed
type is being initialized using an initializer list and therefore the
address of the last successfully constructed element must be loaded from
a temporary variable before the partial array destroy loop can begin.

In classic codegen this shares its implementation with the general array
ctor/dtor handling, but in CIR we have dedicated operations to abstract
array ctors/dtors, so the implementation of the irregular partial
destruction happens in a different place in codegen.

Assisted-by: Cursor / claude-4.6-opus-high
DeltaFile
+162-0clang/test/CIR/CodeGen/partial-array-cleanup.cpp
+78-0clang/lib/CIR/CodeGen/CIRGenDecl.cpp
+27-11clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
+6-0clang/lib/CIR/CodeGen/CIRGenFunction.h
+273-114 files

NetBSD/src 69SUddQdoc 3RDPARTY

   libarchive 3.8.7 out
VersionDeltaFile
1.2185+3-3doc/3RDPARTY
+3-31 files

FreeNAS/freenas 1a6f2adtests/api2 test_zpool_scrub.py

try
DeltaFile
+3-12tests/api2/test_zpool_scrub.py
+3-121 files

FreeBSD/src 1dddb58sys/conf ldscript.arm64

arm64: Define the .iplt section placement.

Ensure that the .plt and .ipld sections are in the executable memory segment.

MFC after:      1 week
Reviewed by:    andrew
Differential Revision: https://reviews.freebsd.org/D56403
DeltaFile
+6-1sys/conf/ldscript.arm64
+6-11 files

FreeBSD/doc 53d1939website/content/en/status/report-2026-01-2026-03 drm-drivers-aarch64.adoc

Status/2026Q1/drm-drivers-aarch64.adoc: Add report

Reviewed by:            salvadore@
Differential Revision:  https://reviews.freebsd.org/D56367
DeltaFile
+8-0website/content/en/status/report-2026-01-2026-03/drm-drivers-aarch64.adoc
+8-01 files