This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a25e503459 Recommit r326946 after reducing CallArgList memory footprint new ecef9fa6ef [OPENMP] Codegen for `omp declare target` construct.
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/AST/ASTContext.cpp | 9 +++-- lib/CodeGen/CGDecl.cpp | 5 ++- lib/CodeGen/CGOpenMPRuntime.cpp | 54 +++++++++++++++++++++++++--- lib/CodeGen/CGOpenMPRuntime.h | 20 +++++++++++ lib/CodeGen/CGStmtOpenMP.cpp | 10 ++++++ lib/CodeGen/CodeGenModule.cpp | 12 +++++++ lib/Parse/ParseOpenMP.cpp | 8 ++++- lib/Sema/SemaOpenMP.cpp | 14 +++++--- test/OpenMP/declare_target_codegen.cpp | 66 ++++++++++++++++++++++++++++++++++ 9 files changed, 184 insertions(+), 14 deletions(-) create mode 100644 test/OpenMP/declare_target_codegen.cpp