This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d407903 [OpenMP] Update target codegen for NVPTX device. new 72e537a CodeGen: plumb header search down to the IAS new da5ef96 [OpenMP] Add fields for flags in the offload entry descriptor.
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/CodeGen/BackendUtil.h | 4 +- lib/CodeGen/BackendUtil.cpp | 30 ++++++++++---- lib/CodeGen/CGOpenMPRuntime.cpp | 23 ++++++++--- lib/CodeGen/CGOpenMPRuntime.h | 36 +++++++++------- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 2 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 4 +- lib/CodeGen/CodeGenAction.cpp | 16 ++++---- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 9 ++-- test/CodeGen/include/function.x | 1 + test/CodeGen/include/module.x | 1 + test/CodeGen/inline-asm-inclusion.c | 10 +++++ test/OpenMP/target_codegen.cpp | 4 +- test/OpenMP/target_codegen_registration.cpp | 52 ++++++++++++------------ 13 files changed, 122 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/include/function.x create mode 100644 test/CodeGen/include/module.x create mode 100644 test/CodeGen/inline-asm-inclusion.c