LLVM/project c24ab4cllvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/lib/Target/PowerPC PPCISelLowering.cpp

Revert "[PowerPC] set libcall lowering for fp setcc ops on SPE boards" (#199140)

Reverts llvm/llvm-project#153238

Breaking premerge buildbots. (It looks like there's an alternative fix
open #199105, but it's still under review.)
DeltaFile
+182-888llvm/test/CodeGen/PowerPC/fp-strict-fcmp-spe.ll
+205-608llvm/test/CodeGen/PowerPC/spe.ll
+12-40llvm/test/CodeGen/PowerPC/legalize-invert-br_cc.ll
+4-47llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+6-6llvm/test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
+0-2llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+409-1,5911 files not shown
+409-1,5927 files

LLVM/project 84e6d96llvm/lib/DebugInfo/DWARF DWARFDebugLine.cpp DWARFDebugAbbrev.cpp

Revert "DebugInfo: Shrink-to-fit some containers to reduce peak memory usage …"

This reverts commit 9694b198082c9723551357652e390bb09f25f3b7.
DeltaFile
+0-3llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
+0-1llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
+0-1llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
+0-53 files

NetBSD/pkgsrc-wip 30c2ed1glsmac Makefile DESCR

Cleaning up unsuccessful attempts, to try url2pkg instead.
DeltaFile
+0-35glsmac/Makefile
+0-5glsmac/DESCR
+0-3glsmac/COMMIT_MSG
+0-1glsmac/TODO
+0-1glsmac/PLIST
+0-455 files

FreeNAS/freenas 88a941asrc/middlewared/middlewared/plugins/smb_ util_smbconf.py, tests/unit test_smb_share.py

smb: disable automatic conversion of adouble files

This commit disables a relatively new on-by-default feature of
vfs_fruit that attempts to detect and auto-migrate file-backed
AFP-style metadata. This exists primarily to facilitate data
mobility between different vfs_fruit / server configurations.
Since we've only had a single supported fruit configuration
regarding metadata and resource forks since TrueNAS 9.10 we can
safely disable this feature, which requires attempted per-file
opens for every directory listing. This significantly harms
dir listing performance for macos clients.
DeltaFile
+50-0tests/unit/test_smb_share.py
+1-0src/middlewared/middlewared/plugins/smb_/util_smbconf.py
+51-02 files

LLVM/project 0f2b8ecllvm/utils/lit/lit cl_arguments.py TestRunner.py, llvm/utils/lit/tests check-filter.py

[lit] Add --check to run only selected RUN lines from a test

`llvm-lit --check=LIST <test>` keeps only the listed RUN directives in
the test and discards the rest. LIST is a comma-separated mix
of 0-indexed integers and ranges (e.g. `--check=0,2,4-6`). The
selection is applied to the parseIntegratedTestScript output.

Run tests via
`llvm-lit --check=0 llvm/utils/lit/tests/Inputs/check-filter/sample.ll`,
`llvm-lit --check=1 llvm/utils/lit/tests/Inputs/check-filter/sample.ll`,
`llvm/utils/lit/lit.py llvm/utils/lit/tests/check-filter.py`.
DeltaFile
+36-0llvm/utils/lit/lit/cl_arguments.py
+23-0llvm/utils/lit/tests/check-filter.py
+18-0llvm/utils/lit/lit/TestRunner.py
+7-0llvm/utils/lit/tests/Inputs/check-filter/lit.cfg
+4-0llvm/utils/lit/tests/Inputs/check-filter/sample.ll
+2-0llvm/utils/lit/lit/LitConfig.py
+90-01 files not shown
+91-07 files

LLVM/project a800c33llvm/include/llvm/IR User.h Use.h

IR: Move `simplify_type<(const) Use *>` to Use.h and fix a bug.

These overloads live in User.h because the type of
`User::(const_)op_iterator` is `(const) Use *`, but they do not
necessarily need to be used together with `User`, so let's move them to
Use.h with the canonical type used in the overload for clarity.

There's also a bug where `dyn_cast_or_null` with a `Use *` argument
crashes if the argument is null. Fix it by adding a null check to
these overloads. The null check is expected to be optimized out of the
implementation of `isa`/`cast`/`dyn_cast` because these functions will
unconditionally load from the result of `getSimplifiedValue`.

Reviewers: nikic, efriedma-quic

Pull Request: https://github.com/llvm/llvm-project/pull/198917
DeltaFile
+0-15llvm/include/llvm/IR/User.h
+15-0llvm/include/llvm/IR/Use.h
+15-152 files

NetBSD/pkgsrc-wip 2df77e4glsmac Makefile

Modified GCC_REQD 11, typo said 17 before, which is not existent!
DeltaFile
+1-1glsmac/Makefile
+1-11 files

NetBSD/pkgsrc-wip 96ec473glsmac DESCR

Modified DESCR due to warning line 4 is too long.
DeltaFile
+2-1glsmac/DESCR
+2-11 files

LLVM/project d4179f6mlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+226-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+754-010 files not shown
+811-016 files

NetBSD/pkgsrc-wip a0b0348glsmac TODO

Add TODO, explaining my lack of experience.
DeltaFile
+1-0glsmac/TODO
+1-01 files

GhostBSD/ports 3f81c9dsysutils/install-station distinfo Makefile

sysutils/install-station: update to 0.5
DeltaFile
+3-3sysutils/install-station/distinfo
+1-1sysutils/install-station/Makefile
+1-0sysutils/install-station/pkg-plist
+5-43 files

LLVM/project b34d81emlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+226-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+754-09 files not shown
+808-015 files

NetBSD/pkgsrc-wip 31900ecglsmac DESCR

Add DESCR
DeltaFile
+4-0glsmac/DESCR
+4-01 files

LLVM/project 3873d15lldb/source/Core Module.cpp, lldb/source/Plugins/Platform/MacOSX PlatformDarwin.cpp PlatformMacOSX.cpp

[LLDB] Add a progress event to xcrun invocations (#198953)

LLDB invokes xcrun to find SDKs on disk. This is usually very fast, but
sometimes (after an Xcode update, or when the searched SDK does not
exist) it can take very long (10s or more). The progress event provides
user feedback to explain the hang.

Previously this functionality was in HostInfo, but it may not depend on
Core, so this patch is instrumenting the call sites instead.


cf: https://github.com/llvm/llvm-project/pull/198931
DeltaFile
+5-4lldb/test/API/functionalities/progress_reporting/clang_modules/TestClangModuleBuildProgress.py
+6-0lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
+4-2lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
+2-0lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
+2-0lldb/source/Core/Module.cpp
+19-65 files

FreeBSD/src d66fec4sys/netlink/route nexthop.c

netlink: Fix lock leak in nl_find_nhop

Reviewed by: bz, pouria
Fixes: 7e5bf68495cc ("netlink: add netlink support")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57156
DeltaFile
+1-1sys/netlink/route/nexthop.c
+1-11 files

LLVM/project 5534eb6llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/lib/Target/PowerPC PPCISelLowering.cpp

Revert "[PowerPC] set libcall lowering for fp setcc ops on SPE boards (#153238)"

This reverts commit 4d0100789dc9b4db7d77c033d8f53f8b7dc68437.
DeltaFile
+182-888llvm/test/CodeGen/PowerPC/fp-strict-fcmp-spe.ll
+205-608llvm/test/CodeGen/PowerPC/spe.ll
+12-40llvm/test/CodeGen/PowerPC/legalize-invert-br_cc.ll
+4-47llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+6-6llvm/test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
+0-2llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+409-1,5911 files not shown
+409-1,5927 files

FreeBSD/ports 821151aeditors/zed distinfo Makefile.crates, editors/zed/files patch-crates_fs_src_fs.rs patch-crates_fs_src_fs__watcher.rs

editors/zed: Update to 1.3.5

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.2.4
- https://github.com/zed-industries/zed/releases/tag/v1.2.5
- https://github.com/zed-industries/zed/releases/tag/v1.2.6
- https://github.com/zed-industries/zed/releases/tag/v1.2.7
- https://github.com/zed-industries/zed/releases/tag/v1.3.5

Reported by:    GitHub (watch releases)
DeltaFile
+9-78editors/zed/files/patch-crates_fs_src_fs.rs
+70-0editors/zed/files/patch-crates_fs_src_fs__watcher.rs
+8-62editors/zed/files/patch-Cargo.lock
+33-35editors/zed/distinfo
+15-16editors/zed/Makefile.crates
+8-8editors/zed/files/patch-crates_zed_src_main.rs
+143-1994 files not shown
+152-20910 files

LLVM/project 8bef5d9flang-rt/lib/runtime CMakeLists.txt, runtimes/cmake config-Fortran.cmake

Fix typo
DeltaFile
+8-9runtimes/cmake/config-Fortran.cmake
+1-0flang-rt/lib/runtime/CMakeLists.txt
+9-92 files

FreeBSD/ports 6299553security/tailscale distinfo Makefile

security/tailscale: Update to 1.98.3

MFH:            2026Q2
(cherry picked from commit dad24dc5362f78a860065f14ca41276161491da1)
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

FreeBSD/ports dad24dcsecurity/tailscale distinfo Makefile

security/tailscale: Update to 1.98.3

MFH:            2026Q2
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

GhostBSD/ports 3181f5csysutils/setup-station distinfo Makefile

sysutils/setup-station: update to 0.3
DeltaFile
+3-3sysutils/setup-station/distinfo
+1-1sysutils/setup-station/Makefile
+1-0sysutils/setup-station/pkg-plist
+5-43 files

OpenBSD/ports 177nYhsmultimedia/libheif Makefile, multimedia/libheif/patches patch-libheif_api_libheif_heif_properties_h

   unbreak installed header
VersionDeltaFile
1.1+17-0multimedia/libheif/patches/patch-libheif_api_libheif_heif_properties_h
1.25+1-0multimedia/libheif/Makefile
+18-02 files

LLVM/project 38045ddclang/test/CIR/CodeGenBuiltins/X86 ssse3-builtins.c

[CIR][X86][NFC] Add _mm_alignr_epi8 edge immediate tests (#198522)

Cover the 16-byte boundary and all-zero result cases in
`ssse3-builtins.c`. These cases mirror the coverage in
`clang/test/CodeGen/palignr.c`.

Rename the existing `_mm_alignr_epi8` cases consistently with the new
tests.

Partially addresses https://github.com/llvm/llvm-project/issues/156747.
DeltaFile
+32-8clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
+32-81 files

FreeBSD/src 2bf6b65sys/conf newvers.sh

15.1: Update to RC1

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-1sys/conf/newvers.sh
+1-11 files

LLVM/project 6278e64mlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+224-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+752-08 files not shown
+805-014 files

LLVM/project 094c3d4mlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+133-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+661-08 files not shown
+714-014 files

LLVM/project f97abd4

Merge remote-tracking branch 'official/users/meinersbur/flang_builtin-mods_3' into users/meinersbur/flang_builtin-mods_3
DeltaFile
+0-00 files

LLVM/project e099bfblldb/include/lldb/Utility Locked.h, lldb/unittests/Utility LockedTest.cpp CMakeLists.txt

[lldb] Add Locked<T> and SharedLocked<T> RAII handles in Utility (NFC) (#198941)

Introduce two RAII handles that pair a pointer-like value with a lock on
a caller-supplied mutex.

- Locked<PtrT, Mutex>: holds std::unique_lock<Mutex>. Move-only;
enforces exclusive access. Defaults to std::recursive_mutex to match
LLDB's existing synchronization style.
- SharedLocked<PtrT, Mutex>: holds a reference-counted
std::shared_lock<Mutex>. Copyable — copies share the same reader lock
and the lock releases when the last copy goes away. Defaults to
llvm::sys::RWMutex, the LLDB convention.

PtrT may be a raw pointer, std::shared_ptr, or std::unique_ptr;
convenience aliases LockedPtr/LockedSP/LockedUP and
SharedLockedPtr/SharedLockedSP/SharedLockedUP cover the common
combinations. SharedLocked's borrowed pointer is const-qualified so
readers can't mutate the pointee.
DeltaFile
+225-0lldb/unittests/Utility/LockedTest.cpp
+173-0lldb/include/lldb/Utility/Locked.h
+1-0lldb/unittests/Utility/CMakeLists.txt
+399-03 files

LLVM/project d23274aflang-rt CMakeLists.txt, flang-rt/lib/runtime CMakeLists.txt

Add comment about module-only sources & rename RUNTIMES_ENABLE_FLANG_MODULES
DeltaFile
+8-8runtimes/cmake/config-Fortran.cmake
+8-2flang-rt/lib/runtime/CMakeLists.txt
+1-1flang-rt/CMakeLists.txt
+1-1openmp/CMakeLists.txt
+18-124 files

LLVM/project b75f5d7lldb/include/lldb/Target ScriptedThreadPlan.h, lldb/source/API SBThreadPlan.cpp SBThread.cpp

[lldb] Consolidate ScriptedThreadPlan state into ScriptedMetadata (#199064)

This is a follow-up to 1b4a578a9f77.

Replace ScriptedThreadPlan's separate `m_class_name` and `m_args_data`
members with a single `m_scripted_metadata`, and update its constructor,
Thread::QueueThreadPlanForStepScripted and the SB/CLI callers to take a
`const ScriptedMetadata &` directly. Drop the now-redundant `args_sp`
parameter from ScriptedThreadPlanInterface::CreatePluginObject; the
Python override constructs a StructuredDataImpl from the metadata's args
dict for the dispatched call.

ScriptedThreadPlan keeps its own `m_scripted_metadata` member because
the interface's metadata is only set when `DidPush()` calls
`CreatePluginObject`, so the plan needs to hold the metadata between
construction and `DidPush()`.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
DeltaFile
+22-24lldb/source/Target/ScriptedThreadPlan.cpp
+23-9lldb/source/API/SBThreadPlan.cpp
+5-4lldb/include/lldb/Target/ScriptedThreadPlan.h
+3-5lldb/source/Target/Thread.cpp
+6-1lldb/source/API/SBThread.cpp
+3-2lldb/source/Commands/CommandObjectThread.cpp
+62-454 files not shown
+70-5310 files