LLVM/project aa8d5ecoffload/plugins-nextgen/amdgpu/dynamic_hsa hsa.h hsa_ext_amd.h, offload/plugins-nextgen/amdgpu/src rtl.cpp

[offload] Use HSA SVM for AMDGPU shared memory
DeltaFile
+277-11offload/plugins-nextgen/amdgpu/src/rtl.cpp
+68-0offload/test/api/omp_device_managed_memory_ops.c
+31-0offload/test/api/amdgpu_managed_memory_accessible.c
+15-0offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa_ext_amd.h
+13-0openmp/docs/design/Runtimes.rst
+1-0offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.h
+405-111 files not shown
+406-117 files

NetBSD/pkgsrc gcrx50gcross Makefile

   cross: Enable ia16-elf-binutils-bootstrap
VersionDeltaFile
1.129+2-1cross/Makefile
+2-11 files

NetBSD/pkgsrc dreef3Adoc CHANGES-2026

   doc: Added cross/ia16-elf-binutils-bootstrap version 2.39pre20260424
VersionDeltaFile
1.5222+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jIA1hq2cross/ia16-elf-binutils-bootstrap DESCR distinfo

   cross/ia16-elf-binutils-bootstrap: import ia16-elf-binutils-bootstrap-2.39pre20260424

   GNU Binutils for IA16 (for example, 8086 and 80286) MS-DOS cross environment.

   This package is only for bootstrapping toolchain.
VersionDeltaFile
1.1+110-0cross/ia16-elf-binutils-bootstrap/PLIST
1.1+39-0cross/ia16-elf-binutils-bootstrap/Makefile
1.1+5-0cross/ia16-elf-binutils-bootstrap/distinfo
1.1+3-0cross/ia16-elf-binutils-bootstrap/DESCR
+157-04 files

LLVM/project 2cce9ecllvm/lib/CodeGen/GlobalISel LegalizerHelper.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel fp-int-conversions.ll legalize-unmerge-values-float-src.mir

[GlobalISel] emit G_BITCAST in widenScalarUnmergeValues when SrcTy is float (#204541)

widenScalarUnmergeValues emits G_LSHR and G_TRUNC to extract
sub-register pieces from the source. The shift amount and the shift
itself are built with SrcTy, so when the source is a floating-point
scalar (e.g. bf16) the extraction ends up in the float domain:

```
  %1:_(bf16) = G_CONSTANT i16 8
  %2:_(bf16) = G_LSHR %0:_(bf16), %1:_(bf16)
```

**Fix:** Before the shift/trunc extraction sequence, check if SrcTy is a
float type and bitcast it to the corresponding integer type.
DeltaFile
+72-0llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values-float-src.mir
+42-0llvm/test/CodeGen/AMDGPU/GlobalISel/fp-int-conversions.ll
+5-0llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
+119-03 files

LLVM/project d83fdd7bolt/lib/Utils CommandLineOpts.cpp

[BOLT] Default heatmap block sizes to cache line, pages and hugepage (#215427)

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.

    [5 lines not shown]
DeltaFile
+7-2bolt/lib/Utils/CommandLineOpts.cpp
+7-21 files

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

[BOLT] Keep the spelling of input heatmap block sizes (#215426)

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


    [6 lines not shown]
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 9ae71f3flang/include/flang/Semantics openmp-modifiers.h, flang/lib/Semantics openmp-modifiers.cpp

[OpenMP][flang] Use auto-generated data for modifier verification

Introduce descriptors of OpenMP clauses and modifiers, auto-generated
from OpenMP specification data[*].

This replaces the preexisting modifier descriptors used in flang,
the code using it is adjusted to use the new definitions.

[*] This does not contain any actual auto-generation infrastructure.
The descriptors were generated by a custom script from the exported
OpenMP definitions.
DeltaFile
+2,369-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+0-823flang/lib/Semantics/openmp-modifiers.cpp
+140-113flang/include/flang/Semantics/openmp-modifiers.h
+125-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h
+118-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h.inc
+80-0llvm/lib/Frontend/OpenMP/OMPDescriptors.cpp
+2,832-93613 files not shown
+2,873-1,01819 files

LLVM/project c4b6202llvm/docs LangRef.md, llvm/include/llvm/Transforms/Vectorize LoopVectorizationLegality.h

Enforce single-operand form for llvm.loop.vectorize.scalable metadata (#215742)

Replace the two-operand boolean form
!{!"llvm.loop.vectorize.scalable.enable", i1 0/1} with a single-operand
enable/disable pair:

  !{!"llvm.loop.vectorize.scalable.enable"}
  !{!"llvm.loop.vectorize.scalable.disable"}

The Verifier rejects the two-operand form, AutoUpgrade rewrites old
bitcode, and the readers and producers in LLVM, Clang and MLIR are
updated.

RFC:

https://discourse.llvm.org/t/rfc-enforce-single-operand-format-for-all-enable-metadata-nodes/90571
DeltaFile
+41-0llvm/test/Verifier/llvm.loop.vectorize.scalable.ll
+37-0llvm/test/Bitcode/upgrade-loop-vectorize-scalable-enable.ll
+16-15llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+8-8llvm/test/Transforms/LoopVectorize/AArch64/scalable-vf-hint.ll
+8-8llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
+4-7llvm/docs/LangRef.md
+114-3876 files not shown
+208-12582 files

LLVM/project 77bebf4clang/include/clang/AST ASTContext.h, clang/lib/AST ASTContext.cpp

[NFC][AST] Make nullability attributed-type construction const (#215756)

Make the nullability-specific `ASTContext::getAttributedType` overload
`const` and remove a now-unneeded `const_cast` from array-decay
handling.

This addresses feedback from
https://github.com/llvm/llvm-project/pull/215266#discussion_r3751285430.

Reviewers: @j-hui @Xazax-hun @egorzhdan
DeltaFile
+2-3clang/lib/AST/ASTContext.cpp
+1-1clang/include/clang/AST/ASTContext.h
+3-42 files

LLVM/project 771defeclang/lib/CodeGen BackendUtil.cpp, llvm/include/llvm/Analysis RuntimeLibcallInfo.h

CodeGen: Remove TargetOptions::FloatABIType

This is now fully replaced with the "float-abi" module flag.
If the module flag is not present, the default is computed
from the triple. Consumers are updated to read the module flag.

RuntimeLibraryAnalysis now defers analysis until run() on a Module,
instead of during the pass constructor as before. This requires copying
all of the remaining relevant TargetOptions so they are available
when the module is seen.

Unfortunately, ARM still depends on TargetOptions for determining
the float-abi. -target-abi=aapcs16 still changes the default float-abi,
but an explicit module flag wins.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+45-0llvm/test/LTO/ARM/float-abi-module-flag.ll
+19-17llvm/include/llvm/Analysis/RuntimeLibcallInfo.h
+15-20llvm/lib/Target/ARM/ARMTargetMachine.cpp
+28-0llvm/test/Transforms/Util/DeclareRuntimeLibcalls/float-abi-module-flag.ll
+5-18llvm/lib/Analysis/RuntimeLibcallInfo.cpp
+3-14clang/lib/CodeGen/BackendUtil.cpp
+115-6923 files not shown
+174-12629 files

LLVM/project 97773f2llvm/lib/Transforms/Vectorize VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize/AArch64 uniform-args-call-variants.ll scalable-strict-fadd.ll

[LV] Use wide lane masks as the canonical form when tail-folding & interleaving (#209484)

Previously, when passing -enable-wide-lane-mask to request the use of wide
lane masks, tryToReplaceALMWithWideALM would attempt to replace several
ActiveLaneMasks created during unrolling with a single mask + extracts.

This PR removes tryToReplaceALMWithWideALM from VPTransforms and makes
wide lane masks the canonical form when interleaving a tail-folded loop
which uses ActiveLaneMask for control flow, as discussed on #193757.

During unrolling, the multiplier is set to UF for ActiveLaneMask and one
ExtractSubvectorForPart instruction for each part is created. Unnecessary
ExtractSubvectorForParts are removed during the generate stage if the loop
is not unrolled, otherwise this creates an extract subvector for each part.

This does not change the default behaviour for tail-folded loops, which
are still not considered for interleaving by default. The decision on
whether to use a single wide active lane mask with extracts or to split
it up into multiple smaller masks is now left to the backend.
DeltaFile
+328-0llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-mask-outside-use.ll
+114-189llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
+187-30llvm/test/Transforms/LoopVectorize/AArch64/fixed-wide-lane-mask.ll
+36-93llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+48-51llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
+47-45llvm/test/Transforms/LoopVectorize/AArch64/uniform-args-call-variants.ll
+760-40821 files not shown
+1,098-57527 files

NetBSD/pkgsrc WHHAAUxdoc CHANGES-2026

   Updated devel/cargo-flamegraph, security/sqlmap
VersionDeltaFile
1.5221+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc sxBahXZsecurity/sqlmap Makefile distinfo

   sqlmap: updated to 1.10.8

   1.10.8
   https://github.com/sqlmapproject/sqlmap/compare/1.9...1.10
VersionDeltaFile
1.23+256-18security/sqlmap/PLIST
1.33+4-4security/sqlmap/distinfo
1.48+2-2security/sqlmap/Makefile
+262-243 files

LLVM/project 98b4c5fbolt/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 e927810bolt/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

FreeBSD/ports fbb4c79biology/salmon/files patch-external_pufferfish_CMakeLists.txt patch-CMakeLists.txt

biology/salmon: fix build on powerpc64le

Test amd64 path first and only if that fails use the arm path.
arm path works just fine on powerpc64le.
DeltaFile
+24-1biology/salmon/files/patch-CMakeLists.txt
+21-3biology/salmon/files/patch-external_pufferfish_CMakeLists.txt
+45-42 files

FreeBSD/ports 0a68c91x11-drivers/xf86-video-nv/files patch-src_nv__driver.c

x11-drivers/xf86-video-nv: fix build on powerpc*

nv_driver.c:1387:40: error: incompatible integer to pointer conversion passing 'CARD32' (aka 'unsigned int') to parameter of type 'CARD8 *' (aka 'unsigned char *') [-Wint-conversion]
 1387 |     vgaHWSetMmioFuncs(VGAHWPTR(pScrn), pNv->IOAddress, 0);
      |                                        ^~~~~~~~~~~~~~
/usr/local/include/xorg/vgaHW.h:180:62: note: passing argument to parameter 'base' here
  180 | extern _X_EXPORT void vgaHWSetMmioFuncs(vgaHWPtr hwp, CARD8 *base, int offset);
      |                                                              ^
1 error generated.

It's fine to just pass NULL here because IOAddress is NULL at this line
anyway.
DeltaFile
+11-0x11-drivers/xf86-video-nv/files/patch-src_nv__driver.c
+11-01 files

FreeBSD/ports b713a9dx11-drivers/xlibre-xf86-video-nv/files patch-src_nv__driver.c

x11-drivers/xlibre-xf86-video-nv: fix build on powerpc*

Same as x11-drivers/xf86-video-nv.
DeltaFile
+11-0x11-drivers/xlibre-xf86-video-nv/files/patch-src_nv__driver.c
+11-01 files

FreeBSD/ports 4f1eca5devel/dcd-server Makefile

devel/dcd-server: fix poudriere build with BUILD_AS_NON_ROOT=yes

===>  Building for dcd-client-0.16.2
     Warning Warning: License in sub-package dcd:dsymbol is different than its parent package, this is discouraged.
     Warning Invalid source/import path: /wrkdirs/usr/ports/devel/dcd-client/work/DCD-0.16.2/bin
    Starting Performing "release" build using /usr/local/bin/ldmd2 for ppc64.
Error /nonexistent: Permission denied
*** Error code 2
DeltaFile
+2-2devel/dcd-server/Makefile
+2-21 files

FreeBSD/ports 4316dc9sysutils/triton Makefile, sysutils/triton/files patch-src_libtriton_includes_triton_tritonTypes.hpp

sysutils/triton: fix build on armv7 / powerpc*

Instead of checking the list of specific architectures,
just check UINTPTR_MAX.
DeltaFile
+20-0sysutils/triton/files/patch-src_libtriton_includes_triton_tritonTypes.hpp
+0-2sysutils/triton/Makefile
+20-22 files

FreeBSD/ports 857a4e0comms/liquid-dsp Makefile, comms/liquid-dsp/files patch-src_dotprod_src_dotprod__crcf.av.c patch-src_dotprod_src_dotprod__rrrf.av.c

comms/liquid-dsp: add dotprod_crcf_copy on powerpc64*

Fixes linking of reverse dependencies on powerpc64*:
: && /usr/bin/c++ -O2 -pipe -mcpu=power9 -fstack-protector-strong -fno-strict-aliasing -mcpu=power9 -O2 -pipe -mcpu=power9 -fstack-protector-strong -fno-strict-aliasing -mcpu=power9   -DNDEBUG -Wl,--undefined-version    -Xlinker --dependency-file=src/CMakeFiles/inspectrum.dir/link.d src/CMakeFiles/inspectrum.dir/inspectrum_autogen/mocs_compilation.cpp.o src/CMakeFiles/inspectrum.dir/abstractsamplesource.cpp.o src/CMakeFiles/inspectrum.dir/amplitudedemod.cpp.o src/CMakeFiles/inspectrum.dir/cursor.cpp.o src/CMakeFiles/inspectrum.dir/cursors.cpp.o src/CMakeFiles/inspectrum.dir/main.cpp.o src/CMakeFiles/inspectrum.dir/fft.cpp.o src/CMakeFiles/inspectrum.dir/frequencydemod.cpp.o src/CMakeFiles/inspectrum.dir/mainwindow.cpp.o src/CMakeFiles/inspectrum.dir/inputsource.cpp.o src/CMakeFiles/inspectrum.dir/phasedemod.cpp.o src/CMakeFiles/inspectrum.dir/plot.cpp.o src/CMakeFiles/inspectrum.dir/plots.cpp.o src/CMakeFiles/inspectrum.dir/plotview.cpp.o src/CMakeFiles/inspectrum.dir/samplebuffer.cpp.o src/CMakeFiles/inspectrum.dir/samplesource.cpp.o src/CMakeFiles/inspectrum.dir/spectrogramcontrols.cpp.o src/CMakeFiles/inspectrum.dir/spectrogramplot.cpp.o src/CMakeFiles/inspectrum.dir/threshold.cpp.o src/CMakeFiles/inspectrum.dir/traceplot.cpp.o src/CMakeFiles/inspectrum.dir/tuner.cpp.o src/CMakeFiles/inspectrum.dir/tunertransform.cpp.o src/CMakeFiles/inspectrum.dir/util.cpp.o -o src/inspectrum  -Wl,-rpath,/usr/local/lib/qt6:/usr/local/lib:  /usr/local/lib/qt6/libQt6Widgets.so.6.11.1  /usr/local/lib/qt6/libQt6Concurrent.so.6.11.1  /usr/local/lib/libfftw3f.so  /usr/local/lib/libliquid.so  /usr/local/lib/qt6/libQt6Gui.so.6.11.1  /usr/local/lib/libGLX.so  /usr/local/lib/libOpenGL.so  /usr/local/lib/qt6/libQt6Core.so.6.11.1  -pthread  -Wl,-rpath-link,/usr/local/lib/qt6 && :
ld: error: undefined reference: dotprod_rrrf_copy
>>> referenced by /usr/local/lib/libliquid.so (disallowed by --no-allow-shlib-undefined)

ld: error: undefined reference: dotprod_crcf_copy
>>> referenced by /usr/local/lib/libliquid.so (disallowed by --no-allow-shlib-undefined)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
DeltaFile
+36-6comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__rrrf.av.c
+35-5comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__crcf.av.c
+1-0comms/liquid-dsp/Makefile
+72-113 files

FreeBSD/ports 48129a7devel/objfw/files patch-src_runtime_lookup-asm_lookup-asm-powerpc64-elf.S patch-src_runtime_tagged-pointer.m

devel/objfw: replace powerpc64* fix with upstream version
DeltaFile
+15-0devel/objfw/files/patch-src_runtime_tagged-pointer.m
+0-13devel/objfw/files/patch-src_runtime_lookup-asm_lookup-asm-powerpc64-elf.S
+15-132 files

NetBSD/pkgsrc l2zLVfBaudio/ardour Makefile, audio/audacity Makefile

   *: recursive bump for lv2 bl3.mk file change
VersionDeltaFile
1.35+2-2audio/suil/buildlink3.mk
1.47+2-2audio/suil/Makefile
1.87+2-2audio/mixxx/Makefile
1.37+2-2audio/lv2/buildlink3.mk
1.172+2-2audio/audacity/Makefile
1.111+2-2audio/ardour/Makefile
+12-125 files not shown
+22-2011 files

NetBSD/pkgsrc XWIdCFFdevel/cargo-flamegraph Makefile cargo-depends.mk

   cargo-flamegraph: updated to 0.6.14

   0.6.14
   fix: keep semicolons inside xctrace symbols
VersionDeltaFile
1.2+289-310devel/cargo-flamegraph/distinfo
1.2+95-102devel/cargo-flamegraph/cargo-depends.mk
1.2+2-2devel/cargo-flamegraph/Makefile
+386-4143 files

NetBSD/pkgsrc Y6nK5qXaudio/lilv buildlink3.mk Makefile

   lilv: add libsndfile now that lv2 doesn't pull it in for us

   Bump PKGREVISION for lv2 change.
VersionDeltaFile
1.58+3-2audio/lilv/Makefile
1.30+2-2audio/lilv/buildlink3.mk
+5-42 files

NetBSD/pkgsrc 7pGlCEkaudio/lv2 buildlink3.mk Makefile

   lv2: make gtk2 dependency optional, default on

   add libsamplerate dependency, add new plugin to PLIST

   Remove bl3.mk includes from bl3.mk, this is a header-only library.

   Bump PKGREVISION.
VersionDeltaFile
1.7+12-3audio/lv2/options.mk
1.53+3-6audio/lv2/Makefile
1.7+7-2audio/lv2/PLIST
1.36+1-5audio/lv2/buildlink3.mk
+23-164 files

LLVM/project c366d93llvm/lib/Target/AMDGPU AMDGPURewriteOutArguments.cpp, llvm/test/CodeGen/AMDGPU rewrite-out-arguments-2.ll

[AMDGPU] Account for aliasing reads in RewriteOutArguments (#209908)

Fix AMDGPURewriteOutArguments incorrectly moving an out-argument store
past a potentially aliasing read.

Use the full ModRef result when scanning intervening memory accesses, so
the rewrite is rejected for both reads and writes that may access the
out-argument location.

Fixes #207969.
DeltaFile
+43-21llvm/test/CodeGen/AMDGPU/rewrite-out-arguments-2.ll
+2-3llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
+45-242 files

FreeBSD/ports de5c054sysutils/stackit Makefile distinfo

sysutils/stackit: Update 0.68.0 => 0.70.0

Changelogs:
https://github.com/stackitcloud/stackit-cli/releases/tag/v0.69.0
https://github.com/stackitcloud/stackit-cli/releases/tag/v0.70.0

PR:             297473
Sponsored by:   UNIS Labs
DeltaFile
+5-5sysutils/stackit/distinfo
+1-1sysutils/stackit/Makefile
+6-62 files

LLVM/project 22a9911libcxx/src/support new.ipp

[libc++][NFC] Format new.ipp (#215792)

`.ipp` files aren't checked by the formatting CI, so this wasn't
noticed originally.
DeltaFile
+22-22libcxx/src/support/new.ipp
+22-221 files