This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6b544e2d0d Add support for dumping AST comment nodes to JSON. new 1353fe814c [OPENMP][NVPTX]Mark more functions as always_inline for bett [...]
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/CGOpenMPRuntime.cpp | 16 ++- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 19 ++- .../declare_target_codegen_globalization.cpp | 2 +- test/OpenMP/for_reduction_codegen_UDR.cpp | 155 +++++++++++++-------- test/OpenMP/nvptx_allocate_codegen.cpp | 2 +- test/OpenMP/nvptx_data_sharing.cpp | 2 +- ...tx_distribute_parallel_generic_mode_codegen.cpp | 17 ++- test/OpenMP/nvptx_lambda_capturing.cpp | 30 ++-- test/OpenMP/nvptx_parallel_codegen.cpp | 6 +- test/OpenMP/nvptx_parallel_for_codegen.cpp | 2 +- test/OpenMP/nvptx_target_codegen.cpp | 6 +- test/OpenMP/nvptx_target_parallel_codegen.cpp | 6 +- .../nvptx_target_parallel_num_threads_codegen.cpp | 6 +- test/OpenMP/nvptx_target_teams_codegen.cpp | 37 +++-- .../nvptx_target_teams_distribute_codegen.cpp | 43 +++--- ...arget_teams_distribute_parallel_for_codegen.cpp | 35 +++-- ...istribute_parallel_for_generic_mode_codegen.cpp | 4 +- ..._teams_distribute_parallel_for_simd_codegen.cpp | 22 ++- .../nvptx_target_teams_distribute_simd_codegen.cpp | 12 +- test/OpenMP/nvptx_teams_codegen.cpp | 48 +++---- test/OpenMP/nvptx_teams_reduction_codegen.cpp | 16 ++- test/OpenMP/taskloop_reduction_codegen.cpp | 11 +- test/OpenMP/taskloop_simd_reduction_codegen.cpp | 11 +- 23 files changed, 305 insertions(+), 203 deletions(-)