FreeBSD/ports ae14456misc/p5-Test-Dir distinfo Makefile

misc/p5-Test-Dir: Update to version 1.16

Reported by:    portscout
DeltaFile
+3-2misc/p5-Test-Dir/distinfo
+1-2misc/p5-Test-Dir/Makefile
+4-42 files

LLVM/project b86faa8llvm/lib/CodeGen MachineScheduler.cpp

Revert llvm/lib/CodeGen/MachineScheduler.cpp change

Created using spr 1.3.6-beta.1
DeltaFile
+1-1llvm/lib/CodeGen/MachineScheduler.cpp
+1-11 files

LLVM/project 9605666openmp/runtime/src kmp_ftn_entry.h kmp_ftn_cdecl.cpp

Fix Windows OpenMP build (#170142)

fixes Windows build issue in
https://github.com/llvm/llvm-project/pull/168554
DeltaFile
+33-2openmp/runtime/src/kmp_ftn_entry.h
+0-30openmp/runtime/src/kmp_ftn_cdecl.cpp
+8-0openmp/runtime/src/kmp_ftn_os.h
+2-0openmp/runtime/src/exports_so.txt
+2-0openmp/runtime/src/exports_test_so.txt
+45-325 files

LLVM/project 04dd71cclang/include/clang/CIR/Dialect/IR CIROps.td CIRAttrs.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Align inline-kind FuncOp attribute with incubator (#170050)

Switches to more efficient explicit enum property instead of a wrapped
storage, simplifying the string representation. The attribute is now
placed before the symbol name for consistency with other FuncOp
attributes. FileCheck patterns are also simplified to match only the
attributes under test.
DeltaFile
+46-34clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+30-30clang/test/CIR/CodeGenBuiltins/builtins-overflow.cpp
+30-24clang/include/clang/CIR/Dialect/IR/CIROps.td
+4-38clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+22-15clang/test/CIR/IR/inline-attrs.cir
+14-14clang/test/CIR/CodeGen/lambda.cpp
+146-15542 files not shown
+306-32348 files

LLVM/project efeaf9ellvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll

Rebase and rework

Created using spr 1.3.6-beta.1
DeltaFile
+241,284-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+95,651-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+65,599-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+53,948-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+49,842-0llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+31,516-14,836llvm/test/CodeGen/AMDGPU/bf16.ll
+537,840-14,83688,473 files not shown
+12,056,461-4,210,50488,479 files

LLVM/project b768152llvm/lib/Transforms/IPO AttributorAttributes.cpp, llvm/test/Transforms/Attributor nonnull.ll dereferenceable-1.ll

Revert "[Attributor] Support nested conditional branches" (#170257)

Reverts llvm/llvm-project#168532

Causing a crash in the flang-rt that needs to be investigated, see
#170211.
DeltaFile
+199-220llvm/test/Transforms/Attributor/nonnull.ll
+22-10llvm/lib/Transforms/IPO/AttributorAttributes.cpp
+6-3llvm/test/Transforms/Attributor/dereferenceable-1.ll
+3-3llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll
+2-1llvm/test/Transforms/FunctionAttrs/nonnull.ll
+1-1llvm/test/Transforms/Attributor/willreturn.ll
+233-2386 files

FreeBSD/doc cc70dfewebsite/content/en/releases/15.0R relnotes.adoc

15.0R/relnotes: Small typo/formatting fixes, move "General Storage"

Consistently with other sections, move the "General Storage" sub-section
first under the "General" section.

Move the note on exporting more groups with `-maproot`/`-mapall` under
the NFS sub-section.

Minor typo/formatting fixes.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+43-43website/content/en/releases/15.0R/relnotes.adoc
+43-431 files

LLVM/project 4d644f5llvm/test/CodeGen/LoongArch/lasx xvmskcond.ll vec-trunc.ll

update tests
DeltaFile
+10-12llvm/test/CodeGen/LoongArch/lasx/xvmskcond.ll
+4-6llvm/test/CodeGen/LoongArch/lasx/vec-trunc.ll
+14-182 files

LLVM/project 30219f0llvm/lib/Target/AMDGPU SIInstructions.td, llvm/test/CodeGen/AMDGPU isel-amdgcn-cs-chain-intrinsic-w64.ll isel-amdgcn-cs-chain-intrinsic-w32.ll

[AMDGPU] Allow any SGPRs for chain callees (#168345)

Chain calls never return and don't need to preserve any SGPRs.
Therefore, we don't need to limit the registers used for callees to the
CCR_SGPR_64 register class - it's fine to use any available SGPRs.

Also introduce a new pseudo, SI_TCRETURN_CHAIN, which also has a plain
SGPR_64 operand. This is necessary because we won't be able to lower
SI_CS_CHAIN_TC to SI_TCRETURN anymore, since its operand accepts a wider
range of registers than the latter.
DeltaFile
+32-32llvm/test/CodeGen/AMDGPU/isel-amdgcn-cs-chain-intrinsic-w64.ll
+32-32llvm/test/CodeGen/AMDGPU/isel-amdgcn-cs-chain-intrinsic-w32.ll
+41-1llvm/test/CodeGen/AMDGPU/amdgcn-cs-chain-intrinsic-dyn-vgpr-w32.ll
+16-16llvm/test/CodeGen/AMDGPU/isel-amdgpu-cs-chain-intrinsic-dyn-vgpr-w32.ll
+17-11llvm/lib/Target/AMDGPU/SIInstructions.td
+4-4llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgcn-cs-chain.ll
+142-963 files not shown
+146-999 files

LLVM/project de9ac31llvm/lib/Target/LoongArch LoongArchISelLowering.cpp

special handle v4i32
DeltaFile
+13-0llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+13-01 files

LLVM/project 34c6992llvm/lib/Target/ARM ARMTargetTransformInfo.cpp

[Arm] Control forced unrolling of small loops (#170127)

* Add flag to control cost threshold for forced unrolling of loops.
  Existing value preserved as default.
DeltaFile
+6-1llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
+6-11 files

OPNSense/core 5fa8831src/opnsense/service/conf/actions.d actions_unbound.conf

unbound: reconfigure if marker file present (https://github.com/opnsense/core/issues/9461)
DeltaFile
+1-1src/opnsense/service/conf/actions.d/actions_unbound.conf
+1-11 files

FreeBSD/ports 9edf0dcnet-mgmt/victoria-metrics distinfo Makefile

net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.131.0

Reported by:    portscout
DeltaFile
+3-3net-mgmt/victoria-metrics/distinfo
+2-2net-mgmt/victoria-metrics/Makefile
+2-0net-mgmt/victoria-metrics/pkg-plist
+7-53 files

LLVM/project 2024d67llvm/test/CodeGen/AMDGPU lds-dma-waits.ll

[NFC][AMDGPU] modify lit test to use update_llc_test_checks
DeltaFile
+285-42llvm/test/CodeGen/AMDGPU/lds-dma-waits.ll
+285-421 files

OpenBSD/src 6omlZyYusr.bin/tmux input.c tty-keys.c

   Add a get-clipboard option which when enabled (the default is off) uses
   the same mechanism as palette requests to request clipboard from the
   terminal and forward to the requesting pane. Remove the now-redundant
   forward-to-pane ability from "refresh-client -l". GitHub issue 4275.
VersionDeltaFile
1.243+79-14usr.bin/tmux/input.c
1.196+18-25usr.bin/tmux/tty-keys.c
1.51+6-35usr.bin/tmux/cmd-refresh-client.c
1.1019+30-9usr.bin/tmux/tmux.1
1.452+6-13usr.bin/tmux/tty.c
1.200+16-1usr.bin/tmux/options-table.c
+155-971 files not shown
+164-997 files

LLVM/project 87d3795lld/MachO UnwindInfoSection.cpp

[lld-macho] Remove cuIndices indirection in UnwindInfoSection. NFC (#170252)

cuEntries was sorted indirectly through a separate `cuIndices`.
Eliminate cuIndices for simplicity.

Linking chromium_framework from `#48001` with `-no_uuid` gives identical
executable using this patch.
DeltaFile
+32-43lld/MachO/UnwindInfoSection.cpp
+32-431 files

NetBSD/pkgsrc 46ynCNKdevel/cvsup-gui-bin Makefile

   cvsup-gui-bin: remove HOMEPAGE that's something completely different now
VersionDeltaFile
1.19+1-2devel/cvsup-gui-bin/Makefile
+1-21 files

NetBSD/pkgsrc MfBt2wPfonts/CutiveFont Makefile

   CutiveFont: update HOMEPAGE
VersionDeltaFile
1.3+2-2fonts/CutiveFont/Makefile
+2-21 files

NetBSD/pkgsrc CSz3kiJmultimedia/mlt-qt5 Makefile, multimedia/mlt-qt6 Makefile

   mlt*: does not work with ninja due to BUILD_DIRS
VersionDeltaFile
1.2+3-1multimedia/mlt-qt5/Makefile
1.2+3-1multimedia/mlt-qt6/Makefile
+6-22 files

NetBSD/pkgsrc e0xDkF4multimedia/mlt Makefile.common

   mlt: set GITHUB_PROJECT, so downloads work for mlt-qt*
VersionDeltaFile
1.2+2-1multimedia/mlt/Makefile.common
+2-11 files

LLVM/project f68f64ecmake/Modules LLVMVersion.cmake, libcxx/include __config

Bump version to 21.1.8
DeltaFile
+1-1cmake/Modules/LLVMVersion.cmake
+1-1libcxx/include/__config
+1-1llvm/utils/gn/secondary/llvm/version.gni
+1-1llvm/utils/lit/lit/__init__.py
+1-1llvm/utils/mlgo-utils/mlgo/__init__.py
+5-55 files

LLVM/project b5f7058llvm/lib/CodeGen/GlobalISel LegalizerHelper.cpp, llvm/test/CodeGen/AArch64 shift.ll

[AArch64][GlobalISel] Don't crash when legalising vector G_SHL (#168848)

DeltaFile
+31-0llvm/test/CodeGen/AArch64/shift.ll
+15-6llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
+46-62 files

FreeBSD/ports 2e4c54bnet-mgmt/prometheus-bird-exporter distinfo Makefile

net-mgmt/prometheus-bird-exporter: Update to 1.4.4

Upstream changelog:
https://github.com/czerwonk/bird_exporter/compare/1.4.3...v1.4.4

Reviewed by:    arrowd
Approved by:    arrowd (ports)
Sponsored by:   https://www.patreon.com/bsdivy
Differential Revision:  https://reviews.freebsd.org/D54030
DeltaFile
+5-5net-mgmt/prometheus-bird-exporter/distinfo
+3-3net-mgmt/prometheus-bird-exporter/Makefile
+8-82 files

LLVM/project 3223cd5llvm/lib/Transforms/IPO AttributorAttributes.cpp, llvm/test/Transforms/Attributor nonnull.ll dereferenceable-1.ll

Revert "[Attributor] Support nested conditional branches (#168532)"

This reverts commit 65fd9f1f891bcc4bc1a27a00a45a4c1d9670ae63.
DeltaFile
+199-220llvm/test/Transforms/Attributor/nonnull.ll
+22-10llvm/lib/Transforms/IPO/AttributorAttributes.cpp
+6-3llvm/test/Transforms/Attributor/dereferenceable-1.ll
+3-3llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll
+2-1llvm/test/Transforms/FunctionAttrs/nonnull.ll
+1-1llvm/test/Transforms/Attributor/willreturn.ll
+233-2386 files

FreeBSD/ports d5d0115comms/py-sdm_modbus distinfo Makefile

comms/py-sdm_modbus: Update to version 0.7.0

Report-by:      portscout
DeltaFile
+3-3comms/py-sdm_modbus/distinfo
+1-2comms/py-sdm_modbus/Makefile
+4-52 files

LLVM/project 33d5f34llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp, llvm/test/CodeGen/AMDGPU expand-waitcnt-profiling.ll

skip expanding out-of-order events
DeltaFile
+143-20llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
+42-12llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+185-322 files

NetBSD/pkgsrc xIWnVOsdoc CHANGES-2025

   Updated sysutils/nabud to 1.4.1
VersionDeltaFile
1.6995+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Rz95b2Xsysutils/nabud distinfo Makefile

   Update to nabud-1.4.1:

   Upstream changes:
   * Added a local copy of strlcpy(3) for platforms that do not include it
     (some Linux systems, for example).
   * Fixed a nabud crash when a connection has a Baud directive but no
     StopBits directive.
   * Fixed a nabud crash when a connection has a Channel directive that
     does not match any configured channel.
VersionDeltaFile
1.11+4-4sysutils/nabud/distinfo
1.15+2-2sysutils/nabud/Makefile
+6-62 files

NetBSD/src 11YJEvCsys/arch/evbmips/conf OCTEON

   MPROTECT=0 misleadingly actually enables MPROTECT.
VersionDeltaFile
1.16+4-4sys/arch/evbmips/conf/OCTEON
+4-41 files

LLVM/project c4def46bolt/lib/Rewrite RewriteInstance.cpp, bolt/test/AArch64 instrument-no-fini.s

[BOLT] Allow missing DT_FINI{,_ARRAY} if instrumentation-sleep-time is used (#170086)

This PR allows instrument binaries without the .fini and .fini_array
entries if the user passes the `instrumentation-sleep-time` option.
The `.fini` or `.fini_array` entries are used to hook into the process
finalization process and write a profile during finalization. However,
with the `instrumentation-sleep-time` option, the profile should be
written periodically, without the need for it to be written at
finalization.

Co-authored-by: Vasily Leonenko <vasily.leonenko at huawei.com>
DeltaFile
+34-0bolt/test/X86/instrument-no-fini.s
+34-0bolt/test/AArch64/instrument-no-fini.s
+9-1bolt/lib/Rewrite/RewriteInstance.cpp
+77-13 files