This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5fcb821 Revert r295319 while investigating buildbot failure. new 9ec3c80 [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 | 1009 ++++++++++++++++++++ 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, 1940 insertions(+), 35 deletions(-) create mode 100644 test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp