This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 06f756bc7e The MinGW linker supports response files new 635dc81659 IR: print value numbers for unnamed function arguments
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/CXX/except/except.spec/p14-ir.cpp | 4 +- test/CodeGen/64bit-swiftcall.c | 124 ++++++++++----------- test/CodeGen/arm-arguments.c | 2 +- test/CodeGen/arm-swiftcall.c | 112 +++++++++---------- test/CodeGen/arm64-arguments.c | 4 +- test/CodeGen/attr-cpuspecific.c | 6 +- test/CodeGen/attr-naked.c | 2 +- test/CodeGen/attr-target-mv-va-args.c | 2 +- test/CodeGen/attr-target-mv.c | 2 +- test/CodeGen/blocks.c | 4 +- test/CodeGen/cfi-check-fail.c | 4 +- test/CodeGen/cfi-check-fail2.c | 2 +- test/CodeGen/long_double_fp128.cpp | 14 +-- test/CodeGen/mingw-long-double.c | 2 +- test/CodeGen/mips-vector-arg.c | 8 +- test/CodeGen/mips64-padding-arg.c | 6 +- test/CodeGen/pass-object-size.c | 16 +-- test/CodeGen/pch-dllexport.cpp | 2 +- test/CodeGen/ppc64-align-struct.c | 2 +- test/CodeGen/ppc64-qpx-vector.c | 2 +- test/CodeGen/ppc64-vector.c | 2 +- test/CodeGen/regcall.c | 12 +- test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c | 2 +- test/CodeGen/riscv32-ilp32d-abi.c | 34 +++--- test/CodeGen/riscv32-ilp32f-ilp32d-abi.c | 32 +++--- test/CodeGen/riscv64-lp64-abi.c | 4 +- test/CodeGen/riscv64-lp64-lp64f-abi.c | 4 +- test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c | 6 +- test/CodeGen/riscv64-lp64d-abi.c | 36 +++--- test/CodeGen/riscv64-lp64f-lp64d-abi.c | 34 +++--- .../sanitize-thread-no-checking-at-run-time.m | 2 +- test/CodeGen/systemz-abi-vector.c | 46 ++++---- test/CodeGen/systemz-abi.c | 4 +- test/CodeGen/systemz-inline-asm.c | 2 +- test/CodeGen/vectorcall.c | 2 +- test/CodeGen/win64-i128.c | 4 +- test/CodeGen/windows-swiftcall.c | 18 +-- test/CodeGen/x86_32-arguments-darwin.c | 16 +-- test/CodeGen/x86_32-arguments-linux.c | 12 +- test/CodeGen/x86_32-arguments-realign.c | 2 +- test/CodeGenCUDA/usual-deallocators.cu | 22 ++-- test/CodeGenCXX/arm-swiftcall.cpp | 2 +- test/CodeGenCXX/attr-cpuspecific.cpp | 2 +- test/CodeGenCXX/attr-target-mv-diff-ns.cpp | 28 ++--- test/CodeGenCXX/attr-target-mv-inalloca.cpp | 10 +- test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 36 +++--- .../CodeGenCXX/attr-target-mv-out-of-line-defs.cpp | 14 +-- test/CodeGenCXX/attr-target-mv-overloads.cpp | 14 +-- test/CodeGenCXX/copy-constructor-synthesis-2.cpp | 2 +- test/CodeGenCXX/copy-constructor-synthesis.cpp | 4 +- test/CodeGenCXX/cxx0x-delegating-ctors.cpp | 2 +- test/CodeGenCXX/dllexport-members.cpp | 92 +++++++-------- test/CodeGenCXX/dllexport.cpp | 4 +- test/CodeGenCXX/dllimport-members.cpp | 76 ++++++------- test/CodeGenCXX/dllimport-runtime-fns.cpp | 4 +- test/CodeGenCXX/exceptions.cpp | 2 +- test/CodeGenCXX/implicit-copy-constructor.cpp | 2 +- test/CodeGenCXX/mangle.cpp | 8 +- test/CodeGenCXX/member-templates.cpp | 4 +- test/CodeGenCXX/microsoft-abi-arg-order.cpp | 2 +- test/CodeGenCXX/microsoft-abi-byval-sret.cpp | 8 +- test/CodeGenCXX/microsoft-abi-byval-thunks.cpp | 6 +- test/CodeGenCXX/microsoft-abi-byval-vararg.cpp | 2 +- test/CodeGenCXX/microsoft-abi-member-pointers.cpp | 6 +- test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 10 +- ...iple-nonvirtual-inheritance-this-adjustment.cpp | 2 +- test/CodeGenCXX/noescape.cpp | 12 +- test/CodeGenCXX/pod-member-memcpys.cpp | 40 +++---- test/CodeGenCXX/regcall.cpp | 4 +- test/CodeGenCXX/runtime-dllstorage.cpp | 2 +- test/CodeGenCXX/static-destructor.cpp | 2 +- test/CodeGenCXX/virtual-bases.cpp | 4 +- test/CodeGenCXX/wasm-eh.cpp | 2 +- test/CodeGenCXX/x86_32-arguments.cpp | 6 +- test/CodeGenCXX/x86_64-arguments.cpp | 14 +-- test/CodeGenCoroutines/coro-await.cpp | 2 +- test/CodeGenCoroutines/coro-gro-nrvo.cpp | 4 +- test/CodeGenCoroutines/coro-params.cpp | 4 +- test/CodeGenObjC/arc-blocks.m | 24 ++-- test/CodeGenObjC/debug-info-blocks.m | 4 +- test/CodeGenObjC/strong-in-c-struct.m | 6 +- test/CodeGenObjC/weak-in-c-struct.m | 2 +- test/CodeGenObjCXX/arc-indirect.mm | 4 +- test/CodeGenObjCXX/arc-mangle.mm | 22 ++-- test/CodeGenObjCXX/implicit-copy-constructor.mm | 2 +- .../CodeGenObjCXX/microsoft-abi-arc-param-order.mm | 2 +- test/CodeGenObjCXX/property-object-reference-2.mm | 4 +- test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl | 8 +- test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 4 +- test/OpenMP/declare_reduction_codegen.c | 48 ++++---- test/OpenMP/declare_reduction_codegen.cpp | 40 +++---- test/OpenMP/for_reduction_codegen.cpp | 8 +- test/OpenMP/for_reduction_codegen_UDR.cpp | 24 ++-- test/OpenMP/function-attr.cpp | 4 +- .../nvptx_target_parallel_reduction_codegen.cpp | 18 +-- test/OpenMP/nvptx_teams_reduction_codegen.cpp | 48 ++++---- test/OpenMP/openmp_offload_registration.cpp | 2 +- test/OpenMP/parallel_reduction_codegen.cpp | 4 +- test/OpenMP/sections_reduction_codegen.cpp | 2 +- test/OpenMP/single_codegen.cpp | 8 +- test/OpenMP/target_codegen_registration.cpp | 2 +- test/OpenMP/target_depend_codegen.cpp | 8 +- test/OpenMP/target_enter_data_depend_codegen.cpp | 8 +- test/OpenMP/target_exit_data_depend_codegen.cpp | 8 +- .../target_parallel_codegen_registration.cpp | 2 +- test/OpenMP/target_parallel_depend_codegen.cpp | 8 +- .../target_parallel_for_codegen_registration.cpp | 2 +- test/OpenMP/target_parallel_for_depend_codegen.cpp | 8 +- ...rget_parallel_for_simd_codegen_registration.cpp | 2 +- .../target_parallel_for_simd_depend_codegen.cpp | 8 +- test/OpenMP/target_simd_codegen_registration.cpp | 2 +- test/OpenMP/target_simd_depend_codegen.cpp | 8 +- test/OpenMP/target_teams_codegen_registration.cpp | 2 +- test/OpenMP/target_teams_depend_codegen.cpp | 8 +- ...arget_teams_distribute_codegen_registration.cpp | 2 +- .../target_teams_distribute_depend_codegen.cpp | 8 +- ...eams_distribute_parallel_for_depend_codegen.cpp | 8 +- ...bute_parallel_for_simd_codegen_registration.cpp | 2 +- ...distribute_parallel_for_simd_depend_codegen.cpp | 8 +- ..._teams_distribute_simd_codegen_registration.cpp | 2 +- ...target_teams_distribute_simd_depend_codegen.cpp | 8 +- test/OpenMP/target_update_depend_codegen.cpp | 8 +- test/OpenMP/task_codegen.cpp | 12 +- test/OpenMP/task_firstprivate_codegen.cpp | 16 +-- test/OpenMP/task_private_codegen.cpp | 16 +-- test/OpenMP/taskgroup_task_reduction_codegen.cpp | 22 ++-- test/OpenMP/taskloop_firstprivate_codegen.cpp | 20 ++-- test/OpenMP/taskloop_lastprivate_codegen.cpp | 20 ++-- test/OpenMP/taskloop_private_codegen.cpp | 20 ++-- test/OpenMP/taskloop_reduction_codegen.cpp | 22 ++-- test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 20 ++-- test/OpenMP/taskloop_simd_lastprivate_codegen.cpp | 20 ++-- test/OpenMP/taskloop_simd_private_codegen.cpp | 20 ++-- test/OpenMP/taskloop_simd_reduction_codegen.cpp | 22 ++-- test/OpenMP/threadprivate_codegen.cpp | 34 +++--- 135 files changed, 864 insertions(+), 864 deletions(-)