This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 668d6ffa85 In stdbool.h, define bool, false, true only in gnu++98 new 984e4561c9 [OPENMP] Initial codegen for `target teams distribute` directive.
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: include/clang/Sema/Sema.h | 4 + lib/Basic/OpenMPKinds.cpp | 2 +- lib/CodeGen/CGOpenMPRuntime.cpp | 4 + lib/CodeGen/CGStmtOpenMP.cpp | 56 ++++++++-- lib/CodeGen/CodeGenFunction.h | 12 ++- lib/Sema/SemaExpr.cpp | 2 +- lib/Sema/SemaOpenMP.cpp | 32 +++++- test/OpenMP/target_teams_codegen.cpp | 16 +-- ...gen.cpp => target_teams_distribute_codegen.cpp} | 115 ++++++++++----------- ...rget_teams_distribute_codegen_registration.cpp} | 22 ++-- ...ams_distribute_codegen_registration_naming.cpp} | 6 +- ...> target_teams_distribute_collapse_codegen.cpp} | 17 ++- ...get_teams_distribute_dist_schedule_codegen.cpp} | 33 +++--- ...rget_teams_distribute_firstprivate_codegen.cpp} | 32 +++--- ...arget_teams_distribute_lastprivate_codegen.cpp} | 91 +++++++++------- ...=> target_teams_distribute_private_codegen.cpp} | 15 ++- ... target_teams_distribute_reduction_codegen.cpp} | 60 ++++++----- 17 files changed, 292 insertions(+), 227 deletions(-) copy test/OpenMP/{target_teams_codegen.cpp => target_teams_distribute_codegen.cpp} (92%) copy test/OpenMP/{target_parallel_for_codegen_registration.cpp => target_teams_dis [...] copy test/OpenMP/{target_simd_codegen_registration_naming.cpp => target_teams_dist [...] copy test/OpenMP/{teams_distribute_collapse_codegen.cpp => target_teams_distribute [...] copy test/OpenMP/{teams_distribute_dist_schedule_codegen.cpp => target_teams_distr [...] copy test/OpenMP/{teams_distribute_firstprivate_codegen.cpp => target_teams_distri [...] copy test/OpenMP/{teams_distribute_simd_lastprivate_codegen.cpp => target_teams_di [...] copy test/OpenMP/{teams_distribute_private_codegen.cpp => target_teams_distribute_ [...] copy test/OpenMP/{teams_distribute_simd_reduction_codegen.cpp => target_teams_dist [...]