LLVM/project 2db6593bolt/lib/Passes Instrumentation.cpp, bolt/test/X86 instrument-funcs-file.s

[BOLT] Add --instrument-funcs-file option to scope instrumentation (#197226)

Adds a new option that takes a file containing one function name per
line (exact match) and restricts instrumentation to those functions.
Composes with --instrument-hot-only as an AND filter.

Assisted-by: Claude Opus 4.7
DeltaFile
+82-0bolt/test/X86/instrument-funcs-file.s
+39-2bolt/lib/Passes/Instrumentation.cpp
+121-22 files

LLVM/project d7d165cllvm/lib/Target/RISCV RISCVVectorPeephole.cpp, llvm/test/CodeGen/RISCV/rvv rvv-vmerge-to-vmv.ll rvv-peephole-vmerge-to-vmv.mir

[RISCV] Fix mask policy in convertSameMaskVMergeToVMv (#197937)

In convertSameMaskVMergeToVMv, we try to change a vmerge to a vmv.v.v if
the true operand is masked in such a way it guarantees the masked off
elements are the same.

However vmerge.vvm and vmv.v.v are always mask undisturbed. If we want
to reuse the masking in the true operand we need to also change its
policy to mask undisturbed.

This fixes a miscompile that can be seen with llvm.masked.sdiv
instructions after #191377 under certain conditions, detected by
https://lab.llvm.org/buildbot/#/builders/214/builds/2795. The
llvm.masked.sdiv instructions produced a mask agnostic PseudoVDIV that
had a PseudoVMERGE_VVM merged into them without updating the policy.
DeltaFile
+7-0llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
+1-1llvm/test/CodeGen/RISCV/rvv/rvv-vmerge-to-vmv.ll
+1-1llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-to-vmv.mir
+9-23 files

LLVM/project 5a36eballvm/lib/CodeGen/GlobalISel LegalizerHelper.cpp

[GlobalISel] Fix -Wunused-variable in bef7245 (#197971)

OpCode is unused outside of assertions, so mark it [[maybe_unused]] to
prevent -Wunused-variable in non-asserts builds.
DeltaFile
+1-1llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
+1-11 files

LLVM/project f7e0666llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU atomicrmw_usub_cond.ll atomicrmw_usub_sat.ll

AMDGPU/GlobalISel: RegBankLegalize rules for USUB_COND/USUB_SAT (#197800)
DeltaFile
+8-4llvm/test/CodeGen/AMDGPU/atomicrmw_usub_cond.ll
+4-4llvm/test/CodeGen/AMDGPU/atomicrmw_usub_sat.ll
+5-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+17-83 files

FreeBSD/ports dfb7f65games/rare Makefile distinfo, games/rare/files patch-pyproject.toml

games/rare: Update to 1.12.0

Changelog:      https://github.com/RareDevs/Rare/releases/tag/1.12.0

PR:             295271
Approved by:    arrowd (co-mentor)
DeltaFile
+22-0games/rare/files/patch-pyproject.toml
+5-3games/rare/Makefile
+3-3games/rare/distinfo
+0-2games/rare/pkg-plist
+30-84 files

FreeBSD/ports d323172devel/pyenv pkg-plist

devel/pyenv: Fix plist for 3.14.5 release
DeltaFile
+2-2devel/pyenv/pkg-plist
+2-21 files

LLVM/project 80c1e40lldb/test/API/functionalities/data-formatter/bytecode-summary TestBytecodeSummary.py, lldb/test/API/functionalities/data-formatter/bytecode-synthetic TestBytecodeSynthetic.py

[lldb] Skip TestBytecode tests on Windows (#197955)

This patch must fix broken tests after #197808 on Windows (the lldb-x86_64-win buildbot).
DeltaFile
+2-0lldb/test/API/functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py
+1-0lldb/test/API/functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py
+3-02 files

LLVM/project 8ec558cllvm/test/Transforms/SLPVectorizer/X86 arith-mul-smulo.ll arith-add-uaddo.ll

Revert "[SLP] Vectorize struct-returning intrinsics"

This reverts commit 0b681eee8dd38ad91650a5213812d8af668cb168.
DeltaFile
+615-549llvm/test/Transforms/SLPVectorizer/X86/arith-mul-smulo.ll
+615-449llvm/test/Transforms/SLPVectorizer/X86/arith-add-uaddo.ll
+615-449llvm/test/Transforms/SLPVectorizer/X86/arith-add-saddo.ll
+615-449llvm/test/Transforms/SLPVectorizer/X86/arith-sub-usubo.ll
+615-449llvm/test/Transforms/SLPVectorizer/X86/arith-sub-ssubo.ll
+615-429llvm/test/Transforms/SLPVectorizer/X86/arith-mul-umulo.ll
+3,690-2,7744 files not shown
+3,913-3,26810 files

LLVM/project 252b633clang/lib/CIR/CodeGen CIRGenFunction.cpp, clang/test/CIR/CodeGen forrange.cpp

[CIR] Fix problem with scope termination (#197780)

This fixes a problem with scope termination when a cleanup scope appears
as the last operation within a region that is nested inside another
operation, such as within the body region of a cir.for operaiton. When
the cleanup is popped, we set the insertion point to just past the
cleanup operation, which is what we need if there are going to be more
operations emitted, but the LexicalScope::cleanup function, which
intends to add a terminator to its ScopeOp region, was not working
correctly because it expected the insert location to be at the end of
the scope.

In the problematic case, we had something like this:

cir.scope {
  ...
  cir.for : cond {
    ...
  } body {

    [18 lines not shown]
DeltaFile
+36-0clang/test/CIR/CodeGen/forrange.cpp
+16-0clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+52-02 files

FreeNAS/freenas 8377032

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas ea5a24d

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas b87bc41src/middlewared/middlewared/plugins account.py, src/middlewared/middlewared/plugins/container lifecycle.py

NAS-140766 / 27.0.0-BETA.1 / Apply account userns_idmap in container DEFAULT mode (#18940)

DEFAULT idmap now consults local users/groups with userns_idmap set and
emits passthrough segments alongside the shifted base range, restoring
the 25.10 behavior where apps user (568) and other configured accounts
keep their host UID/GID inside the container. ISOLATED mode unchanged.

Adds idmap functional tests to test_container.py and ports the NFS4 ACL
functional test from 25.10 (deleted with the virt plugin) as
test_container_acl.py.

NOTE: Requires truenas_pylibvirt with multi-entry idmap support.
DeltaFile
+288-60tests/api2/test_container.py
+290-0tests/api2/test_container_acl.py
+173-0tests/unit/test_account_userns.py
+150-2src/middlewared/middlewared/plugins/account.py
+100-13src/middlewared/middlewared/plugins/container/lifecycle.py
+91-0tests/unit/test_container_idmap.py
+1,092-751 files not shown
+1,097-757 files

pkgng/pkgng a2febe7libpkg pkg_config.c, tests/frontend repositories.sh

libpkg: config: only assume repository enabled once

The current model means that one might have to track different
modifications that can be made to a repository in separate places, which
can be more challenging for, e.g., generated configuration.  Implicit
enable makes a lot of sense in general, but it can be quite confusing
from a user-perspective that we'll enable a repository that was disabled
elsewhere when the overriding config is only specifying unrelated
things.

This is a potentially breaking change, but I think I'd be a little
surprised if anyone relies on this behavior in practice.

Closess #2671
DeltaFile
+29-0tests/frontend/repositories.sh
+1-1libpkg/pkg_config.c
+30-12 files

FreeBSD/src 6531070crypto/openssh FREEBSD-upgrade

openssh: Add reference for another local patch

A bug fix was committed locally and submitted upstream.  Document it in
our upgrade instructions, as these sometimes take a long time before
getting merged.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+5-0crypto/openssh/FREEBSD-upgrade
+5-01 files

NetBSD/pkgsrc rVd3mYlsysutils/gnome-control-center Makefile

   ignome-control-center: mark as BROKEN

   Needs to be updated to work with current pkgsrc version of
   gnome-online-accounts.
VersionDeltaFile
1.61+5-1sysutils/gnome-control-center/Makefile
+5-11 files

OpenZFS/src 3800525module/zfs vdev_raidz_math_aarch64_neon_common.h

Fix aarch64 build failure by removing earlyclobber (#18532)

The UVR macros used "+&w" (read-write + earlyclobber) as the
constraint for NEON register operands that are declared as explicit
hard-register variables via:

register unsigned char wN asm("vN") __attribute__((vector_size(16)));

The + modifier implicitly makes the operand also an input (reading the
register before the asm runs). The & (earlyclobber) modifier says "this
output may be written before all inputs are consumed." Having an
earlyclobber output on the same hard-register that is simultaneously
an input is a contradiction — GCC 16 now strictly diagnoses this.

The fix removes the & from "+&w", yielding "+w". The earlyclobber
was both incorrect (contradicts the implicit input) and unnecessary
(the physical registers are already hard-bound, so the compiler has no
freedom to assign conflicting registers anyway).


    [6 lines not shown]
DeltaFile
+9-9module/zfs/vdev_raidz_math_aarch64_neon_common.h
+9-91 files

LLVM/project 6d96cd6llvm/lib/Transforms/Scalar NaryReassociate.cpp

review
DeltaFile
+6-7llvm/lib/Transforms/Scalar/NaryReassociate.cpp
+6-71 files

FreeBSD/ports 4c657e2deskutils/syncthingtray distinfo Makefile

deskutils/syncthingtray: Update 2.0.10 => 2.1.0

Changelog:
https://github.com/Martchus/syncthingtray/releases/tag/v2.1.0

PR:             295303
Sponsored by:   UNIS Labs
DeltaFile
+7-7deskutils/syncthingtray/distinfo
+3-3deskutils/syncthingtray/Makefile
+5-0deskutils/syncthingtray/pkg-plist
+15-103 files

NetBSD/pkgsrc QEZTIyidoc CHANGES-2026

   doc: Updated inputmethod/fcitx5-gtk to 5.1.6
VersionDeltaFile
1.3052+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qjEC3dWinputmethod/fcitx5-gtk Makefile distinfo

   fcitx5-gtk: update to 5.1.6.

   Fixes build.
VersionDeltaFile
1.33+5-5inputmethod/fcitx5-gtk/Makefile
1.8+4-4inputmethod/fcitx5-gtk/distinfo
+9-92 files

NetBSD/pkgsrc LSamgjlwww/epiphany Makefile

   epiphany: silence a warning to improve build on -current

   currently broken due to nettle 4
VersionDeltaFile
1.242+2-1www/epiphany/Makefile
+2-11 files

NetBSD/pkgsrc 9HnIYuldoc CHANGES-2026 TODO

   doc: Updated filesystems/fuse-unionfs to 3.7
VersionDeltaFile
1.3051+2-1doc/CHANGES-2026
1.27259+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc jwxSvOefilesystems/fuse-unionfs Makefile distinfo, filesystems/fuse-unionfs/patches patch-Makefile

   filesystems/fuse-unionfs: update to 3.7

   # changes (since 2.0)

   3.7
   - fix chmod on symlink itself

   3.6
   - fix long standing bug with directory renames in cow mode (see #91)

   3.5
   - fix compilation on 32bit systems

   3.4
   - default to fuse2 api on macos when compiling

   3.3
   - fixed fortified compilation
   - disabled logging to file since it had some unresolved locking issues

    [21 lines not shown]
VersionDeltaFile
1.3+21-5filesystems/fuse-unionfs/patches/patch-Makefile
1.9+16-3filesystems/fuse-unionfs/Makefile
1.10+5-5filesystems/fuse-unionfs/distinfo
+42-133 files

OpenBSD/ports IIf9KkRwayland/libei Makefile distinfo, wayland/libei/patches patch-meson_build patch-src_libeis-socket_c

   Update to libei-1.6.0.
VersionDeltaFile
1.13+7-7wayland/libei/Makefile
1.8+2-2wayland/libei/distinfo
1.5+1-1wayland/libei/patches/patch-meson_build
1.2+0-0wayland/libei/patches/patch-src_libeis-socket_c
+10-104 files

LLVM/project 832285aclang/include/clang/Lex Preprocessor.h MacroInfo.h, clang/lib/Lex PPMacroExpansion.cpp

[clang][NFC] Unify `MacroState` `isAmbiguous` and `getModuleInfo` (#197867)

Every call to `MacroState::getModuleInfo`, and `MacroState::isAmbiguous`
are paired in the same function. Rather than doing the same work twice,
just unify them into a single function, `getModuleInfo`, that returns
both pieces of information in a new type `ModuleMacroInfo`.

Unfortunately, `getModuleInfo` and`ModuleMacroInfo` already exist, so
rename them to `getFullModuleInfo` and `FullModuleMacroInfo`,
respectively, since the new type is a subset of the old type. The new
type contains just the pieces consumers care about.

While we're there, use the range constructor of `llvm::DenseSet` instead
of default constructing and calling `insert` in a loop.
DeltaFile
+23-30clang/include/clang/Lex/Preprocessor.h
+6-6clang/lib/Lex/PPMacroExpansion.cpp
+8-3clang/include/clang/Lex/MacroInfo.h
+37-393 files

LLVM/project 18332f1llvm/test/CodeGen/AMDGPU extract_vector_dynelt.ll vgpr-large-tuple-alloc-error.ll, llvm/test/CodeGen/X86 pcsections-atomics.ll

[RegAllocFast] Eliminate dead copies (#196056)

github issue: https://github.com/llvm/llvm-project/issues/168201

This patch extends copy elimination in **RegAllocFast** to catch an
additional class of redundant copies. Previously, only identity copies
(where source and destination registers are the same) were marked for
removal.

Now, we check whether the current instruction is dead and remove it if
it is.
The change:

- Updates the copy-elimination condition to include dead destination
operands.

- Improves debug output to be more generic.

This reduces unnecessary instructions and can lead to slightly better
codegen by eliminating dead copies earlier in the fast register
allocation pass.
DeltaFile
+628-728llvm/test/CodeGen/X86/pcsections-atomics.ll
+389-427llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
+296-312llvm/test/CodeGen/AMDGPU/vgpr-large-tuple-alloc-error.ll
+136-139llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands-non-ptr-intrinsics.ll
+114-121llvm/test/CodeGen/AMDGPU/indirect-addressing-si.ll
+109-125llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
+1,672-1,85238 files not shown
+1,750-2,75344 files

LLVM/project 3c8d104llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp

[DAG] SimplifyMultipleUseDemandedBits - use isIdentityElement to detect identity / fall through operands (#197952)

Now that isIdentityElement uses computeKnownBits we don't have to handle
this locally, and can handle all binops (inc smax/smin/umax/umin etc.)
at the same time
DeltaFile
+10-15llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+10-151 files

FreeBSD/ports c8767b6sysutils/py-croniter Makefile

sysutils/py-croniter: Fix shebang

====> Running Q/A tests (stage-qa)
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python3.11/site-packages/croniter/tests/test_croniter_speed.py'
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python3.11/site-packages/croniter/tests/test_croniter_range.py'
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python3.11/site-packages/croniter/tests/test_croniter.py'
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python3.11/site-packages/croniter/tests/test_croniter_dst_repetition.py'
*** Error code 1

Approved by:    portmgr (blanket)
DeltaFile
+3-1sysutils/py-croniter/Makefile
+3-11 files

FreeBSD/ports f67db76www/rubygem-roda distinfo Makefile

www/rubygem-roda: Update to 3.104.0

Changes:        https://github.com/jeremyevans/roda/blob/master/CHANGELOG
                https://roda.jeremyevans.net/rdoc/files/CHANGELOG.html
DeltaFile
+3-3www/rubygem-roda/distinfo
+1-1www/rubygem-roda/Makefile
+4-42 files

FreeBSD/ports 52a7a08www/rubygem-jwt distinfo Makefile

www/rubygem-jwt: Update to 3.2.0

Changes:        https://github.com/jwt/ruby-jwt/releases
DeltaFile
+3-3www/rubygem-jwt/distinfo
+1-1www/rubygem-jwt/Makefile
+4-42 files