LLVM/project d46a400llvm/lib/Target/PowerPC PPCISelLowering.cpp, llvm/test/CodeGen/PowerPC fma-combine.ll

[PowerPC] Remove `NoSignedZerosFPMath` uses (#180087)

Users should use `nsz` flag only.
DeltaFile
+225-59llvm/test/CodeGen/PowerPC/fma-combine.ll
+2-4llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+227-632 files

LLVM/project 664666bclang/include/clang/Basic BuiltinsAMDGPU.td, clang/test/CodeGenHIP builtins-amdgcn-gfx1250-wmma-f16.hip

[Clang][AMDGPU] Change __fp16 to _Float16 in GFX1250 WMMA/SWMMAC builtin definitions
DeltaFile
+469-0clang/test/CodeGenHIP/builtins-amdgcn-gfx1250-wmma-f16.hip
+16-16clang/include/clang/Basic/BuiltinsAMDGPU.td
+485-162 files

LLVM/project 8540986llvm/test/Transforms/FunctionAttrs nofpclass-callsite-prop.ll

Rename
DeltaFile
+2-2llvm/test/Transforms/FunctionAttrs/nofpclass-callsite-prop.ll
+2-21 files

OPNSense/core 4950d77src/www guiconfig.inc

ui: appears to be unused
DeltaFile
+0-8src/www/guiconfig.inc
+0-81 files

OPNSense/core ccd32dasrc/www guiconfig.inc

ui: moved definition to openvpn legacy plugin
DeltaFile
+0-7src/www/guiconfig.inc
+0-71 files

LLVM/project 7a560a2llvm/test/Transforms/FunctionAttrs nofpclass-callsite-prop.ll

Add another use in noundef test
DeltaFile
+3-0llvm/test/Transforms/FunctionAttrs/nofpclass-callsite-prop.ll
+3-01 files

OPNSense/plugins 3328414security/openvpn-legacy Makefile, security/openvpn-legacy/src/www vpn_openvpn_server.php

security/openvpn-legacy: drop this in from core
DeltaFile
+1-1security/openvpn-legacy/src/www/vpn_openvpn_server.php
+1-0security/openvpn-legacy/Makefile
+2-12 files

LLVM/project b101f01libcxx/include/__iterator ostreambuf_iterator.h, libcxx/include/__locale_dir pad_and_output.h

[libc++] Optimize using std::copy with an ostreambuf_iterator (#181815)

```
Benchmark                                                  old             new    Difference    % Difference
----------------------------------------------  --------------  --------------  ------------  --------------
std::copy(CharT*,_CharT*,_ostreambuf_iterator)         8115.45          329.54      -7785.91         -95.94%
```
DeltaFile
+53-0libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ostreambuf.copy.pass.cpp
+26-0libcxx/test/benchmarks/streams/copy.bench.cpp
+26-0libcxx/test/support/stream_types.h
+23-0libcxx/include/__iterator/ostreambuf_iterator.h
+2-14libcxx/include/__locale_dir/pad_and_output.h
+12-0libcxx/test/libcxx/algorithms/specialized_algorithms.compile.pass.cpp
+142-141 files not shown
+144-147 files

LLVM/project 23dfffflldb/include/lldb/Utility AnsiTerminal.h, lldb/test/API/commands/help TestHelp.py

[lldb] Fix issues handling ANSI codes and Unicode in option help (#183314)

Fixes #177570, and a bunch of FIXMEs for other tests known to be
incorrect.

To do this, I have adapted code from the existing ansi::TrimAndPad. At
first I tried a wrapper function, but there's a few things we need to
handle that cannot be done with a simple wrapper.

We must only split at word boundaries. This requires knowing whether the
last adjustment, which may be the final adjustment, was made at, or just
before, a word boundary. Also it must check for single words wider than
the requested width (though this you could do with a wrapper).

For this reason, the new TrimAtWordBoundary has more special case checks
and a more complex inner loop. Though the core is the same split into
left, ansi escape code and right that TrimAndPad uses.

It is that splitting that implements the "bias" we need to print

    [20 lines not shown]
DeltaFile
+130-56lldb/include/lldb/Utility/AnsiTerminal.h
+149-35lldb/unittests/Utility/AnsiTerminalTest.cpp
+14-6lldb/test/API/commands/help/TestHelp.py
+293-973 files

LLVM/project 230481cllvm/lib/CodeGen/MIRParser MIRParser.cpp

CodeGen: Change error messages to follow phrasing guidance (#183488)

Avoid contractions and starting with a capital. These seem to be
missing tests.
DeltaFile
+2-2llvm/lib/CodeGen/MIRParser/MIRParser.cpp
+2-21 files

LLVM/project ec58575llvm/lib/Target/Mips MipsInstrFPU.td MicroMipsInstrFPU.td, llvm/test/CodeGen/Mips fmadd1.ll fabs.ll

[Mips] Remove NoNaNsFPMath uses (#183045)

Remove `NoNaNsFPMath` by using `PatFrag`, we should only use `nnan`.
Duplicate tests in `CodeGen/Mips/llvm-ir/nan-fp-attr.ll` are removed.
DeltaFile
+198-7llvm/test/CodeGen/Mips/fmadd1.ll
+1-167llvm/test/CodeGen/Mips/llvm-ir/nan-fp-attr.ll
+43-37llvm/test/CodeGen/Mips/fabs.ll
+47-13llvm/lib/Target/Mips/MipsInstrFPU.td
+5-5llvm/lib/Target/Mips/MicroMipsInstrFPU.td
+2-2llvm/lib/Target/Mips/MipsISelLowering.cpp
+296-2311 files not shown
+296-2347 files

LLVM/project bff5ef6llvm/test/CodeGen/X86 funnel-shift-i512.ll

[X86] Add i512 funnel shift / rotate test coverage (#183486)

DeltaFile
+5,445-0llvm/test/CodeGen/X86/funnel-shift-i512.ll
+5,445-01 files

NetBSD/pkgsrc-wip 507af0eterraform-provider-aws3 TODO

terraform-provider-aws3: note that we need SUPERSEDES
DeltaFile
+2-0terraform-provider-aws3/TODO
+2-01 files

NetBSD/pkgsrc-wip b85b11eterraform-provider-aws TODO

terraform-provider-aws: this package should be renamed

It can be handy to have several versions of aws provider.
DeltaFile
+1-0terraform-provider-aws/TODO
+1-01 files

NetBSD/pkgsrc-wip 76d58bcterraform012 Makefile

terraform012: Add rationale

In the months/years it can be not that obvious and moving it to pkgsrc
will lose that bit of history.
DeltaFile
+1-0terraform012/Makefile
+1-01 files

FreeNAS/freenas 892ffe1src/middlewared/middlewared/utils plugins.py kbdmap_choices.py

More mypy fixes in utils
DeltaFile
+25-15src/middlewared/middlewared/utils/plugins.py
+5-5src/middlewared/middlewared/utils/kbdmap_choices.py
+6-4src/middlewared/middlewared/utils/limits.py
+7-2src/middlewared/middlewared/utils/mount.py
+4-4src/middlewared/middlewared/utils/user_api_key.py
+4-2src/middlewared/middlewared/utils/microsoft.py
+51-324 files not shown
+59-4010 files

NetBSD/pkgsrc-wip 00f1b54terraform012 Makefile

terraform012: Add SUPERSEDES line

This package is intended to replace net/terraform that had no
version suffix.
DeltaFile
+2-0terraform012/Makefile
+2-01 files

OpenBSD/ports 34N4QkQnet/wireshark distinfo Makefile

   update to wireshark-4.4.14
VersionDeltaFile
1.105.2.5+2-2net/wireshark/distinfo
1.170.2.5+1-2net/wireshark/Makefile
+3-42 files

NetBSD/pkgsrc-wip e656aebopentofu110 distinfo go-modules.mk

opentofu110: Update to 1.10.9

Changes:
v1.10.9
This release contains fixes for some security advisories related
to previous releases in this series.

Using a network mirror for the providers source does not print
debug logs without being asked for
issue 3736.

v1.10.8
This release contains fixes for some security advisories related
to previous releases in this series.

v1.10.7
This release contains fixes for some security advisories related
to previous releases in this series.


    [14 lines not shown]
DeltaFile
+9-9opentofu110/distinfo
+2-2opentofu110/go-modules.mk
+1-1opentofu110/Makefile
+12-123 files

LLVM/project 67ac275mlir/include/mlir/Dialect/X86 X86.td, mlir/include/mlir/Dialect/X86Vector X86Vector.td

[mlir][x86] Rename x86vector to x86 (#183311)

Renames 'x86vector' dialect to 'x86'.

This is the first PR in series of cleanups around dialects targeting x86
platforms.
The new naming scheme is shorter, cleaner, and opens possibility of
integrating other x86-specific operations not strictly fitting pure
vector representation. For example, the generalization will allow for
future merger of AMX dialect into the x86 dialect to create one-stop x86
operations collection and boost discoverability.
DeltaFile
+1,480-0mlir/test/Dialect/X86/vector-contract-to-packed-type-dotproduct.mlir
+0-1,480mlir/test/Dialect/X86Vector/vector-contract-to-packed-type-dotproduct.mlir
+0-1,316mlir/test/Dialect/X86Vector/vector-contract-bf16-to-fma.mlir
+1,315-0mlir/test/Dialect/X86/vector-contract-bf16-to-fma.mlir
+676-0mlir/include/mlir/Dialect/X86/X86.td
+0-676mlir/include/mlir/Dialect/X86Vector/X86Vector.td
+3,471-3,472122 files not shown
+8,969-8,987128 files

OpenBSD/ports fjWZW43net/wireshark distinfo Makefile

   update to wireshark-4.4.14
VersionDeltaFile
1.110+2-2net/wireshark/distinfo
1.176+1-2net/wireshark/Makefile
+3-42 files

NetBSD/pkgsrc jEx5WeSmeta-pkgs/boost distinfo, meta-pkgs/boost/patches patch-boost_asio_detail_config.hpp

   boost*: add upstream bug report link
VersionDeltaFile
1.163+2-2meta-pkgs/boost/distinfo
1.9+2-1meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp
+4-32 files

FreeNAS/freenas 0d89be4src/middlewared/middlewared/utils plugins.py limits.py

More mypy fixes in utils
DeltaFile
+17-15src/middlewared/middlewared/utils/plugins.py
+6-4src/middlewared/middlewared/utils/limits.py
+5-5src/middlewared/middlewared/utils/kbdmap_choices.py
+4-4src/middlewared/middlewared/utils/user_api_key.py
+5-2src/middlewared/middlewared/utils/mount.py
+3-3src/middlewared/middlewared/utils/profile.py
+40-334 files not shown
+49-4010 files

LLVM/project 99a74aallvm/lib/CodeGen/MIRParser MIRParser.cpp

CodeGen: Change error messages to follow phrasing guidance

Avoid contractions and starting with a capital. These seem to be
missing tests.
DeltaFile
+2-2llvm/lib/CodeGen/MIRParser/MIRParser.cpp
+2-21 files

NetBSD/pkgsrc acQUp9xdoc CHANGES-2026

   doc: Updated devel/boost-headers to 1.90.0nb2
VersionDeltaFile
1.1396+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sfr50bFdevel/boost-headers Makefile, meta-pkgs/boost distinfo

   boost-headers: fix MSG_NOSIGNAL handling on NetBSD

   From RVP on current-users.

   Bump PKGREVISION.
VersionDeltaFile
1.8+15-3meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp
1.162+2-2meta-pkgs/boost/distinfo
1.75+2-2devel/boost-headers/Makefile
+19-73 files

LLVM/project 6d7ec4bllvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp DAGCombiner.cpp, llvm/test/CodeGen/X86 known-pow2.ll

[DAG] Improved ISD::SHL handling in isKnownToBeAPowerOfTwo (#181882)

Fixes  #181650
DeltaFile
+51-0llvm/unittests/Target/AArch64/AArch64SelectionDAGTest.cpp
+3-7llvm/test/CodeGen/X86/known-pow2.ll
+4-4llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+2-3llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+60-144 files

FreeBSD/ports aa90efedevel/apache-commons-configuration Makefile

devel/apache-commons-configuration: deprecate

Multiple reasons to deprecate:
https://commons.apache.org/proper/commons-configuration/#Commons_Configuration_1.x_and_2.x
- 'The 1.x codebase no longer receives updates.'
- 'Denial of service issues that rely on loading untrusted data from
  configuration files, or passing untrusted data to the API, are outside
  the scope of the 1.x security model and will not be fixed.'
- Version 2 exists since 2016
- the port just installs the jar, it does not build anything
- nothing in the ports tree uses this
- no maintainer

Approved-by:    no maintainer
DeltaFile
+4-1devel/apache-commons-configuration/Makefile
+4-11 files

OpenBSD/ports iBqLlrqx11/kde-plasma/kdecoration distinfo, x11/kde-plasma/kdeplasma-addons distinfo

   KDE Plasma 6.6.1, Bugfix Release for February

   https://kde.org/announcements/changelogs/plasma/6/6.6.0-6.6.1/
VersionDeltaFile
1.44+9-9x11/kde-plasma/kwin/Makefile
1.65+2-2x11/kde-plasma/kdecoration/distinfo
1.30+2-2x11/kde-plasma/kdeplasma-addons/distinfo
1.30+2-2x11/kde-plasma/kgamma5/distinfo
1.26+2-2x11/kde-plasma/kglobalacceld/distinfo
1.30+2-2x11/kde-plasma/kinfocenter/distinfo
+19-1949 files not shown
+110-10955 files

LLVM/project 0f415a3llvm/lib/Target/AMDGPU SIRegisterInfo.cpp

Use `findCommonRegClass` API.
DeltaFile
+3-7llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+3-71 files