This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 04faf09089 Revert "Reland "CFI: blacklist STL allocate() from unrelated [...] new 0980666466 Reland "CFI: blacklist STL allocate() from unrelated-casts" new 3ae5f4e75b Revert "[OPENMP] Fix for pacify buildbots, NFC." new 91be796f6d Revert "[OPENMP][DEBUG] Set proper address space info if req [...]
The 3 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/Sema/Sema.h | 5 -- lib/CodeGen/CGOpenMPRuntime.h | 27 ------- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 79 ------------------ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 26 ------ lib/CodeGen/CGStmtOpenMP.cpp | 49 +++--------- lib/CodeGen/CodeGenFunction.cpp | 28 +++++++ lib/Sema/SemaExpr.cpp | 2 - lib/Sema/SemaOpenMP.cpp | 33 -------- test/CodeGen/cfi-unrelated-cast.cpp | 37 +++++++++ test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 29 +++---- test/OpenMP/target_parallel_debug_codegen.cpp | 97 ----------------------- 12 files changed, 91 insertions(+), 329 deletions(-) create mode 100644 test/CodeGen/cfi-unrelated-cast.cpp delete mode 100644 test/OpenMP/target_parallel_debug_codegen.cpp