This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7de2463761 [clang-format] Adds a canonical delimiter to raw string formatting new 59b6576b0e Change memcpy/memove/memset to have dest and source alignmen [...] new d91a0b81e5 [WebAssembly] Add target flags for sign-ext opcodes.
The 2 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: docs/ClangCommandLineReference.rst | 2 + include/clang/Driver/Options.td | 2 + lib/Basic/Targets/WebAssembly.cpp | 9 + lib/Basic/Targets/WebAssembly.h | 5 +- test/CodeGen/2007-11-07-CopyAggregateAlign.c | 2 +- test/CodeGen/2007-11-07-ZeroAggregateAlign.c | 2 +- test/CodeGen/64bit-swiftcall.c | 8 +- test/CodeGen/aarch64-neon-intrinsics.c | 648 ++++++++++---------- test/CodeGen/aarch64-neon-ldst-one.c | 672 ++++++++++----------- test/CodeGen/aarch64-neon-perm.c | 108 ++-- test/CodeGen/aarch64-poly64.c | 24 +- test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 12 +- test/CodeGen/arm-arguments.c | 4 +- test/CodeGen/arm64-be-bitfield.c | 2 +- test/CodeGen/arm_neon_intrinsics.c | 444 +++++++------- test/CodeGen/atomic-arm64.c | 2 +- test/CodeGen/block-byref-aggr.c | 6 +- test/CodeGen/builtin-memfns.c | 10 +- test/CodeGen/c11atomics-ios.c | 30 +- test/CodeGen/c11atomics.c | 32 +- test/CodeGen/compound-literal.c | 4 +- test/CodeGen/le32-vaarg.c | 2 +- test/CodeGen/ms-intrinsics.c | 4 +- test/CodeGen/no-opt-volatile-memcpy.c | 10 +- test/CodeGen/packed-nest-unpacked.c | 10 +- test/CodeGen/packed-structure.c | 6 +- test/CodeGen/partial-reinitialization2.c | 16 +- test/CodeGen/ppc-varargs-struct.c | 2 +- test/CodeGen/ppc64-align-struct.c | 12 +- test/CodeGen/ppc64-soft-float.c | 10 +- test/CodeGen/ppc64le-aggregates.c | 2 +- test/CodeGen/riscv32-abi.c | 6 +- test/CodeGen/riscv64-abi.c | 6 +- test/CodeGen/sparc-vaarg.c | 2 +- test/CodeGen/tbaa-struct.cpp | 10 +- test/CodeGen/volatile.c | 4 +- test/CodeGen/wasm-varargs.c | 4 +- test/CodeGen/windows-swiftcall.c | 8 +- test/CodeGen/x86-atomic-long_double.c | 56 +- test/CodeGen/x86_32-arguments-realign.c | 2 +- test/CodeGen/x86_64-arguments.c | 2 +- test/CodeGen/xcore-abi.c | 4 +- test/CodeGenCXX/alignment.cpp | 14 +- test/CodeGenCXX/assign-construct-memcpy.cpp | 30 +- test/CodeGenCXX/constructor-direct-call.cpp | 4 +- test/CodeGenCXX/copy-constructor-elim.cpp | 2 +- test/CodeGenCXX/copy-constructor-synthesis-2.cpp | 6 +- test/CodeGenCXX/copy-constructor-synthesis.cpp | 4 +- test/CodeGenCXX/cxx0x-delegating-ctors.cpp | 2 +- test/CodeGenCXX/cxx0x-initializer-array.cpp | 2 +- test/CodeGenCXX/cxx11-initializer-array-new.cpp | 2 +- test/CodeGenCXX/cxx1z-lambda-star-this.cpp | 2 +- test/CodeGenCXX/eh.cpp | 8 +- test/CodeGenCXX/float16-declarations.cpp | 2 +- test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 2 +- .../microsoft-abi-virtual-inheritance.cpp | 4 +- test/CodeGenCXX/microsoft-uuidof.cpp | 20 +- test/CodeGenCXX/new-array-init.cpp | 10 +- test/CodeGenCXX/no-opt-volatile-memcpy.cpp | 12 +- test/CodeGenCXX/pod-member-memcpys.cpp | 68 +-- test/CodeGenCXX/pr20897.cpp | 4 +- test/CodeGenCXX/value-init.cpp | 4 +- test/CodeGenCXX/varargs.cpp | 2 +- test/CodeGenObjC/arc-foreach.m | 2 +- test/CodeGenObjC/arc.m | 6 +- test/CodeGenObjC/builtin-memfns.m | 2 +- test/CodeGenObjC/messages-2.m | 4 +- test/CodeGenObjC/stret-1.m | 2 +- test/CodeGenObjCXX/arc-exceptions.mm | 2 +- test/CodeGenOpenCL/amdgcn-automatic-variable.cl | 2 +- test/CodeGenOpenCL/amdgpu-nullptr.cl | 10 +- test/CodeGenOpenCL/partial_initializer.cl | 4 +- test/CodeGenOpenCL/private-array-initialization.cl | 2 +- test/Modules/templates.mm | 4 +- test/OpenMP/atomic_write_codegen.c | 4 +- test/OpenMP/distribute_firstprivate_codegen.cpp | 12 +- test/OpenMP/distribute_lastprivate_codegen.cpp | 16 +- ...istribute_parallel_for_firstprivate_codegen.cpp | 16 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 28 +- ...bute_parallel_for_simd_firstprivate_codegen.cpp | 16 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 28 +- .../distribute_simd_firstprivate_codegen.cpp | 12 +- .../OpenMP/distribute_simd_lastprivate_codegen.cpp | 16 +- test/OpenMP/for_firstprivate_codegen.cpp | 4 +- test/OpenMP/for_lastprivate_codegen.cpp | 4 +- test/OpenMP/for_reduction_codegen.cpp | 36 +- test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 10 +- test/OpenMP/ordered_doacross_codegen.cpp | 4 +- test/OpenMP/parallel_codegen.cpp | 4 +- test/OpenMP/parallel_copyin_codegen.cpp | 12 +- test/OpenMP/parallel_firstprivate_codegen.cpp | 8 +- test/OpenMP/parallel_reduction_codegen.cpp | 24 +- test/OpenMP/sections_firstprivate_codegen.cpp | 4 +- test/OpenMP/sections_lastprivate_codegen.cpp | 2 +- test/OpenMP/sections_reduction_codegen.cpp | 12 +- test/OpenMP/single_codegen.cpp | 2 +- test/OpenMP/single_firstprivate_codegen.cpp | 4 +- test/OpenMP/target_enter_data_depend_codegen.cpp | 28 +- test/OpenMP/target_exit_data_depend_codegen.cpp | 28 +- test/OpenMP/target_firstprivate_codegen.cpp | 16 +- ...arget_teams_distribute_firstprivate_codegen.cpp | 4 +- ...target_teams_distribute_lastprivate_codegen.cpp | 16 +- ...istribute_parallel_for_firstprivate_codegen.cpp | 8 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 16 +- ...bute_parallel_for_simd_firstprivate_codegen.cpp | 8 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 16 +- ..._teams_distribute_simd_firstprivate_codegen.cpp | 4 +- ...t_teams_distribute_simd_lastprivate_codegen.cpp | 16 +- test/OpenMP/target_update_depend_codegen.cpp | 28 +- test/OpenMP/task_codegen.cpp | 4 +- test/OpenMP/task_firstprivate_codegen.cpp | 4 +- test/OpenMP/taskgroup_task_reduction_codegen.cpp | 8 +- test/OpenMP/taskloop_firstprivate_codegen.cpp | 4 +- test/OpenMP/taskloop_lastprivate_codegen.cpp | 16 +- test/OpenMP/taskloop_reduction_codegen.cpp | 4 +- test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 4 +- test/OpenMP/taskloop_simd_lastprivate_codegen.cpp | 16 +- test/OpenMP/taskloop_simd_reduction_codegen.cpp | 4 +- .../teams_distribute_firstprivate_codegen.cpp | 4 +- .../teams_distribute_lastprivate_codegen.cpp | 16 +- ...istribute_parallel_for_firstprivate_codegen.cpp | 8 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 28 +- ...bute_parallel_for_simd_firstprivate_codegen.cpp | 8 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 28 +- .../teams_distribute_simd_firstprivate_codegen.cpp | 4 +- .../teams_distribute_simd_lastprivate_codegen.cpp | 16 +- test/OpenMP/teams_firstprivate_codegen.cpp | 8 +- 127 files changed, 1558 insertions(+), 1542 deletions(-)