This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a9421e2a45 [X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builti [...] new ce50a95999 [OPENMP][DEBUG] Set proper address space info if required by [...] new 89be37b467 Restore previous structure ABI behavior for bit-fields with [...]
The 2 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: include/clang/Basic/Attr.td | 8 ++ include/clang/Basic/DiagnosticSemaKinds.td | 3 + include/clang/Sema/Sema.h | 5 ++ lib/CodeGen/CGOpenMPRuntime.cpp | 6 ++ lib/CodeGen/CGOpenMPRuntime.h | 17 ++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 78 ++++++++++++++++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 20 +++++ lib/CodeGen/CGStmtOpenMP.cpp | 46 ++++++++--- lib/Sema/SemaDeclAttr.cpp | 28 +++++-- lib/Sema/SemaExpr.cpp | 2 + lib/Sema/SemaOpenMP.cpp | 33 ++++++++ test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 70 ++++++++-------- test/OpenMP/target_parallel_debug_codegen.cpp | 97 +++++++++++++++++++++++ test/Sema/struct-packed-align.c | 14 +++- 14 files changed, 370 insertions(+), 57 deletions(-) create mode 100644 test/OpenMP/target_parallel_debug_codegen.cpp