This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f14594e0ca Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessor [...] new d54daf976f [AArch64] Implement Vector Funtion ABI name mangling.
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: lib/CodeGen/CGOpenMPRuntime.cpp | 321 ++++++++++++++++++++- test/OpenMP/Inputs/declare-simd-fix.h | 8 + test/OpenMP/declare_simd_aarch64.c | 190 ++++++++++++ test/OpenMP/declare_simd_aarch64.cpp | 37 +++ test/OpenMP/declare_simd_aarch64_complex.c | 26 ++ test/OpenMP/declare_simd_aarch64_fix.c | 37 +++ test/OpenMP/declare_simd_aarch64_sve.c | 43 +++ test/OpenMP/declare_simd_aarch64_warning_advsimd.c | 16 + test/OpenMP/declare_simd_aarch64_warning_sve.c | 12 + 9 files changed, 687 insertions(+), 3 deletions(-) create mode 100644 test/OpenMP/Inputs/declare-simd-fix.h create mode 100644 test/OpenMP/declare_simd_aarch64.c create mode 100644 test/OpenMP/declare_simd_aarch64.cpp create mode 100644 test/OpenMP/declare_simd_aarch64_complex.c create mode 100644 test/OpenMP/declare_simd_aarch64_fix.c create mode 100644 test/OpenMP/declare_simd_aarch64_sve.c create mode 100644 test/OpenMP/declare_simd_aarch64_warning_advsimd.c create mode 100644 test/OpenMP/declare_simd_aarch64_warning_sve.c