This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f4fb4ed5a4 [libFuzzer] Port to Windows new d9c61e0b62 [OPENMP][NVPTX] Add support for lightweight runtime.
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 | 369 ++++++++++++++++++--- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 1 + .../declare_target_codegen_globalization.cpp | 16 +- test/OpenMP/nvptx_SPMD_codegen.cpp | 328 ++++++++++++++++++ test/OpenMP/nvptx_target_codegen.cpp | 18 +- test/OpenMP/nvptx_target_parallel_codegen.cpp | 4 +- .../nvptx_target_parallel_proc_bind_codegen.cpp | 6 +- .../nvptx_target_parallel_reduction_codegen.cpp | 6 +- test/OpenMP/nvptx_target_teams_codegen.cpp | 6 +- ...arget_teams_distribute_parallel_for_codegen.cpp | 36 +- ..._teams_distribute_parallel_for_simd_codegen.cpp | 32 +- 11 files changed, 720 insertions(+), 102 deletions(-) create mode 100644 test/OpenMP/nvptx_SPMD_codegen.cpp