OPNSense/plugins b6d3904Mk plugins.mk

make: fix POSIX compat; closes #5618
DeltaFile
+2-2Mk/plugins.mk
+2-21 files

OPNSense/core 5fe7a1eMk lint.mk core.mk

make: minor POSIX compat fix in scripting

PR: https://github.com/opnsense/plugins/issues/5618
DeltaFile
+1-1Mk/lint.mk
+1-1Mk/core.mk
+2-22 files

LLVM/project 54bea88llvm/utils/lit/lit cl_arguments.py reports.py, llvm/utils/lit/tests test-output-wtt.py

[lit] Add --wtt-output option to report results in WTT (.wtl) format  (#211066)

Adds a WttReport reporter and a --wtt-output <file> option that writes a
WTT (Windows Test Technology) .wtl log. This lets lit report test
specific pass/fail results in a format consumable by Windows lab
infrastructure.

The reporter follows the existing pattern in reports.py (ResultDBReport,
XunitReport, TimeTraceReport) and is wired through cl_arguments.py like
the other output options. PASS/XFAIL map to Pass and everything else to
Fail. UNSUPPORTED tests are reported as Pass with a summary of skipped
tests.

Note: AI was used to help create the file.write commands and for
creating the testing content based on issues humans and AI resolved
during development.

Associated RFC:
https://discourse.llvm.org/t/rfc-add-a-wtt-output-format-for-reporting-lit-results-to-windows-test-infrastructure/91215
DeltaFile
+159-0llvm/utils/lit/lit/reports.py
+124-0llvm/utils/lit/tests/test-output-wtt.py
+39-0llvm/utils/lit/tests/Inputs/wtt-output/dummy_format.py
+11-0llvm/utils/lit/tests/Inputs/wtt-output/lit.cfg
+7-0llvm/utils/lit/tests/Inputs/wtt-output/missing_feature.ini
+6-0llvm/utils/lit/lit/cl_arguments.py
+346-07 files not shown
+382-013 files

FreeBSD/ports 388f597emulators/fceux Makefile, multimedia/avidemux Makefile

*/*: Bump consumers of multimedia/libx264

Reported by:    Kevin Oberman <rkoberman at gmail.com>
DeltaFile
+1-1multimedia/emby-server/Makefile
+1-1multimedia/avidemux/Makefile
+1-1multimedia/avidemux-qt5/Makefile
+1-1multimedia/avidemux-plugins/Makefile
+1-1multimedia/avidemux-cli/Makefile
+1-1emulators/fceux/Makefile
+6-613 files not shown
+19-819 files

LLVM/project f31f281bolt/lib/Utils CommandLineOpts.cpp

[BOLT] Default heatmap block sizes to cache line, pages and hugepage

The defaults were 64, 4K, 256K. 4K is the page size only on x86-64 and on
AArch64 kernels built that way; AArch64 also runs 16K and 64K base pages, and
256K corresponds to nothing in particular on either.

Use 64, 4K, 16K, 64K, 2M: the cache line, the three base page sizes in use, and
the PMD hugepage above a 4K base page. Each granularity then maps onto a real
capacity, which is what makes the working set numbers comparable to one -- L1i
lines, iTLB and L2 TLB entries, frontend region-table entries.

Two more granularities cost two more passes over an already-built map, no extra
decoding.
DeltaFile
+7-2bolt/lib/Utils/CommandLineOpts.cpp
+7-21 files

LLVM/project f85d866bolt/include/bolt/Profile Heatmap.h, bolt/include/bolt/Utils CommandLineOpts.h

[BOLT] Keep the spelling of each heatmap block size

The block-size parser turns "64K" into 65536 and discards the original text,
keeping it only for error messages. The working set log then has to either
reprint the raw value or reformat it back, and reformatting invents a spelling
the user did not choose: "1MiB" comes back as "1M".

Store the spelling next to the value and echo it. Heatmap file names keep using
the numeric value, matching the existing "dumping heatmap with bucket size N"
message and the -<size> suffix that tests already expect.

Test Plan:
updated heatmap-preagg.test
DeltaFile
+5-5bolt/lib/Profile/DataAggregator.cpp
+4-4bolt/lib/Profile/Heatmap.cpp
+6-2bolt/lib/Utils/CommandLineOpts.cpp
+7-1bolt/include/bolt/Utils/CommandLineOpts.h
+2-2bolt/include/bolt/Profile/Heatmap.h
+1-1bolt/test/X86/heatmap-preagg.test
+25-156 files

LLVM/project 4697fc8bolt/include/bolt/Utils CommandLineOpts.h, bolt/lib/Profile DataAggregator.cpp Heatmap.cpp

[BOLT] Report working set size from the heatmap (#215429)

The heatmap produces a CDF (code coverage @ given sample pct), but only
writes it out as a table. Add two things:
1. Recompute CDF with scaled bucket sizes,
2. Log CDF at given sample pct (`-heatmap-cdf-pct` default p99) + total.

This effectively reports the code working set size (p99 and total),
expressed in units that map to uarch sizes: cache line (64B), base page
(4/16/64K), region table (2M), huge page (2M for PMD w/4K base), etc.

Sizes of interest can be specified using `-block-size=size1,size2,...`

Test Plan:
updated heatmap.test
DeltaFile
+11-1bolt/lib/Profile/Heatmap.cpp
+6-0bolt/lib/Utils/CommandLineOpts.cpp
+4-0bolt/test/X86/heatmap-preagg.test
+2-0bolt/lib/Profile/DataAggregator.cpp
+1-0bolt/include/bolt/Utils/CommandLineOpts.h
+24-15 files

LLVM/project 37aca9dllvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/test/CodeGen/AArch64 vector-interleave-build-vector.ll

[AArch64] Fold interleave of build_vector (#214403)
DeltaFile
+214-0llvm/test/CodeGen/AArch64/vector-interleave-build-vector.ll
+27-0llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+241-02 files

FreeBSD/src 71e72c9contrib/wpa/src/ap ieee802_11.c, contrib/wpa/src/common proximity_ranging.c qca-vendor.h

wpa: Update to 2.12

Fixes and new features include:

hostapd:
* support RSN overriding (e.g., WPA3-Personal Compatibility Mode)
* EHT/IEEE 802.11be/Wi-Fi 7
  - more complete support
  - fix message validation issues that could enable DoS attacks
  - fix group key rekeying
* enable SAE group 20 by default if SAE-EXT-KEY is enabled
* reject unexpected SAE password identifier to avoid DoS attack against
  a specific STA
* mandate use of SAE H2E when using password identifiers
* assign VLAN when using SAE with PMKSA caching
* support SPP A-MSDU negotiation
* support IEEE 802.11bi functionality
  - changing SAE password identifiers
  - EPPKE

    [50 lines not shown]
DeltaFile
+6,124-33contrib/wpa/src/common/qca-vendor.h
+5,003-0contrib/wpa/wpa_supplicant/nan_supplicant.c
+3,381-671contrib/wpa/src/drivers/driver_nl80211.c
+3,106-664contrib/wpa/src/ap/ieee802_11.c
+3,677-0contrib/wpa/src/nan/nan.c
+2,707-0contrib/wpa/src/common/proximity_ranging.c
+23,998-1,368330 files not shown
+89,793-24,630336 files

LLVM/project 271eee9llvm/utils/lit/lit TestRunner.py, llvm/utils/lit/tests/Inputs/shtest-env-positive env-u.txt mixed.txt

[lit] Stop bare env from short-circuiting the pipeline (#214512)

env with no trailing subcommand returns early from _executeShCmd,
skipping the rest of the pipeline. A RUN line like env | FileCheck never
runs FileCheck.

Runs it as an in-process pipeline stage instead, reusing the existing
InProcessPipe implementation.

Fixes #115578.

Also fixes six Inputs/shtest-env-positive fixtures that could never have
passed once FileCheck actually ran. Five expected KEY = VALUE from
FileCheck while env has always printed KEY=VALUE. Two RUN lines used a
check-prefix that matched no CHECK line in the file. One needed
--allow-empty since env -i produces no output at all.
DeltaFile
+81-49llvm/utils/lit/lit/TestRunner.py
+7-7llvm/utils/lit/tests/Inputs/shtest-env-positive/env-calls-env.txt
+5-5llvm/utils/lit/tests/Inputs/shtest-env-positive/env-i.txt
+4-4llvm/utils/lit/tests/Inputs/shtest-env-positive/mixed.txt
+4-4llvm/utils/lit/tests/Inputs/shtest-env-positive/env.txt
+3-3llvm/utils/lit/tests/Inputs/shtest-env-positive/env-u.txt
+104-721 files not shown
+105-747 files

FreeBSD/ports 7389eaedevel/py-pytest distinfo Makefile, devel/py-pytest/files patch-pyproject.toml

devel/py-pytest: update to 9.1.1

Changelog: https://docs.pytest.org/en/stable/changelog.html#pytest-9-1-1-2026-06-19
DeltaFile
+32-0devel/py-pytest/files/patch-pyproject.toml
+9-16devel/py-pytest/Makefile
+3-3devel/py-pytest/distinfo
+44-193 files

LLVM/project 7977cb0clang/lib/Sema SemaModule.cpp, clang/test/Modules GH204633.cppm

[C++20] [Modules] Diagnose invalid module interface for implementation unit (#215448)
DeltaFile
+4-4clang/test/Modules/GH204633.cppm
+3-1clang/lib/Sema/SemaModule.cpp
+7-52 files

FreeBSD/src c66a923release Makefile.gce

release/Makefile.gce: migrate gsutil usages to gcloud CLI

Google Cloud recommends migrating from gsutil to gcloud storage CLI.
Update gce-do-upload target to use `gcloud storage buckets create` and
`gcloud storage cp` instead of `gsutil mb` and `gsutil cp` commands.

PR:             conf/297016

(cherry picked from commit 4174cc2f69d36105a735b19fadc9c18497b02b1a)
DeltaFile
+2-2release/Makefile.gce
+2-21 files

FreeBSD/src 164a5a0release Makefile.gce

release/Makefile.gce: migrate gsutil usages to gcloud CLI

Google Cloud recommends migrating from gsutil to gcloud storage CLI.
Update gce-do-upload target to use `gcloud storage buckets create` and
`gcloud storage cp` instead of `gsutil mb` and `gsutil cp` commands.

PR:             conf/297016

(cherry picked from commit 4174cc2f69d36105a735b19fadc9c18497b02b1a)
DeltaFile
+2-2release/Makefile.gce
+2-21 files

LLVM/project 804a213llvm/include/llvm/ExecutionEngine/Orc EPCGenericDylibManager.h, llvm/include/llvm/ExecutionEngine/Orc/Shared OrcRTBridge.h

[ORC] Standardize dylib manager on NativeDylibManager names (#215441)

The in-tree SimpleExecutorDylibManager now publishes a single controller
interface -- the ORC runtime's NativeDylibManager symbol names -- which
EPCGenericDylibManager targets, dropping the parallel LLVM-style
SimpleExecutorDylibManager_* names and the Create path that used them.
Follow-up to the EPCGenericDylibManager proxy refactor, which already
routed both name sets through the same code.

Details:

* Remove EPCGenericDylibManager::CreateWithDefaultBootstrapSymbols.
SimpleRemoteEPC and lli now construct via Create(ExecutionSession&),
which resolves the NativeDylibManager names in the session's bootstrap
JITDylib.

* Remove the SimpleExecutorDylibManager{Instance,Open,Resolve}
bootstrap-name constants from OrcRTBridge. SimpleExecutorDylibManager
previously published both name sets and now publishes only the

    [4 lines not shown]
DeltaFile
+0-23llvm/lib/ExecutionEngine/Orc/EPCGenericDylibManager.cpp
+9-14llvm/tools/lli/ForwardingMemoryManager.h
+4-12llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.cpp
+0-7llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp
+0-5llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h
+0-4llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
+13-651 files not shown
+14-667 files

LLVM/project 5af96c6llvm/test/CodeGen/AMDGPU flat-saddr-atomics.ll llvm.amdgcn.wmma.imm.gfx1250.w32.ll

[AMDGPU] Use another sequence for initial unclaused vmem
DeltaFile
+500-250llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+464-232llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+392-196llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+366-183llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
+348-174llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+332-166llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+2,402-1,201205 files not shown
+12,910-6,461211 files

LLVM/project 6ef7561llvm/lib/DWARFCFIChecker DWARFCFIAnalysis.cpp, llvm/test/DWARFCFIChecker/X86 single-func.s single-func-cfa-mistake.s

[DWARFCFIChecker] Changing register initial status as undefined  (#209032)

As per DWARF spec 6.4.1. Users can overwrite this default assumption inside the prologue.
DeltaFile
+7-17llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
+3-4llvm/test/DWARFCFIChecker/X86/nested-frames.s
+0-4llvm/test/DWARFCFIChecker/X86/single-func.s
+0-4llvm/test/DWARFCFIChecker/X86/single-func-cfa-mistake.s
+0-4llvm/test/DWARFCFIChecker/X86/cfa-corner-cases.s
+2-2llvm/test/DWARFCFIChecker/X86/single-func-missed-cfi-directive.s
+12-356 files

NetBSD/src 5nL5aG4external/gpl2/grep/dist/src grep.c

   grep.c: match upstream coding style for previous change (NFC)
VersionDeltaFile
1.7+2-2external/gpl2/grep/dist/src/grep.c
+2-21 files

LLVM/project b1c8447mlir/lib/Conversion/IndexToSPIRV IndexToSPIRV.cpp, mlir/test/Conversion/IndexToSPIRV index-to-spirv.mlir

[mlir][SPIR-V] Fix swapped select operands in index.floordivs lowering (#214770)

Fix ConvertIndexFloorDivSPattern to select `negRes` when `cmp` is true

Previously operands were reversed, producing the wrong sign for the
floordiv result whenever the negative result branch should've been taken
DeltaFile
+1-1mlir/test/Conversion/IndexToSPIRV/index-to-spirv.mlir
+1-1mlir/lib/Conversion/IndexToSPIRV/IndexToSPIRV.cpp
+2-22 files

LLVM/project dce785dclang/test/CIR/CodeGen call-conv-lowering-x86_64-member-ptr.cpp call-conv-lowering-x86_64-abi-compat.c

[CIR] Drop the call-conv lowering flag from the new CodeGen tests

The two CodeGen tests this branch adds ask for the pass with
`-clangir-enable-call-conv-lowering`, which no longer exists.  The pass
now runs by default, so the RUN lines do not need a flag at all and get
the same lowering without one.

Assisted-by: Cursor / claude-opus-5
DeltaFile
+2-2clang/test/CIR/CodeGen/call-conv-lowering-x86_64-member-ptr.cpp
+2-2clang/test/CIR/CodeGen/call-conv-lowering-x86_64-abi-compat.c
+4-42 files

LLVM/project 2b68cf5clang/test/CodeGen/LoongArch/lasx builtin.c builtin-alias.c, llvm/lib/Target/AArch64 AArch64SchedHIP12.td

Merge branch 'main' into users/adams381/cir-callconv-x86_64-leaf-floats
DeltaFile
+6,869-0llvm/test/tools/llvm-mca/AArch64/HiSilicon/hip12-sve-instructions.s
+2,728-2,728clang/test/CodeGen/LoongArch/lasx/builtin-alias.c
+2,724-2,724clang/test/CodeGen/LoongArch/lasx/builtin.c
+5,269-0llvm/test/tools/llvm-mca/AArch64/HiSilicon/hip12-writeback.s
+3,354-0llvm/lib/Target/AArch64/AArch64SchedHIP12.td
+3,159-0llvm/test/tools/llvm-mca/AArch64/HiSilicon/hip12-neon-instructions.s
+24,103-5,4521,635 files not shown
+86,558-35,0841,641 files

FreeBSD/ports 81dfc03devel/py-pygobject Makefile

devel/py-pygobject: typo
DeltaFile
+1-1devel/py-pygobject/Makefile
+1-11 files

LLVM/project 2bab21fclang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp

address review
DeltaFile
+3-1clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+3-11 files

FreeBSD/ports 5def198devel/py-pygobject distinfo Makefile

devel/py-pygobject: update to 3.56.3

Changelog: https://gitlab.gnome.org/GNOME/pygobject/-/blob/3.56.3/NEWS

Co-authored by: vishwin
PR: 297399
DeltaFile
+7-8devel/py-pygobject/Makefile
+3-3devel/py-pygobject/distinfo
+10-112 files

FreeBSD/ports b0e36b0devel/py-shandy-sqlfmt Makefile distinfo

devel/py-shandy-sqlfmt: Update to 0.32.0
DeltaFile
+3-3devel/py-shandy-sqlfmt/distinfo
+1-1devel/py-shandy-sqlfmt/Makefile
+4-42 files

LLVM/project cb9c454.github/workflows libcxx-benchmark-cron.yml

[libc++][NFC] Rename job in benchmark cron (#215442)

To avoid appearing as if the job is running the actual benchmarks.
DeltaFile
+1-1.github/workflows/libcxx-benchmark-cron.yml
+1-11 files

FreeBSD/src 135df77sys/dev/usb/controller xhci.c

usb: xhci: allow up to 1s for SET_ADDRESS

Some devices take a little longer, and the spec doesn't really seem to
mandate a maximum.  The common path in usbd_req_set_address() has
already been bumped to 1s and I have a headset (Logitech H390) that does
need a little bit longer, so let's match it in xhci.

Reviewed by:    aokblast
Differential Revision:  https://reviews.freebsd.org/D58717
DeltaFile
+1-1sys/dev/usb/controller/xhci.c
+1-11 files

LLVM/project 84afdb7clang/test/CIR/CodeGen pointer-to-member-func-cmp.cpp enum-bool.cpp

[CIR] Enable x86_64 calling-convention lowering by default (#215026)

x86_64 calling-convention lowering has been opt-in behind
`-clangir-enable-call-conv-lowering` since it landed, so nothing reaches
the pass unless a test asks for it. The ClangIR default path therefore
emits high-level signatures that do not match SysV: a 32-byte struct
return stays first-class instead of going out through `sret`, and a
one-eightbyte struct argument is passed as a record instead of being
coerced to `i64`.

This change turns the pass on by default for x86_64 and renames the flag
to a `BoolFOption` pair, `-fclangir-call-conv-lowering` and
`-fno-clangir-call-conv-lowering`. The last flag on the command line
wins, so a build can disable the pass globally and re-enable it for one
translation unit.

Flipping the default breaks 147 of 949 CIR tests. 37 tests are CHECK
regenerations where lowering moved toward classic CodeGen. 110 tests are
quarantined by adding the disable flag to the RUN lines that turn the

    [12 lines not shown]
DeltaFile
+45-38clang/test/CIR/CodeGen/pointer-to-member-func-cast.cpp
+51-18clang/test/CIR/CodeGen/call.c
+37-19clang/test/CIR/CodeGen/lambda.cpp
+34-8clang/test/CIR/CodeGen/call.cpp
+13-24clang/test/CIR/CodeGen/enum-bool.cpp
+24-12clang/test/CIR/CodeGen/pointer-to-member-func-cmp.cpp
+204-119152 files not shown
+975-568158 files

LLVM/project d95ab96llvm/lib/Transforms/Utils SimplifyLibCalls.cpp, llvm/test/Transforms/InstCombine sincos-double-float-shrink.ll

[SimplifyLibCalls] Shrink llvm.sincos.f64 to llvm.sincos.f32 (#211218)

The double -> float shrink in LibCallSimplifier::optimizeCall only knows
about Intrinsic::sin and Intrinsic::cos, so once InstCombine combines a
sin/cos pair into llvm.sincos the fpext/fptrunc pair is left in place
and the work is done at double precision.

Handle Intrinsic::sincos too, behind the same UnsafeFPShrink gate. It
needs its own helper rather than optimizeDoubleFP because sincos returns
a struct: the results are read back through extractvalue instead of
being used directly, and the narrowed call has to be rebuilt as a
struct. InstCombine folds the resulting extractvalue/insertvalue pairs
away, so the sin/cos pair in the reported case now ends up as a single
llvm.sincos.f32 call.

NOTE: reported as a 2-2.5% regression on SPEC17 526.blender with -flto
-ffast-math on neoverse-v2 in #194616.

Assisted-by: Opus 4.8
DeltaFile
+190-0llvm/test/Transforms/InstCombine/sincos-double-float-shrink.ll
+45-0llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+235-02 files

LLVM/project 0d75e83.github/workflows libcxx-pr-benchmark.yml libcxx-benchmark-commit.yml, libcxx/utils/ci/lnt README.md machines.json

[libc++][CI] Add a cron job to trigger benchmarking jobs (#212859)

This patch introduces a GitHub workflow that runs on a schedule and
determines which benchmarking jobs to trigger to fill the LNT instances
with performance data.

As a drive-by, it also consolidates the information describing libc++
LNT machines into a single JSON file.

The added cron workflow will run every hour, but since the benchmarks
typically take more than an hour to run, it is expected that some of
those triggers will not actually trigger new jobs.
DeltaFile
+138-0.github/workflows/libcxx-benchmark-cron.yml
+13-23.github/workflows/libcxx-benchmark-commit.yml
+31-0libcxx/utils/ci/lnt/machines.json
+17-13.github/workflows/libcxx-pr-benchmark.yml
+10-0libcxx/utils/ci/lnt/README.md
+209-365 files