LLVM/project bb97e64llvm/test/Analysis/CostModel/AMDGPU fused_costs.ll, llvm/test/CodeGen/AArch64 arm64-2013-01-13-ffast-fcmp.ll

CodeGen: Drop inert -fp-contract flags from tests

-fp-contract is nearly dead, but referenced in tests. These have
no output change with or without the flag now.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+434-434llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-add-fma-mul.ll
+0-88llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-add-ext-fma.ll
+19-19llvm/test/CodeGen/AMDGPU/fdot2.ll
+6-6llvm/test/Analysis/CostModel/AMDGPU/fused_costs.ll
+1-7llvm/test/CodeGen/AMDGPU/prevent-fmul-hoist-ir.ll
+0-5llvm/test/CodeGen/AArch64/arm64-2013-01-13-ffast-fcmp.ll
+460-55923 files not shown
+485-58629 files

FreeBSD/doc 6a53ad3website/themes/beastie/layouts/_partials sidenav.html

14.5: Spell "14.5" correctly

14.5 is, in fact, not 14.4.

Reported by:    Guillaume B
DeltaFile
+1-1website/themes/beastie/layouts/_partials/sidenav.html
+1-11 files

OPNSense/plugins 0b246e7security/intrusion-detection-content-at-antiphishing Makefile, security/intrusion-detection-content-at-antiphishing/src/opnsense/scripts/suricata/metadata/rules julioliraup-antiphing.xml

security/intrusion-detection-content-at-antiphishing: sync with master
DeltaFile
+7-2security/intrusion-detection-content-at-antiphishing/src/opnsense/scripts/suricata/metadata/rules/julioliraup-antiphing.xml
+1-1security/intrusion-detection-content-at-antiphishing/Makefile
+8-32 files

OPNSense/plugins 91d6508security/intrusion-detection-content-at-antiphishing Makefile

security/intrusion-detection-content-at-antiphishing: bump
DeltaFile
+1-1security/intrusion-detection-content-at-antiphishing/Makefile
+1-11 files

LLVM/project 4b11439llvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 arm64-tbl.ll arm64-build-vector.ll

[AArch64] Combine scalar_to_vector(C) -> buildvector (#220948)

This helps keep a single canonical form of a constant vector, helping a
number of the existing buildvector combines trigger.
DeltaFile
+26-27llvm/test/CodeGen/AArch64/pext.ll
+20-21llvm/test/CodeGen/AArch64/pdep.ll
+14-6llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+2-4llvm/test/CodeGen/AArch64/neon-anyof-splat.ll
+1-1llvm/test/CodeGen/AArch64/arm64-tbl.ll
+1-1llvm/test/CodeGen/AArch64/arm64-build-vector.ll
+64-606 files

OPNSense/plugins 801299esysutils/git-backup pkg-descr Makefile, sysutils/git-backup/src/opnsense/mvc/app/models/OPNsense/Backup GitSettings.xml

sysutils/git-backup: sync with master
DeltaFile
+2-2sysutils/git-backup/src/opnsense/mvc/app/models/OPNsense/Backup/GitSettings.xml
+1-1sysutils/git-backup/Makefile
+1-0sysutils/git-backup/pkg-descr
+4-33 files

OPNSense/plugins 77648fdsysutils/git-backup pkg-descr Makefile

sysutils/git-backup: bump and document
DeltaFile
+1-1sysutils/git-backup/Makefile
+1-0sysutils/git-backup/pkg-descr
+2-12 files

OPNSense/plugins 78c7d28sysutils/nextcloud-backup pkg-descr Makefile, sysutils/nextcloud-backup/src/opnsense/mvc/app/library/OPNsense/Backup Nextcloud.php

sysutils/nextcloud-backup: sync with master
DeltaFile
+12-4sysutils/nextcloud-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Nextcloud.php
+1-0sysutils/nextcloud-backup/pkg-descr
+1-0sysutils/nextcloud-backup/Makefile
+14-43 files

OPNSense/plugins 8474fcasysutils/nextcloud-backup pkg-descr Makefile

sysutils/nextcloud-backup: document previous
DeltaFile
+1-0sysutils/nextcloud-backup/pkg-descr
+1-0sysutils/nextcloud-backup/Makefile
+2-02 files

OPNSense/plugins 0e155cewww/nginx Makefile, www/nginx/src/opnsense/mvc/app/views/OPNsense/Nginx tabbed_dialog.volt

www/nginx: sync with master
DeltaFile
+2-2www/nginx/src/opnsense/mvc/app/views/OPNsense/Nginx/tabbed_dialog.volt
+1-1www/nginx/Makefile
+3-32 files

OPNSense/plugins 21d53ednet/frr Makefile

net/frr: bump revision for now
DeltaFile
+1-0net/frr/Makefile
+1-01 files

OPNSense/plugins 1f12a23misc/theme-rebellion Makefile, misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css tokenize2.css

misc/theme-rebellion: sync with master
DeltaFile
+13-9misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/tokenize2.css
+1-1misc/theme-rebellion/Makefile
+14-102 files

OPNSense/plugins 975db81misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css tokenize2.css

misc/theme-rebellion: style
DeltaFile
+1-1misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/tokenize2.css
+1-11 files

LLVM/project 5700f6fclang/test/CodeGenCoroutines coro-destructor-of-final_suspend.cpp, llvm/lib/Transforms/Coroutines CoroFrame.cpp

[CoroSplit] Don't go sub-word for suspend index (#221374)

Currently, `CoroFrame` selects the coroutine suspend index type
(`SwitchIndexType`) using `Type::getIntNTy(Context, IndexBits)`. For
coroutines with fewer than 256 suspend points, this produces
sub-byte/sub-word integer types (such as `i1`, `i2`, or `i8`) in the
coroutine frame struct.

On targets whose `DataLayout` specifies `-n32` (no legal sub-32-bit
integer types), storing and loading sub-word integer fields in memory
forces the backend to emit read-modify-write sequences on every
coroutine suspend and zero-extension masks on every resume.

Use `DataLayout::getSmallestLegalIntType(Context, IndexBits)` when
selecting `SwitchIndexType` so that targets respect their legal native
integer width.
DeltaFile
+48-0llvm/test/Transforms/Coroutines/coro-split-index-datalayout.ll
+2-4clang/test/CodeGenCoroutines/coro-destructor-of-final_suspend.cpp
+4-1llvm/lib/Transforms/Coroutines/CoroFrame.cpp
+2-2llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-02.ll
+2-2llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-01.ll
+2-2llvm/test/Transforms/Coroutines/coro-alloca-08.ll
+60-1126 files not shown
+89-4032 files

LLVM/project 884a22cllvm/lib/CodeGen AtomicExpandPass.cpp, llvm/test/Transforms/AtomicExpand/AMDGPU unaligned-atomic.ll

Update diagnostic
DeltaFile
+12-11llvm/lib/CodeGen/AtomicExpandPass.cpp
+4-5llvm/test/Transforms/AtomicExpand/AMDGPU/unaligned-atomic.ll
+16-162 files

OPNSense/tools 2b65317config/26.7 aux.conf

config: let go off go 1.25, EoL according to ports
DeltaFile
+0-1config/26.7/aux.conf
+0-11 files

LLVM/project 586cfbcllvm/lib/Target/X86 X86CompressEVEX.cpp, llvm/test/CodeGen/X86 compress-evex-vpmov-kill.mir avx512-icmp-sle-zero.ll

[X86] X86CompressEVEX - Fold AVX-512 sign-mask compares to MOVMSK (#216884)

## Summary

Fold AVX-512 complementary signed sign-test masks to the corresponding
MOVMSK instructions in `X86CompressEVEX`.

AVX-512 lowers comparisons such as:

- `X >= 0`
- `X > -1`

to `VPCMP*` producing a k-mask followed by `KMOV`.

For 128-bit and 256-bit B/D/Q forms, these masks can instead be obtained
from the source sign bits using:

- `VPCMPB` -> `VPMOVMSKB`
- `VPCMPD` -> `VMOVMSKPS`

    [43 lines not shown]
DeltaFile
+240-0llvm/test/CodeGen/X86/compress-evex-sign-mask.mir
+215-0llvm/test/CodeGen/X86/bitcast-sign-mask.ll
+146-29llvm/lib/Target/X86/X86CompressEVEX.cpp
+4-6llvm/test/CodeGen/X86/avx512-icmp-sle-zero.ll
+1-1llvm/test/CodeGen/X86/compress-evex-vpmov-kill.mir
+606-365 files

OPNSense/ports a866adcx11/xorgproto Makefile distinfo

x11/xorgproto: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-5x11/xorgproto/Makefile
+3-3x11/xorgproto/distinfo
+4-82 files

OPNSense/ports 5cb53fc. MOVED UPDATING, Mk/Scripts qa.sh

Framework: sync with upstream

Taken from: FreeBSD
DeltaFile
+58-0UPDATING
+10-2Mk/Scripts/qa.sh
+7-3Mk/Uses/xorg-cat.mk
+9-1Tools/scripts/bump-revision.sh
+6-1MOVED
+1-1Mk/Uses/mlt.mk
+91-86 files

OPNSense/ports 1593d78www/xcaddy Makefile

www/xcaddy: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-1www/xcaddy/Makefile
+1-11 files

OPNSense/ports df0f411x11/xcb-proto Makefile distinfo

x11/xcb-proto: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3x11/xcb-proto/distinfo
+1-4x11/xcb-proto/Makefile
+4-72 files

OPNSense/ports fa004c0www/py-yarl Makefile distinfo, www/py-yarl/files patch-pyproject.toml patch-tests_test__pydantic.py

www/py-yarl: sync with upstream

Taken from: FreeBSD
DeltaFile
+14-0www/py-yarl/files/patch-tests_test__pydantic.py
+0-11www/py-yarl/files/patch-pyproject.toml
+3-3www/py-yarl/distinfo
+2-2www/py-yarl/Makefile
+19-164 files

OPNSense/ports b19362awww/py-soupsieve Makefile

www/py-soupsieve: sync with upstream

Taken from: FreeBSD
DeltaFile
+2-1www/py-soupsieve/Makefile
+2-11 files

OPNSense/ports 09523bawww/nginx-module-njs Makefile distinfo

www/nginx-module-njs: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3www/nginx-module-njs/distinfo
+1-1www/nginx-module-njs/Makefile
+4-42 files

OPNSense/ports 0f6591cwww/caddy-custom Makefile

www/caddy-custom: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-1www/caddy-custom/Makefile
+1-11 files

OPNSense/ports 44ad8f1www/nginx distinfo Makefile.extmod

www/nginx: sync with upstream

Taken from: FreeBSD
DeltaFile
+11-1www/nginx/Makefile
+5-3www/nginx/Makefile.extmod
+1-5www/nginx/distinfo
+17-93 files

OPNSense/ports 62dd001textproc/py-pystemmer distinfo Makefile, textproc/py-pystemmer/files patch-setup.py

textproc/py-pystemmer: sync with upstream

Taken from: FreeBSD
DeltaFile
+10-10textproc/py-pystemmer/files/patch-setup.py
+13-6textproc/py-pystemmer/Makefile
+3-3textproc/py-pystemmer/distinfo
+26-193 files

OPNSense/ports 64b02f0www/caddy Makefile

www/caddy: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-1www/caddy/Makefile
+1-11 files

OPNSense/ports 864a52atextproc/py-griffelib Makefile distinfo

textproc/py-griffelib: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3textproc/py-griffelib/distinfo
+1-1textproc/py-griffelib/Makefile
+4-42 files

OPNSense/ports 55bf128textproc/py-griffecli Makefile distinfo

textproc/py-griffecli: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3textproc/py-griffecli/distinfo
+1-1textproc/py-griffecli/Makefile
+4-42 files