This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4df21e70e6 [XRay] Avoid actual linking when testing the driver new bd9a973c97 [OPENMP] Generate implicit map|firstprivate clauses for targ [...]
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 | 89 ++-- lib/CodeGen/CGStmtOpenMP.cpp | 16 + lib/CodeGen/CodeGenFunction.h | 3 + lib/Sema/SemaOpenMP.cpp | 198 +++++++-- test/OpenMP/target_codegen.cpp | 12 +- test/OpenMP/target_firstprivate_codegen.cpp | 2 +- test/OpenMP/target_map_codegen.cpp | 462 ++++----------------- test/OpenMP/target_map_messages.cpp | 66 +++ test/OpenMP/target_parallel_codegen.cpp | 8 +- test/OpenMP/target_teams_codegen.cpp | 8 +- ...ams_distribute_parallel_for_shared_messages.cpp | 2 +- ...istribute_parallel_for_simd_shared_messages.cpp | 2 +- test/OpenMP/teams_distribute_shared_messages.cpp | 2 +- .../teams_distribute_simd_shared_messages.cpp | 2 +- test/OpenMP/teams_shared_messages.cpp | 2 +- 15 files changed, 402 insertions(+), 472 deletions(-)