LLVM/project 4476360flang/test/Lower const-arg-glob.f90

[flang][NFC] Separated test for --enable-constant-argument-globalisation (#178350)

The test for --enable-constant-argument-globalisation was added to
existing lowering test as part of
https://github.com/llvm/llvm-project/commit/de528ffb17ebce96e0bc4dde1749146c41ca1d0d

Decouple this test from the other lowering tests to ease conversion to
HLFIR lowering.

Co-authored-by: Jean Perier <jperier at nvidia.com>

Co-authored-by: Jean Perier <jperier at nvidia.com>
DeltaFile
+13-0flang/test/Lower/const-arg-glob.f90
+13-01 files

FreeBSD/src 0cca627sys/dev/acpica acpi.c

acpi: Use AcpiGbl_FACS even on ACPI_REDUCED_HARDWARE

This has been possible since ACPICA 20240827, and is actually
a requirement to get out of S3 on ACPI_REDUCED_HARDWARE (that said, we
don't implement S3 on arm64 yet).

Relevant ACPICA commit:
https://github.com/acpica/acpica/commit/79cd933e7b370e8d3fb490bf36ca5d111a12f96a.

Reviewed by:    obiwac
MFC after:      2 weeks
MFC to:         stable/15
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54625
DeltaFile
+0-2sys/dev/acpica/acpi.c
+0-21 files

FreeBSD/src 526c09asys/dev/acpica acpi.c

acpi: Use only AcpiGetSleepTypeData() to determine Sx support

Previously, we would first call AcpiEvaluateObject() to execute \_Sx
before calling AcpiGetSleepTypeData().  This was unnecessary, as
AcpiGetSleepTypeData() performs the same call itself.  While doing so,
the latter function logs any other error than AE_NOT_FOUND (which
indicates that a particular sleep state is not supported), which most
probably is an added benefit of this change.

Reviewed by:    obiwac
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54624
DeltaFile
+5-5sys/dev/acpica/acpi.c
+5-51 files

FreeBSD/src 149e6c6sys/dev/acpica acpi_spmc.c

acpi_spmc(4): Fix compilation on 32-bit platforms

Fixes:          c5daa5a4c32c ("acpi_spmc: Add system power management controller driver")
Sponsored by:   The FreeBSD Foundation
DeltaFile
+4-1sys/dev/acpica/acpi_spmc.c
+4-11 files

FreeBSD/src a9f7074sys/dev/aic7xxx ahc_pci.c

ahc(4): Fix a warning on i386 compilation

Fixes:          cd036e891a35 ("ahc_pci.c: If bus_dma...")
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1sys/dev/aic7xxx/ahc_pci.c
+1-11 files

FreeBSD/ports a42ee7ewww Makefile, www/surge Makefile pkg-descr

www/surge: Add high-performance download manager

Surge is a TUI/CLI download manager with parallel downloads,
pause/resume, speed graphs, and browser extension support.
DeltaFile
+19-0www/surge/Makefile
+12-0www/surge/pkg-descr
+5-0www/surge/distinfo
+1-0www/Makefile
+37-04 files

NetBSD/pkgsrc-wip b9786a6recordbox distinfo cargo-depends.mk, recordbox/patches patch-meson.build

recordbox: start package

Probably too Linux-specific.
DeltaFile
+1,296-0recordbox/distinfo
+432-0recordbox/cargo-depends.mk
+34-0recordbox/Makefile
+20-0recordbox/DESCR
+13-0recordbox/patches/patch-meson.build
+6-0recordbox/TODO
+1,801-02 files not shown
+1,804-08 files

LLVM/project 51845a5llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 crash-on-out-of-bound-extract.ll

[SLP] Fix crash on extractelement with out-of-bounds index.....Fixes … (#176918)

…The cose modeling logic was attempting to set a bit in APInt for an
out-of-bounds index, causing an assertion failure. This patch ignores
OOB indices as they produce poison- which is already handled.
Fixes #176780  

this is the same test result which produces this bug 

<img width="1600" height="964" alt="image"
src="https://github.com/user-attachments/assets/80593902-9d15-4e18-850b-a558bca8518e"
/>
DeltaFile
+32-0llvm/test/Transforms/SLPVectorizer/X86/crash-on-out-of-bound-extract.ll
+8-1llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+40-12 files

NetBSD/pkgsrc-wip 7e0bfc4py-pandoc PLIST Makefile

py-pandoc: update to version 1.16.2

This also updates the known HOMEPAGE for this package.

Tested on macOS/amd64.
DeltaFile
+3-4py-pandoc/PLIST
+3-3py-pandoc/Makefile
+3-3py-pandoc/distinfo
+9-103 files

LLVM/project 2b00a7allvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

Merge branch 'users/chapuni/cov/single/switch' into users/chapuni/cov/single/trunk
DeltaFile
+47,161-55,379llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+17,188-14,558llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+12,842-18,547llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+11,654-16,786llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+172,469-105,2703,670 files not shown
+558,802-337,9423,676 files

LLVM/project 3a1b1a7llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

Merge branch 'users/chapuni/cov/single/binop-base' into users/chapuni/cov/single/binop
DeltaFile
+47,161-55,379llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+17,188-14,558llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+12,842-18,547llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+11,654-16,786llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+172,469-105,2703,669 files not shown
+558,797-337,9403,675 files

LLVM/project be3b3a9llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

Merge branch 'users/chapuni/cov/single/execskipexists' into users/chapuni/cov/single/binop-base
DeltaFile
+47,161-55,379llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+17,188-14,558llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+12,842-18,547llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+11,654-16,786llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+172,469-105,2703,669 files not shown
+558,797-337,9403,675 files

NetBSD/pkgsrc Jb0NbTUsecurity/p5-GnuPG-Interface options.mk Makefile

   p5-GnuPG-Interface: adapt for gpg binary name change

   Bump PKGREVISION.
VersionDeltaFile
1.8+8-8security/p5-GnuPG-Interface/options.mk
1.43+2-2security/p5-GnuPG-Interface/Makefile
+10-102 files

LLVM/project 062798fclang/lib/CodeGen CoverageMappingGen.cpp

getSwitchImplicitDefaultCounterPair: Flatten expressions.

I believe the original form was already readable in this context,
but I rewrote it to match the requested style.
DeltaFile
+5-2clang/lib/CodeGen/CoverageMappingGen.cpp
+5-21 files

OPNSense/ports dfa40c2opnsense/hostwatch distinfo Makefile.crates

opnsense/hostwatch - upgrade to 1.0.11
DeltaFile
+103-127opnsense/hostwatch/distinfo
+51-63opnsense/hostwatch/Makefile.crates
+1-1opnsense/hostwatch/Makefile
+155-1913 files

LLVM/project cd4ba2fllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

Merge branch 'users/chapuni/cov/single/execskipexists' into users/chapuni/cov/single/switch
DeltaFile
+47,161-55,379llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+17,188-14,558llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+12,842-18,547llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+11,654-16,786llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+172,469-105,2703,680 files not shown
+558,838-338,0393,686 files

NetBSD/pkgsrc 8RhkOWssecurity/keychain/files startkeychain.1

   keychain: update gpg binary name
VersionDeltaFile
1.2+1-1security/keychain/files/startkeychain.1
+1-11 files

LLVM/project 2d33b6dllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

Merge branch 'users/chapuni/cov/single/execskipexists' into users/chapuni/cov/single/if

Conflicts:
        llvm/test/tools/llvm-cov/Inputs/showLineExecutionCounts-single.proftext
        llvm/test/tools/llvm-cov/Inputs/showLineExecutionCounts-single.yaml
DeltaFile
+47,161-55,379llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+17,188-14,558llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+12,842-18,547llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+11,654-16,786llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+172,469-105,2703,680 files not shown
+558,838-338,0363,686 files

NetBSD/pkgsrc Alztb9Wdoc CHANGES-2026

   doc: Updated security/gpgme to 1.24.3nb1
VersionDeltaFile
1.705+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LqHy9dmsecurity/gpgme buildlink3.mk options.mk

   gpgme: adapt for gnupg/gnupg2 binary name change

   Bump PKGREVISION.
VersionDeltaFile
1.36+5-5security/gpgme/buildlink3.mk
1.13+4-4security/gpgme/options.mk
1.127+2-1security/gpgme/Makefile
+11-103 files

LLVM/project b06e786llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

Merge branch 'users/chapuni/cov/single/execskipexists' into users/chapuni/cov/single/loop

Conflicts:
        llvm/test/tools/llvm-cov/Inputs/showLineExecutionCounts-single.proftext
        llvm/test/tools/llvm-cov/Inputs/showLineExecutionCounts-single.yaml
DeltaFile
+47,161-55,379llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+17,188-14,558llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+12,842-18,547llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+11,654-16,786llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+172,469-105,2703,680 files not shown
+558,838-338,0363,686 files

NetBSD/pkgsrc GD9P7Gcdoc CHANGES-2026

   doc: Updated misc/libreoffice to 25.8.4.2nb5
VersionDeltaFile
1.704+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lZNdApBdoc CHANGES-2026

   doc: Updated security/git-secret to 0.5.0nb1
VersionDeltaFile
1.703+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aLOEG2Gsecurity/git-secret Makefile

   git-secret: gnupg2 binary now gpg

   Remove SUBST*, bump PKGREVISION.
VersionDeltaFile
1.2+3-8security/git-secret/Makefile
+3-81 files

LLVM/project 24bf018clang-tools-extra/clang-tidy/performance EnumSizeCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] performance-enum-size should ignore enums within extern "C" (#178233)

Closes [#178114](https://github.com/llvm/llvm-project/issues/178114)
DeltaFile
+16-2clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
+13-1clang-tools-extra/test/clang-tidy/checkers/performance/enum-size.cpp
+7-0clang-tools-extra/docs/ReleaseNotes.rst
+36-33 files

NetBSD/pkgsrc ve1WvPPmisc/libreoffice Makefile

   libreoffice: gnupg2 binary now called gpg

   remove override, bump PKGREVISION.
VersionDeltaFile
1.377+3-4misc/libreoffice/Makefile
+3-41 files

LLVM/project 7ed9563clang/lib/CodeGen CodeGenPGO.cpp CodeGenFunction.h

hasSkipCounter
DeltaFile
+6-8clang/lib/CodeGen/CodeGenPGO.cpp
+1-6clang/lib/CodeGen/CodeGenFunction.h
+1-1clang/lib/CodeGen/CodeGenPGO.h
+8-153 files

LLVM/project 67b217amlir/lib/Conversion/SCFToGPU SCFToGPU.cpp

[MLIR] Apply clang-tidy fixes for readability-container-size-empty in SCFToGPU.cpp (NFC)
DeltaFile
+1-1mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
+1-11 files

LLVM/project ec6b988mlir/lib/Conversion/GPUCommon GPUToLLVMConversion.cpp

[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in GPUToLLVMConversion.cpp (NFC)
DeltaFile
+1-1mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
+1-11 files

LLVM/project fd1b504mlir/lib/Dialect/Shard/Transforms Partition.cpp

[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Partition.cpp (NFC)
DeltaFile
+32-26mlir/lib/Dialect/Shard/Transforms/Partition.cpp
+32-261 files