LLVM/project 17fafb9llvm CMakeLists.txt, mlir/lib/Dialect/SparseTensor/IR/Detail LvlTypeParser.cpp DimLvlMapParser.cpp

use `after`
DeltaFile
+23-0llvm/CMakeLists.txt
+2-0mlir/lib/Dialect/SparseTensor/IR/Detail/LvlTypeParser.cpp
+2-0mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorIterator.cpp
+1-0mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.cpp
+28-04 files

LLVM/project bc75912flang/lib/Lower/OpenMP OpenMP.cpp, flang/test/Lower/OpenMP declare-simd.f90

Add arg-type to declare simd op for language level type information
DeltaFile
+37-8mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+33-0mlir/test/Target/LLVMIR/openmp-declare-simd-aarch64-01.mlir
+31-1flang/lib/Lower/OpenMP/OpenMP.cpp
+23-7flang/test/Lower/OpenMP/declare-simd.f90
+16-0mlir/test/Dialect/OpenMP/ops.mlir
+9-0mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+149-161 files not shown
+151-177 files

LLVM/project e9a62e3mlir/lib/Target/LLVMIR/Dialect/OpenMP OpenMPToLLVMIRTranslation.cpp, mlir/test/Target/LLVMIR openmp-declare-simd-x86.mlir openmp-declare-simd-aarch64-01.mlir

Add support for linear modifier for linear clause in declare simd
DeltaFile
+586-182mlir/test/Target/LLVMIR/openmp-declare-simd-x86.mlir
+42-5mlir/test/Target/LLVMIR/openmp-declare-simd-aarch64-01.mlir
+38-7mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+666-1943 files

LLVM/project f554fcfflang/lib/Lower OpenACC.cpp, flang/lib/Semantics resolve-names.cpp

Revert "[flang][openacc][cuda] Add implicit device attribute for use_device unconditionally" (#187438)

Reverts llvm/llvm-project#186844

This is causing some not yet implemented: lowering symbol to HLFIR
DeltaFile
+32-31flang/lib/Lower/OpenACC.cpp
+13-5flang/lib/Semantics/resolve-names.cpp
+1-1flang/test/Semantics/OpenACC/bug1583.f90
+46-373 files

LLVM/project 4f6c280llvm/include/llvm/Analysis CGSCCPassManager.h SparsePropagation.h, llvm/include/llvm/Support GenericDomTreeConstruction.h

undo #undef
DeltaFile
+0-1llvm/include/llvm/Analysis/CGSCCPassManager.h
+0-1llvm/include/llvm/Analysis/SparsePropagation.h
+0-1llvm/include/llvm/Support/GenericDomTreeConstruction.h
+0-1llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
+0-1llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
+0-1llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Debug.h
+0-6375 files not shown
+0-381381 files

LLVM/project 53f28f4flang/lib/Lower OpenACC.cpp, flang/lib/Semantics resolve-names.cpp

Revert "[flang][openacc][cuda] Add implicit device attribute for use_device u…"

This reverts commit 752ccf718b713e52741c356889cfde1569e3a0f2.
DeltaFile
+32-31flang/lib/Lower/OpenACC.cpp
+13-5flang/lib/Semantics/resolve-names.cpp
+1-1flang/test/Semantics/OpenACC/bug1583.f90
+46-373 files

LLVM/project 3137f9alibc/include stdlib.yaml, libc/src/__support/annex_k abort_handler_s.h CMakeLists.txt

[libc][annex_k] Add abort_handler_s.
DeltaFile
+43-0libc/src/__support/annex_k/abort_handler_s.h
+22-0libc/src/stdlib/abort_handler_s.h
+20-0libc/src/stdlib/abort_handler_s.cpp
+14-2libc/include/stdlib.yaml
+12-0libc/src/__support/annex_k/CMakeLists.txt
+10-0libc/src/stdlib/CMakeLists.txt
+121-25 files not shown
+126-211 files

LLVM/project 1b15d0flibc/config/linux/riscv entrypoints.txt, libc/config/linux/x86_64 entrypoints.txt

[libc][stdlib][annex_k] Add set_constraint_handler_s.
DeltaFile
+28-0libc/src/stdlib/set_constraint_handler_s.cpp
+21-0libc/src/stdlib/set_constraint_handler_s.h
+11-0libc/src/stdlib/CMakeLists.txt
+7-0libc/include/stdlib.yaml
+1-0libc/config/linux/x86_64/entrypoints.txt
+1-0libc/config/linux/riscv/entrypoints.txt
+69-01 files not shown
+70-07 files

LLVM/project 78197e0libc/config/linux/riscv entrypoints.txt, libc/config/linux/x86_64 entrypoints.txt

[libc][stdlib][annex_k] Add ignore_handler_s.
DeltaFile
+22-0libc/src/stdlib/ignore_handler_s.h
+16-0libc/src/stdlib/ignore_handler_s.cpp
+13-0libc/src/stdlib/CMakeLists.txt
+9-0libc/include/stdlib.yaml
+2-1libc/config/linux/x86_64/entrypoints.txt
+1-0libc/config/linux/riscv/entrypoints.txt
+63-12 files not shown
+65-18 files

LLVM/project fffed84libc/src/__support/annex_k libc_constraint_handler.h

fix format
DeltaFile
+1-1libc/src/__support/annex_k/libc_constraint_handler.h
+1-11 files

LLVM/project 316f75elibc/src/__support/annex_k libc_constraint_handler.h CMakeLists.txt

[libc][annex_k] Add libc_constraint_handler.
DeltaFile
+26-0libc/src/__support/annex_k/libc_constraint_handler.h
+9-0libc/src/__support/annex_k/CMakeLists.txt
+35-02 files

LLVM/project d225134libc/src/__support/annex_k constraint_macros.h CMakeLists.txt

[libc][annex_k] Add libc_constraint_handler macros.
DeltaFile
+44-0libc/src/__support/annex_k/constraint_macros.h
+9-0libc/src/__support/annex_k/CMakeLists.txt
+53-02 files

LLVM/project 59cc8b2libc/hdr/types constraint_handler_t.h CMakeLists.txt, libc/include/llvm-libc-types CMakeLists.txt constraint_handler_t.h

address review
DeltaFile
+14-2libc/hdr/types/constraint_handler_t.h
+8-1libc/include/llvm-libc-types/CMakeLists.txt
+0-1libc/hdr/types/CMakeLists.txt
+1-0libc/include/llvm-libc-types/constraint_handler_t.h
+23-44 files

LLVM/project 86f7fa3libc/hdr/types constraint_handler_t.h CMakeLists.txt, libc/include CMakeLists.txt stdlib.yaml

[libc][annex_k] Add constraint_handler_t.
DeltaFile
+21-0libc/include/llvm-libc-types/constraint_handler_t.h
+18-0libc/hdr/types/constraint_handler_t.h
+9-0libc/hdr/types/CMakeLists.txt
+2-0libc/include/llvm-libc-types/CMakeLists.txt
+1-0libc/include/CMakeLists.txt
+1-0libc/include/stdlib.yaml
+52-06 files

LLVM/project 02effcclibc/include/llvm-libc-types CMakeLists.txt

change location
DeltaFile
+1-2libc/include/llvm-libc-types/CMakeLists.txt
+1-21 files

LLVM/project 5560755flang/lib/Semantics resolve-directives.cpp, flang/test/Semantics/OpenACC acc-atomic-validity.f90 acc-wait-validity.f90

[flang][OpenACC] Fix crash on invalid clauses in WAIT and ATOMIC constructs (#187263)

`AccAttributeVisitor` lacked Pre/Post visitors for
`OpenACCWaitConstruct` and `OpenACCAtomicConstruct`, which would lead to
a crash. This commit adds them.

As of AI Usage: Gemini 3 is used for pre-commit reviewing.
Closes #140281
DeltaFile
+30-0flang/lib/Semantics/resolve-directives.cpp
+5-1flang/test/Semantics/OpenACC/acc-atomic-validity.f90
+3-0flang/test/Semantics/OpenACC/acc-wait-validity.f90
+38-13 files

NetBSD/src cjywOansys/arch/vax/include lwp_private.h

   vax __lwp_getprivate_fast: Fix asm constraints.

   r0 is not clobbered; it is the output.  So say so.

   No volatile is needed here, and volatile would be wrong, because
   calls to __lwp_getprivate_fast can be safely deleted if the result is
   not used.

   PR port-vax/60101: vax: __lwp_getprivate_fast() inline asm uses
   GCC-specific register variable pattern, not portable
VersionDeltaFile
1.2+2-2sys/arch/vax/include/lwp_private.h
+2-21 files

LLVM/project 4db2ce4libc/shared/math daddf128.h daddl.h, libc/src/__support/math daddf128.h daddl.h

[libc][math] Refactor dadd family to header-only (#182142)

Closes https://github.com/llvm/llvm-project/issues/182141
DeltaFile
+31-0libc/src/__support/math/daddf128.h
+28-1utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+29-0libc/shared/math/daddf128.h
+25-0libc/src/__support/math/daddl.h
+23-0libc/shared/math/daddl.h
+19-0libc/src/__support/math/CMakeLists.txt
+155-16 files not shown
+169-1212 files

NetBSD/src QX0YGRqsys/arch/vax/vax subr.S

   vax longjmp(9): Fix return value.

   PR port-vax/59308: kernel longjmp(9) fails to make setjmp(9) return 1

   PR port-vax/60102: kernel longjmp(9) on vax reads stack garbage instead
   of returning 1 (patch)
VersionDeltaFile
1.44+2-2sys/arch/vax/vax/subr.S
+2-21 files

LLVM/project 2e67405clang/lib/Headers endian.h

[clang][headers][endian.h] include_next in freestanding (#187380)

Remove the `__STDC_HOSTED__` check to allow us to also include the
platform header instead in freestanding mode 
DeltaFile
+1-1clang/lib/Headers/endian.h
+1-11 files

NetBSD/pkgsrc 7h4xWNxdoc CHANGES-2026

   doc: Updated mail/roundcube to 1.6.14nb1
VersionDeltaFile
1.1791+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KP5Ocuimail/roundcube Makefile

   mail/roundcube: bump PKGREVISION

   Just in case, bump PKGREVISION.
VersionDeltaFile
1.102+2-1mail/roundcube/Makefile
+2-11 files

NetBSD/pkgsrc 8P8EEUdmail/roundcube distinfo

   mail/roundcube: update distinfo

   Accidently, lost patch's checksum.
VersionDeltaFile
1.98+4-1mail/roundcube/distinfo
+4-11 files

LLVM/project 8c1896dclang-tools-extra/clang-tidy/readability ElseAfterReturnCheck.cpp

[clang-tidy][NFC] Compare nodes by pointer instead of by ID in `readability-else-after-return` (#187363)

Node IDs are designed to be stable *across different runs of the
compiler*. This check doesn't need such a strong guarantee, so using
them here introduces unnecessary cost and complexity.
DeltaFile
+10-17clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
+10-171 files

LLVM/project f1c8b9bclang/docs ReleaseNotes.rst, clang/lib/Sema SemaObjC.cpp

[Clang] Fix assertion when __block is used on global variables in C mode (#183988)

I added an extra check in handleBlocksAttr to ensure that illegal Decl
values ​​are not passed to downstream functions.

Fixes #183974
DeltaFile
+6-0clang/lib/Sema/SemaObjC.cpp
+5-0clang/test/Sema/gh183974.c
+1-0clang/docs/ReleaseNotes.rst
+12-03 files

LLVM/project a1f4fe4llvm/lib/Target/AMDGPU GCNSchedStrategy.h GCNSchedStrategy.cpp

GCNTrackers CLI option always takes precedence.
DeltaFile
+5-1llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
+4-1llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
+9-22 files

LLVM/project 4bff866llvm/lib/Target/LoongArch/MCTargetDesc LoongArchAsmBackend.cpp, llvm/test/DebugInfo/LoongArch dwo-no-relocations.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+45-0llvm/test/DebugInfo/LoongArch/dwo-no-relocations.ll
+8-5llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
+53-52 files

LLVM/project 1415a0bllvm/lib/Target/AMDGPU AMDGPUCoExecSchedStrategy.cpp

Formating.
DeltaFile
+3-3llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.cpp
+3-31 files

LLVM/project 35d96fellvm/lib/Target/AMDGPU AMDGPUTargetMachine.cpp, llvm/test/CodeGen/AMDGPU coexec-sched-warning.mir

Add diagnostic with coexec scheduler on unsupported GPU
DeltaFile
+20-0llvm/test/CodeGen/AMDGPU/coexec-sched-warning.mir
+15-1llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+35-12 files

LLVM/project 9e20703llvm/lib/Target/AMDGPU AMDGPUTargetMachine.cpp GCNSubtarget.cpp, llvm/test/CodeGen/AMDGPU amdgpu-workload-type-scheduler-debug.mir

Remove module "workload-type" metadata.
DeltaFile
+0-114llvm/test/CodeGen/AMDGPU/amdgpu-workload-type-scheduler-debug.mir
+10-45llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+1-16llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+11-3llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.cpp
+4-1llvm/lib/Target/AMDGPU/AMDGPUCoExecSchedStrategy.h
+4-0llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
+30-1796 files