This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d9219a222c Add target triples to openmp-offload-gpu.c new 20f8dd07c7 [OpenMP] Add implicit data sharing support when offloading t [...]
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/CGOpenMPRuntimeNVPTX.cpp | 194 +++++++++++++++++++++++++---- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 11 ++ test/OpenMP/nvptx_data_sharing.cpp | 52 ++++++++ test/OpenMP/nvptx_parallel_codegen.cpp | 22 ++-- test/OpenMP/nvptx_target_teams_codegen.cpp | 4 +- 5 files changed, 247 insertions(+), 36 deletions(-) create mode 100644 test/OpenMP/nvptx_data_sharing.cpp