This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4730a1bd73 Store a pointer to the return value in a static alloca and l [...] new 7916376ed0 [OpenMP] Add support for handling declare target to clause w [...]
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/CGDeclCXX.cpp | 2 +- lib/CodeGen/CGExpr.cpp | 19 +++-- lib/CodeGen/CGOpenMPRuntime.cpp | 73 +++++++++++++------- lib/CodeGen/CGOpenMPRuntime.h | 4 +- lib/CodeGen/CodeGenModule.cpp | 14 ++-- test/OpenMP/declare_target_codegen.cpp | 8 +-- test/OpenMP/declare_target_link_codegen.cpp | 18 ++--- ...nvptx_target_requires_unified_shared_memory.cpp | 80 ++++++++++++++-------- 8 files changed, 142 insertions(+), 76 deletions(-)