This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ebeb737dbe [Hexagon] Add -ffixed-r19 driver option and translate it to [...] new c6c9776cf9 [OpenMP] Extend NVPTX SPMD implementation of combined constructs new d4d71f532c Attempt to fix cl-include.c on Windows.
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: include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/Options.td | 2 + lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 33 ++---- lib/CodeGen/CGStmtOpenMP.cpp | 2 + lib/Driver/ToolChains/Clang.cpp | 5 + lib/Frontend/CompilerInvocation.cpp | 4 + test/Driver/cl-include.c | 4 +- test/OpenMP/nvptx_target_parallel_codegen.cpp | 14 +-- .../nvptx_target_parallel_num_threads_codegen.cpp | 14 +-- .../nvptx_target_parallel_proc_bind_codegen.cpp | 16 +-- .../nvptx_target_parallel_reduction_codegen.cpp | 10 +- test/OpenMP/nvptx_target_simd_codegen.cpp | 74 +++++++++++++ ...arget_teams_distribute_parallel_for_codegen.cpp | 123 +++++++++++++++++++++ ..._teams_distribute_parallel_for_simd_codegen.cpp | 123 +++++++++++++++++++++ .../nvptx_target_teams_distribute_simd_codegen.cpp | 99 +++++++++++++++++ test/OpenMP/target_parallel_debug_codegen.cpp | 4 +- test/OpenMP/target_parallel_for_debug_codegen.cpp | 4 +- 17 files changed, 478 insertions(+), 54 deletions(-) create mode 100644 test/OpenMP/nvptx_target_simd_codegen.cpp create mode 100644 test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp create mode 100644 test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_cod [...] create mode 100644 test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp