This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6b7f22d [OpenCL][Doc] Added OpenCL vendor extension description to us [...] new 25ea8b2 [OpenMP] Parallel reduction on the NVPTX device.
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 | 31 +- lib/CodeGen/CGOpenMPRuntime.h | 36 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1008 ++++++++++++++++++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 33 +- lib/CodeGen/CGStmtOpenMP.cpp | 32 +- lib/CodeGen/CodeGenFunction.h | 4 +- .../nvptx_target_parallel_reduction_codegen.cpp | 830 ++++++++++++++++ 7 files changed, 1939 insertions(+), 35 deletions(-) create mode 100644 test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp