LLVM/project 78498c2clang-tools-extra/docs/clang-tidy/checks/bugprone use-after-move.md use-after-move.rst

Fix build failure in test

Created using spr 1.3.7
DeltaFile
+0-349clang-tools-extra/docs/clang-tidy/checks/bugprone/unchecked-optional-access.rst
+326-0clang-tools-extra/docs/clang-tidy/checks/bugprone/unchecked-optional-access.md
+305-0clang-tools-extra/docs/clang-tidy/checks/bugprone/tagged-union-member-count.md
+0-303clang-tools-extra/docs/clang-tidy/checks/bugprone/tagged-union-member-count.rst
+0-281clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
+271-0clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.md
+902-933391 files not shown
+6,355-4,124397 files

LLVM/project e80a5e6llvm/include/llvm/Frontend/OpenMP OMPDescriptors.h.inc, llvm/lib/Frontend/OpenMP OMPDescriptors.inc

format-off
DeltaFile
+2-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+2-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h.inc
+4-02 files

LLVM/project 7f09203llvm/unittests/CodeGen RegisterPressureTest.cpp

Add missing include + newline
DeltaFile
+2-1llvm/unittests/CodeGen/RegisterPressureTest.cpp
+2-11 files

LLVM/project cff4ca2libc/src/stdio CMakeLists.txt tmpfile.h, libc/src/stdio/linux CMakeLists.txt tmpfile.cpp

[libc] Implement tmpfile and corresponding tests (#213396)

Closes issue #191281.
DeltaFile
+46-0libc/test/src/stdio/tmpfile_test.cpp
+41-0libc/src/stdio/linux/tmpfile.cpp
+26-0libc/src/stdio/tmpfile.h
+16-0libc/src/stdio/linux/CMakeLists.txt
+15-0libc/test/src/stdio/CMakeLists.txt
+7-0libc/src/stdio/CMakeLists.txt
+151-05 files not shown
+163-011 files

LLVM/project 6c5757cllvm/lib/Target/NVPTX NVPTXPassRegistry.def NVPTXTargetMachine.cpp

[NVPTX] Add NewPM boilerplate to NVPTXLowerAggrCopies (#215326)
DeltaFile
+44-33llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
+0-23llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h
+8-1llvm/lib/Target/NVPTX/NVPTX.h
+2-3llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
+1-0llvm/lib/Target/NVPTX/NVPTXPassRegistry.def
+55-605 files

LLVM/project 9285738flang/lib/Lower/OpenMP OpenMP.cpp

[flang] fix unused variable (NFC) (#215635)
DeltaFile
+1-1flang/lib/Lower/OpenMP/OpenMP.cpp
+1-11 files

LLVM/project 177b3a7libc/src/math ceilf128.h, libc/utils/MPFRWrapper MPCommon.h

udpate guards
DeltaFile
+2-2libc/src/math/ceilf128.h
+1-1libc/utils/MPFRWrapper/MPCommon.h
+3-32 files

LLVM/project a30bb4dllvm/lib/CodeGen Rematerializer.cpp, llvm/unittests/CodeGen RematerializerTest.cpp

[CodeGen] Delete empty sub-ranges after refinement of rematerializations (#215632)

Rematerializing registers which have uses of undefined lanes can yield
empty sub-ranges during refinement of the rematerialized register's live
interval. These are only allowed to temporarily exist and should be
removed before extending the interval to new indices.
DeltaFile
+30-0llvm/unittests/CodeGen/RematerializerTest.cpp
+2-0llvm/lib/CodeGen/Rematerializer.cpp
+32-02 files

LLVM/project 495cb64clang/test/CodeGenHLSL/builtins InterlockedOr-SPIRV-scope.hlsl, llvm/test/CodeGen/SPIRV/hlsl-intrinsics InterlockedOr-scope.ll

Add spirv backend registration guard to syncscope test (#215634)

This PR is just a hotfix for a test that assumed the spirv backend was
registered, introduced here:
https://github.com/llvm/llvm-project/pull/214592
Now we add a guard, so the test will be unsupported and not raise errors
on machines that don't have that backend registered.
Also improves a check pattern that could mismatch unintentionally.
DeltaFile
+20-0llvm/test/CodeGen/SPIRV/hlsl-intrinsics/InterlockedOr-scope.ll
+0-17clang/test/CodeGenHLSL/builtins/InterlockedOr-SPIRV-scope.hlsl
+20-172 files

LLVM/project c076923flang/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,370-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+0-791flang/lib/Semantics/openmp-modifiers.cpp
+138-111flang/include/flang/Semantics/openmp-modifiers.h
+125-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h
+116-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h.inc
+80-0llvm/lib/Frontend/OpenMP/OMPDescriptors.cpp
+2,829-90213 files not shown
+2,869-98319 files

LLVM/project 3ff8c3alibc/src/math/generic ceilf128.cpp

update guard
DeltaFile
+2-2libc/src/math/generic/ceilf128.cpp
+2-21 files

LLVM/project 62ab0f4libc/test/shared CMakeLists.txt

nit
DeltaFile
+56-56libc/test/shared/CMakeLists.txt
+56-561 files

LLVM/project 1112238libc/test/shared CMakeLists.txt

nit
DeltaFile
+866-866libc/test/shared/CMakeLists.txt
+866-8661 files

LLVM/project c4f7c77llvm/include/llvm-c/CAS PluginAPI_functions.h, llvm/include/llvm/CAS ObjectStore.h

add plugin CAS impl

Created using spr 1.3.7
DeltaFile
+51-0llvm/lib/CAS/PluginCAS.cpp
+36-0llvm/tools/libCASPluginTest/libCASPluginTest.cpp
+23-0llvm/include/llvm-c/CAS/PluginAPI_functions.h
+11-11llvm/include/llvm/CAS/ObjectStore.h
+5-0llvm/lib/CAS/PluginAPI.h
+2-0llvm/tools/libCASPluginTest/libCASPluginTest.exports
+128-112 files not shown
+131-128 files

LLVM/project fa06feelibc/test/src/math ceilf128_test.cpp

nit
DeltaFile
+1-1libc/test/src/math/ceilf128_test.cpp
+1-11 files

LLVM/project 024b229libc/src/math ceilf128.h, libc/src/math/generic ceilf128.cpp

nits
DeltaFile
+4-2libc/src/math/ceilf128.h
+1-1libc/test/src/math/smoke/ceilf128_test.cpp
+1-1libc/src/math/generic/ceilf128.cpp
+6-43 files

LLVM/project 4afeceelibc/src/__support/math ceilf128.h

nit
DeltaFile
+2-0libc/src/__support/math/ceilf128.h
+2-01 files

LLVM/project fb300eclibc/src/__support/math ceilf128.h, libc/src/math/generic ceilf128.cpp

structured and applied suggestions
DeltaFile
+1-12libc/src/__support/math/ceilf128.h
+3-9libc/src/math/generic/ceilf128.cpp
+4-2libc/test/shared/shared_math_constexpr_test.cpp
+0-3libc/test/src/math/smoke/ceilf128_test.cpp
+0-3libc/test/src/math/ceilf128_test.cpp
+1-1libc/utils/MPFRWrapper/CMakeLists.txt
+9-305 files not shown
+10-3611 files

LLVM/project be64936libc/src/__support/math CMakeLists.txt ceilf128.h

test
DeltaFile
+10-1libc/src/__support/math/ceilf128.h
+1-0libc/src/__support/math/CMakeLists.txt
+11-12 files

LLVM/project 5895177libc/src/__support/math ceilf128.h, libc/src/math/generic CMakeLists.txt ceilf128.cpp

test
DeltaFile
+7-0libc/src/math/generic/ceilf128.cpp
+2-2libc/src/__support/math/ceilf128.h
+1-0libc/src/math/generic/CMakeLists.txt
+10-23 files

LLVM/project 40ca666libc/utils/MPFRWrapper MPCommon.h

guard for LD
DeltaFile
+1-1libc/utils/MPFRWrapper/MPCommon.h
+1-11 files

LLVM/project 162ac61libc/test/shared shared_math_constexpr_test.cpp, libc/test/src/math/smoke ceilf128_test.cpp

chore: format
DeltaFile
+5-5libc/utils/MPFRWrapper/MPFRUtils.cpp
+4-4libc/utils/MPFRWrapper/MPCommon.h
+2-3libc/test/shared/shared_math_constexpr_test.cpp
+1-1libc/utils/MPFRWrapper/MPCommon.cpp
+1-1libc/test/src/math/smoke/ceilf128_test.cpp
+13-145 files

LLVM/project a8ec67blibc/shared/math ceilf128.h, libc/src/__support/math ceilf128.h

formatting
DeltaFile
+2-2libc/test/shared/shared_math_test.cpp
+1-1libc/test/src/math/ceilf128_test.cpp
+1-1libc/src/math/generic/ceilf128.cpp
+1-1libc/src/math/ceilf128.h
+1-1libc/src/__support/math/ceilf128.h
+1-1libc/shared/math/ceilf128.h
+7-76 files

LLVM/project 2346f60libc/utils/MPFRWrapper MPCommon.h

add template for Float128 separately
DeltaFile
+12-1libc/utils/MPFRWrapper/MPCommon.h
+12-11 files

LLVM/project 9f694e8libc/utils/MPFRWrapper MPCommon.h

non-native mpfr_get_float128
DeltaFile
+5-0libc/utils/MPFRWrapper/MPCommon.h
+5-01 files

LLVM/project 15631a3libc/utils/MPFRWrapper MPCommon.cpp CMakeLists.txt

test mpfr_get_float128
DeltaFile
+61-61libc/utils/MPFRWrapper/CMakeLists.txt
+1-1libc/utils/MPFRWrapper/MPCommon.cpp
+62-622 files

LLVM/project 23e8c2flibc/utils/MPFRWrapper MPCommon.h

nit
DeltaFile
+1-1libc/utils/MPFRWrapper/MPCommon.h
+1-11 files

LLVM/project ba3ffd9libc/utils/MPFRWrapper MPFRUtils.cpp

nit
DeltaFile
+13-0libc/utils/MPFRWrapper/MPFRUtils.cpp
+13-01 files

LLVM/project 7bd38adlibc/utils/MPFRWrapper MPCommon.h

nit
DeltaFile
+1-1libc/utils/MPFRWrapper/MPCommon.h
+1-11 files

LLVM/project b19b3eclibc/utils/MPFRWrapper MPCommon.h

nits
DeltaFile
+1-1libc/utils/MPFRWrapper/MPCommon.h
+1-11 files