This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e157d3d2a7 Initialize variable and silence potentially uninitialized warning. new afca04ace5 [OPENMP][DEBUG] Generate second function with correct arg types.
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 | 18 +- lib/CodeGen/CGStmtOpenMP.cpp | 203 ++- test/OpenMP/parallel_codegen.cpp | 4 +- test/OpenMP/target_codegen.cpp | 283 ++-- test/OpenMP/target_codegen_global_capture.cpp | 143 +- test/OpenMP/target_data_codegen.cpp | 51 +- test/OpenMP/target_data_use_device_ptr_codegen.cpp | 113 +- test/OpenMP/target_enter_data_codegen.cpp | 51 +- test/OpenMP/target_exit_data_codegen.cpp | 51 +- test/OpenMP/target_firstprivate_codegen.cpp | 160 +- test/OpenMP/target_is_device_ptr_codegen.cpp | 112 +- test/OpenMP/target_map_codegen.cpp | 1600 ++++++++++---------- test/OpenMP/target_parallel_codegen.cpp | 186 +-- test/OpenMP/target_teams_codegen.cpp | 186 +-- test/OpenMP/target_update_codegen.cpp | 53 +- 15 files changed, 1698 insertions(+), 1516 deletions(-)