This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 721ebe8 [CUDA] Align kernel launch args correctly when the LLVM type' [...] new 8100fbc Refactor how include paths are appended to the command arguments. new 648e6d9 test/Frontend: Add a test for aarch64 target CPU names. new 028bcee Basic/Targets.cpp: Reformat aarch64 CPU list. new b28136e [OpenMP] Add support for mapping array sections through point [...] new b82333f [OpenMP] Add support to map member expressions with reference [...]
The 5 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/Basic/Targets.cpp | 19 ++- lib/CodeGen/CGOpenMPRuntime.cpp | 40 +++-- lib/CodeGen/CGStmtOpenMP.cpp | 12 +- lib/Driver/Tools.cpp | 87 ++++------- test/Driver/cuda-version-check.cu | 9 ++ test/Frontend/aarch64-target-cpu.c | 14 ++ test/OpenMP/target_map_codegen.cpp | 290 ++++++++++++++++++++++++++++++++++++- 7 files changed, 390 insertions(+), 81 deletions(-) create mode 100644 test/Frontend/aarch64-target-cpu.c