13,100,113 commits found in 5 milliseconds
[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> 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
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
acpi_spmc(4) : Fix compilation on 32-bit platforms
Fixes: c5daa5a4c32c ("acpi_spmc: Add system power management controller driver")
Sponsored by: The FreeBSD Foundation
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
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.
recordbox: start package
Probably too Linux-specific.
LLVM /project 51845a5 — llvm/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 "
/> py-pandoc: update to version 1.16.2
This also updates the known HOMEPAGE for this package.
Tested on macOS/amd64.
LLVM /project 2b00a7a — llvm/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
Delta File +47,161 -55,379 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +52,760 -0 polly/lib/External/isl/include/isl/typed_cpp.h +17,188 -14,558 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +12,842 -18,547 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +30,864 -0 polly/lib/External/isl/include/isl/cpp.h +11,654 -16,786 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +172,469 -105,270 3,670 files not shown +558,802 -337,942 3,676 files
LLVM /project 3a1b1a7 — llvm/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
Delta File +47,161 -55,379 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +52,760 -0 polly/lib/External/isl/include/isl/typed_cpp.h +17,188 -14,558 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +12,842 -18,547 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +30,864 -0 polly/lib/External/isl/include/isl/cpp.h +11,654 -16,786 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +172,469 -105,270 3,669 files not shown +558,797 -337,940 3,675 files
LLVM /project be3b3a9 — llvm/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
Delta File +47,161 -55,379 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +52,760 -0 polly/lib/External/isl/include/isl/typed_cpp.h +17,188 -14,558 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +12,842 -18,547 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +30,864 -0 polly/lib/External/isl/include/isl/cpp.h +11,654 -16,786 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +172,469 -105,270 3,669 files not shown +558,797 -337,940 3,675 files
p5-GnuPG-Interface: adapt for gpg binary name change
Bump PKGREVISION.
getSwitchImplicitDefaultCounterPair: Flatten expressions.
I believe the original form was already readable in this context,
but I rewrote it to match the requested style.
opnsense/hostwatch - upgrade to 1.0.11
LLVM /project cd4ba2f — llvm/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
Delta File +47,161 -55,379 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +52,760 -0 polly/lib/External/isl/include/isl/typed_cpp.h +17,188 -14,558 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +12,842 -18,547 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +30,864 -0 polly/lib/External/isl/include/isl/cpp.h +11,654 -16,786 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +172,469 -105,270 3,680 files not shown +558,838 -338,039 3,686 files
keychain: update gpg binary name
LLVM /project 2d33b6d — llvm/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
Delta File +47,161 -55,379 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +52,760 -0 polly/lib/External/isl/include/isl/typed_cpp.h +17,188 -14,558 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +12,842 -18,547 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +30,864 -0 polly/lib/External/isl/include/isl/cpp.h +11,654 -16,786 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +172,469 -105,270 3,680 files not shown +558,838 -338,036 3,686 files
doc: Updated security/gpgme to 1.24.3nb1
gpgme: adapt for gnupg/gnupg2 binary name change
Bump PKGREVISION.
LLVM /project b06e786 — llvm/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
Delta File +47,161 -55,379 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +52,760 -0 polly/lib/External/isl/include/isl/typed_cpp.h +17,188 -14,558 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +12,842 -18,547 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +30,864 -0 polly/lib/External/isl/include/isl/cpp.h +11,654 -16,786 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +172,469 -105,270 3,680 files not shown +558,838 -338,036 3,686 files
doc: Updated misc/libreoffice to 25.8.4.2nb5
doc: Updated security/git-secret to 0.5.0nb1
git-secret: gnupg2 binary now gpg
Remove SUBST*, bump PKGREVISION.
LLVM /project 24bf018 — clang-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 ) libreoffice: gnupg2 binary now called gpg
remove override, bump PKGREVISION.
hasSkipCounter
[MLIR] Apply clang-tidy fixes for readability-container-size-empty in SCFToGPU.cpp (NFC)
[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in GPUToLLVMConversion.cpp (NFC)
[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Partition.cpp (NFC)