This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2e52b0f PR9551: Implement DR1004 (http://wg21.link/cwg1004). new 5006cc1 [OpenMP] Codegen for the 'target parallel' directive on the N [...]
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 | 207 ++++++++++++++++++++++++-- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 60 ++++++++ test/OpenMP/nvptx_target_codegen.cpp | 32 ++-- test/OpenMP/nvptx_target_parallel_codegen.cpp | 136 +++++++++++++++++ 4 files changed, 414 insertions(+), 21 deletions(-) create mode 100644 test/OpenMP/nvptx_target_parallel_codegen.cpp