This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aa23c03a84 [clang][OpenMP] Fix another test when using libgomp. new bf77be7a1e [OPENMP]Codegen support for allocate directive on global variables.
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 | 24 ++++++++++++ lib/CodeGen/CGOpenMPRuntime.h | 5 +++ lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 28 ++++++++++++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 5 +++ lib/CodeGen/CodeGenModule.cpp | 5 +++ test/OpenMP/nvptx_allocate_codegen.cpp | 71 ++++++++++++++++++++++++++++++++++ 6 files changed, 138 insertions(+) create mode 100644 test/OpenMP/nvptx_allocate_codegen.cpp