FreeBSD/ports ad7a878www/wt distinfo Makefile

www/wt: Uptate 4.12.1 => 4.12.2

Changelog:
https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

While here sort *_DESC.

PR:     292947
DeltaFile
+3-3www/wt/distinfo
+2-2www/wt/Makefile
+1-0www/wt/pkg-plist
+6-53 files

LLVM/project 9f4e8bclld/include/lld/Common BPSectionOrdererBase.inc

[lld][BP] Fix nondeterministic function order by using MapVector (#179841)

There are two places where the nondeterministic iteration order of
`DenseMap` (the original type of `startupSectionIdxUNs`) causes the
output function order to be nondeterministic.


https://github.com/llvm/llvm-project/blob/16e2e7f59134e63810228c9a0dc990bfd96f9a1f/lld/include/lld/Common/BPSectionOrdererBase.inc#L240-L245


https://github.com/llvm/llvm-project/blob/16e2e7f59134e63810228c9a0dc990bfd96f9a1f/lld/include/lld/Common/BPSectionOrdererBase.inc#L267-L268

The fix is to use `MapVector` whose iteration order is guaranteed to be
deterministic.

To test, I built a large binary several times and observed this value no
longer changes.

https://github.com/llvm/llvm-project/blob/16e2e7f59134e63810228c9a0dc990bfd96f9a1f/lld/include/lld/Common/BPSectionOrdererBase.inc#L410-L411

    [2 lines not shown]
DeltaFile
+2-2lld/include/lld/Common/BPSectionOrdererBase.inc
+2-21 files

LLVM/project b08e565mlir/include/mlir/IR BuiltinTypeInterfaces.td, mlir/lib/IR BuiltinTypes.cpp

address comments
DeltaFile
+42-76mlir/lib/IR/BuiltinTypes.cpp
+1-2mlir/include/mlir/IR/BuiltinTypeInterfaces.td
+43-782 files

LLVM/project 544caa6llvm/lib/Analysis StaticDataProfileInfo.cpp, llvm/lib/Transforms/Instrumentation MemProfUse.cpp

[StaticDataLayout] Reconcile string literal hotness from data access profiles and PGO profiles. (#178336)

https://github.com/llvm/llvm-project/pull/178333 updates the memprof
pass to annotate string literal section prefix.

The StaticDataProfileInfo.cpp provides an analysis pass to reconcile
global variable hotness. It's used by StaticDataAnnotator and AsmPrinter
to look up global variable hotness.

This PR updates the analysis pass to compute the hotness of string
literals.
* When both data access profiles and pgo counters provide a hotness
attribute, use the hotter one.
* Otherwise, use the hotness attribute that's available.

Implementation-wise, the option `AnnotateStringLiteralSectionPrefix` is
moved from MemProf (a transform pass) to StaticDataProfileInfo (an
Analysis pass). Otherwise, there might be errors like caught by CI. Note
https://github.com/llvm/llvm-project/pull/178336#issuecomment-3808537817

    [11 lines not shown]
DeltaFile
+56-13llvm/test/CodeGen/X86/global-variable-partition-with-dap.ll
+23-5llvm/lib/Analysis/StaticDataProfileInfo.cpp
+1-8llvm/lib/Transforms/Instrumentation/MemProfUse.cpp
+80-263 files

LLVM/project 64de25dllvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer/AArch64 arm64-vcmp.ll

[msan] Handle NEON floating-point absolute compare greater than/equal (#180120)

Uses existing handleVectorComparePackedIntrinsic()
DeltaFile
+41-105llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vcmp.ll
+9-0llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+50-1052 files

LLVM/project 762c32amlir/include/mlir/Dialect/AMDGPU/IR AMDGPUOps.td AMDGPUTypes.td, mlir/lib/Conversion/AMDGPUToROCDL AMDGPUToROCDL.cpp

[mlir][AMDGPU] Add wrappers for in-memory barriers on gfx1250 (#180112)

This commit introduces the `!amdgpu.ds_barrier_state` type and
operations on that type, including extracting its components and (more
importantly) provides wrappers around the upcoming barrier-management
instructions that will be added in gfx1250.

This commit is loosely based on work done for Triton, but this commit
provides slightly more lower level-primitives (namely a known-atomic
load for getting the barrier state instead of providing a `wait`
operation that includes an entire spin-loop, though if people want one
we could consider adding it.) These operations will allow LDS barriers
to be interacted with in a more type-safe manner.

The types and operations use the Ds naming scheme to match the
underlying instructions and to avoid confusion with the "LDS barrier"
already present in the AMDGPU dialect that was a workaround for LLVM's
memory fencing support.


    [6 lines not shown]
DeltaFile
+262-3mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
+216-0mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPUOps.td
+92-2mlir/test/Conversion/AMDGPUToROCDL/gfx1250.mlir
+29-0mlir/lib/Dialect/AMDGPU/IR/AMDGPUOps.cpp
+25-0mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPUTypes.td
+24-0mlir/test/Dialect/AMDGPU/invalid.mlir
+648-51 files not shown
+670-57 files

LLVM/project 368d7eamlir/include/mlir/Dialect/GPU/IR GPUOps.td, mlir/test/Conversion/ConvertToSPIRV gpu.mlir

[mlir][gpu] Add NoMemoryEffect to gpu.subgroup_reduce op (#180227)

Add missing MemoryEffectOpInterface to gpu.subgroup_reduce

Signed-off-by: Fabrizio Indirli <fabrizio.indirli at arm.com>
DeltaFile
+12-6mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
+3-2mlir/test/Conversion/ConvertToSPIRV/gpu.mlir
+1-1mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
+16-93 files

FreeBSD/ports fed70fedevel/transient Makefile distinfo

devel/transient: Update 0.11.0 => 0.12.0, take maintainership, improve port

Changelog:
https://github.com/magit/transient/blob/v0.12.0/CHANGELOG

Improve port:
- Add option INFO.
- DOCS, INFO and PDF build-depend on GNU sed.
- Fix build with DOCS off.
- BUILD_DEPENDS==RUN_DEPENDS => move dependencies to _BR_DEPENDS and use:
    BUILD_DEPENDS=_BR_DEPENDS
    RUN_DEPENDS=_BR_DEPENDS
- Move makeinfo from USES to DOCS_USES.
- Split long line MAKE_ENV and remove "+".
- Move pkg-plist to PLIST_FILES in Makefile - 3 files in list only.
- Remove CONFLICTS_INSTALL=transient-devel-emacs* -
  devel/transient-devel remove from tree 2025-09-01.

PR:             292945
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+28-16devel/transient/Makefile
+3-3devel/transient/distinfo
+0-3devel/transient/pkg-plist
+31-223 files

LLVM/project 9f8f901lldb/test/Shell/helper toolchain.py

Revert "[lldb-dap] fix executable substitution in tests (#179685)" (#180241)

This reverts commit 082a47d8944da242993bf28980b07f2c8c3df4a6.

`ToolSubst` should only be used explicitely for passing `extra_args`.
DeltaFile
+1-3lldb/test/Shell/helper/toolchain.py
+1-31 files

LLVM/project c32cde4llvm/include/llvm/Analysis ScalarEvolutionPatternMatch.h, llvm/lib/Transforms/Utils ScalarEvolutionExpander.cpp

[SCEVExp] Use SCEVPtrToAddr in tryToReuseLCSSAPhi if possible. (#178727)

This patch updates tryToReuseLCSSAPhi to use SCEVPtrToAddr, unless using
SCEVPtrToInt allows re-use, because the IR already contains a re-usable
phi using PtrToInt.

This is a first step towards migrating to SCEVPtrToAddr and avoids
regressions in follow-up changes.

PR: https://github.com/llvm/llvm-project/pull/178727
DeltaFile
+28-15llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
+6-0llvm/include/llvm/Analysis/ScalarEvolutionPatternMatch.h
+3-3llvm/test/Transforms/LoopVectorize/reuse-lcssa-phi-scev-expansion.ll
+2-2llvm/test/Transforms/LoopIdiom/reuse-lcssa-phi-scev-expansion.ll
+39-204 files

LLVM/project 4ad58b4. .gitignore

[llvm][.gitignore] macOS case-sensitive update (#177971)

If you run macOS on a case-sensitive file system, .DS_store and .DS_Store are different files and the existing lowercase-s version doesn't match. Fix that with the intended case sensitive.
DeltaFile
+2-2.gitignore
+2-21 files

NetBSD/src mTopSRTshare/misc acronyms.comp

   +NVM, NVME  Non-Volatile Memory (Express)
VersionDeltaFile
1.420+3-1share/misc/acronyms.comp
+3-11 files

LLVM/project 73b83beflang/docs Extensions.md, flang/include/flang/Support Fortran-features.h

[flang] Add warning and documentation for extension (#179708)

When a pointer component has no default initialization in the derived
type definition and does not appear explicitly as a component in a
structure constructor, we assume that it is meant to be NULL() as an
extension. But there's no warning or documentation for this extension;
add them.

Fixes https://github.com/llvm/llvm-project/issues/179580.
DeltaFile
+9-0flang/test/Semantics/bug179580.f90
+8-0flang/lib/Semantics/expression.cpp
+2-1flang/include/flang/Support/Fortran-features.h
+2-0flang/docs/Extensions.md
+21-14 files

LLVM/project d1d9413llvm/lib/Transforms/Vectorize VPlanPredicator.cpp

[VPlan] Don't use std::not_fn

It looks like some Apple based toolchains can't compile this:
https://github.com/llvm/llvm-project/pull/180005#issuecomment-3861614477

There aren't any other users of std::not_fn within LLVM so just use a
lambda for now.
DeltaFile
+3-3llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
+3-31 files

LLVM/project c15ae96flang/lib/Semantics check-call.cpp, flang/test/Semantics bug2131b.cuf bug1214.cuf

[flang][CUDA] Better analysis of actual argument CUDA data attrs (#179569)

When checking an actual argument for any CUDA data attributes, be sure
to check the symbols in a designator like a%b%c in order, taking the
last symbol that has a CUDA attribute. And be sure to interpret a
function result symbol of a device function as a device object, at least
for generic interface resolution for defined assignments and operators.

This patch exposed errors in flang/test/Semantics/bug1214.cuf, which
have been fixed.
DeltaFile
+33-0flang/test/Semantics/bug2131b.cuf
+13-7flang/lib/Semantics/check-call.cpp
+2-2flang/test/Semantics/bug1214.cuf
+48-93 files

LLVM/project 9d0043aflang/include/flang/Evaluate check-expression.h, flang/include/flang/Semantics expression.h

[flang] Refactor "unused"/"used without definition" warnings (#179539)

I'm emitting a false warning "used without definition" warning for
variable cited in an inquiry intrinsic (e.g. LBOUND), and failing to
emit an "unused local" warning for allocatables that only appear in
ALLOCATE statements.

This patch makes the analysis more context-aware by rewriting it in
terms of typed expression traversal, and moves the analysis part into
Evaluate/check-expression.cpp from Semantics/expression.cpp.
DeltaFile
+117-0flang/lib/Evaluate/check-expression.cpp
+3-87flang/lib/Semantics/expression.cpp
+17-12flang/include/flang/Semantics/expression.h
+12-0flang/lib/Evaluate/tools.cpp
+0-12flang/lib/Semantics/tools.cpp
+9-0flang/include/flang/Evaluate/check-expression.h
+158-1116 files not shown
+174-11412 files

LLVM/project 621fe67flang-rt/lib/runtime external-unit.cpp pseudo-unit.cpp

[flang] Better "out of memory" error for failure to allocate a unit (#179291)

When the I/O runtime fails to allocate storage for an I/O unit, the
error message cites a source location in the runtime library, not the
user program. Thread instances of Terminator through to the code that
attempts the allocation so that the failure has a source position in the
user's program.
DeltaFile
+21-19flang-rt/lib/runtime/external-unit.cpp
+18-14flang-rt/lib/runtime/pseudo-unit.cpp
+14-8flang-rt/lib/runtime/io-api.cpp
+9-6flang-rt/lib/runtime/extensions.cpp
+6-6flang-rt/lib/runtime/unit.h
+3-3flang-rt/lib/runtime/io-stmt.cpp
+71-561 files not shown
+73-587 files

FreeBSD/ports 1755149lang/gcc16-devel distinfo Makefile, lang/gcc16-devel/files patch-gcc_configure

lang/gcc16-devel: Update to 16.0.1.s20260201

Also introduces a fix for upstream bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366, authored by
Mark Millard <marklmi at yahoo.com>.

Co-authored-by: Mark Millard <marklmi at yahoo.com>
DeltaFile
+21-6lang/gcc16-devel/files/patch-gcc_configure
+3-3lang/gcc16-devel/distinfo
+1-1lang/gcc16-devel/Makefile
+25-103 files

FreeNAS/freenas 198b595src/middlewared pyproject.toml, src/middlewared/middlewared/utils origin.py user_context.py

NAS-139636 / 26.0.0-BETA.1 / More utils type hints (#18154)

DeltaFile
+22-15src/middlewared/middlewared/utils/origin.py
+20-13src/middlewared/middlewared/utils/user_context.py
+16-14src/middlewared/middlewared/utils/privilege.py
+2-7src/middlewared/middlewared/utils/audit.py
+3-4src/middlewared/middlewared/utils/git.py
+4-0src/middlewared/pyproject.toml
+67-532 files not shown
+69-558 files

pfSense/pfsense d87fac9src/etc/inc upgrade_config.inc globals.inc, src/usr/local/www system_authservers.php

Add the GUI options for RADIUS Message Authenticator. Implement #15952

Co-authored-by: R. Christian McDonald <cmcdonald at netgate.com>
DeltaFile
+18-0src/etc/inc/upgrade_config.inc
+14-0src/usr/local/www/system_authservers.php
+1-1src/etc/inc/globals.inc
+1-0src/etc/inc/auth.inc
+34-14 files

FreeNAS/freenas 72420dfsrc/middlewared/middlewared/plugins/interface sync_data.py

make SyncData memory efficient
DeltaFile
+1-1src/middlewared/middlewared/plugins/interface/sync_data.py
+1-11 files

LLVM/project 7dc79cfllvm/lib/Target/AMDGPU AMDGPUISelLowering.cpp AMDGPULegalizerInfo.cpp, llvm/test/CodeGen/AMDGPU llvm.log.ll llvm.log10.ll

AMDGPU: Use promotion to f32 path for log/log10 for f16 by default

While the current implementation passes OpenCL conformance, it is not
correctly rounded with an error of 1.79 ulp according to the conformance
test. Default to the promotion path without afn. In the future we should
make use of !fpmath metadata but that's not wired into the backend, or
from any frontend producer.
DeltaFile
+638-388llvm/test/CodeGen/AMDGPU/llvm.log.ll
+638-388llvm/test/CodeGen/AMDGPU/llvm.log10.ll
+16-6llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
+5-1llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+1,297-7834 files

OpenBSD/ports 6p5iEV5www/ada distinfo Makefile

   update to ada 3.4.2
VersionDeltaFile
1.14+2-2www/ada/distinfo
1.14+2-2www/ada/Makefile
+4-42 files

LLVM/project 4afce0cllvm/lib/Target/AArch64 AArch64InstrInfo.td

[AArch64] Correct spelling of INSERT_SUBREF->INSERT_SUBREG. NFC
DeltaFile
+1-1llvm/lib/Target/AArch64/AArch64InstrInfo.td
+1-11 files

FreeNAS/freenas 44fad48src/middlewared/middlewared/plugins/interface addresses.py

no more subprocess
DeltaFile
+90-58src/middlewared/middlewared/plugins/interface/addresses.py
+90-581 files

LLVM/project bd19bfellvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer switch-icmp.ll

[msan] Switch switch() from strict handling to (icmp eq)-style handling (#179851)

Currently, the SwitchInst:
```
switch i32 %Val, label %else [ i32 0, label %A
                               i32 1, label %B
                               i32 2, label %C ]
```
is strictly handled i.e., MSan will check that %Val is fully
initialized. This is appropriate nearly all the time.

However, sometimes the compiler may convert (icmp + br) into a switch
statement. (icmp + br) has different semantics: MSan allows icmp eq/ne
with partly initialized inputs to still result in a fully initialized
output, if there exists a bit that is initialized in both inputs with a
differing value e.g., suppose:
```
%A   = 00000000 00001010
%B   = 00000000 00000110

    [18 lines not shown]
DeltaFile
+41-0llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+20-5llvm/test/Instrumentation/MemorySanitizer/switch-icmp.ll
+61-52 files

OpenBSD/ports gVlJ8mwdevel/codex crates.inc distinfo, devel/codex/patches patch-codex-rs_modcargo-crates_rama-boring-sys-0_5_10_build_main_rs patch-codex-rs_core_src_config_mod_rs

   devel/codex: update to 0.98.0
VersionDeltaFile
1.2+916-855devel/codex/crates.inc
1.3+594-474devel/codex/distinfo
1.1+12-0devel/codex/patches/patch-codex-rs_modcargo-crates_rama-boring-sys-0_5_10_build_main_rs
1.3+4-4devel/codex/patches/patch-codex-rs_core_src_config_mod_rs
1.2+3-3devel/codex/patches/patch-codex-rs_Cargo_toml
1.2+2-2devel/codex/patches/patch-codex-rs_arg0_src_lib_rs
+1,531-1,3383 files not shown
+1,535-1,3399 files

FreeBSD/ports a61409bwww/py-limits distinfo Makefile

www/py-limits: update to 5.8.0

Changes:        https://github.com/alisaifee/limits/releases/tag/5.8.0
DeltaFile
+3-3www/py-limits/distinfo
+1-1www/py-limits/Makefile
+4-42 files

LLVM/project 918d576llvm/include/llvm/Transforms/Utils VNCoercion.h, llvm/lib/Transforms/Utils VNCoercion.cpp

[NFC][LLVM] Code cleanup in VNCoercion (#180159)

Use namespace qualifiers to define functions declared in the
`VNCoercion` namespace to conform to LLVM CS.
DeltaFile
+32-25llvm/lib/Transforms/Utils/VNCoercion.cpp
+8-3llvm/include/llvm/Transforms/Utils/VNCoercion.h
+40-282 files

LLVM/project 017ca73llvm/lib/Transforms/InstCombine InstructionCombining.cpp, llvm/lib/Transforms/Vectorize LoadStoreVectorizer.cpp

[NFC][LLVM] Remove pass initialization from pass constructors (#180158)

DeltaFile
+2-4llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+1-4llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
+3-82 files