This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0ba6400caf [OpenMP] Make OpenMP generated code for the NVIDIA device re [...] new ef2aa4f145 [AArch64] Ignore stdcall and similar on aarch64/windows new 8d6e5d9647 [OpenMP] Prevent emission of exception handling code when us [...]
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: lib/Basic/Targets/AArch64.cpp | 17 +++++++++++++++++ lib/Basic/Targets/AArch64.h | 2 ++ lib/Frontend/CompilerInvocation.cpp | 7 +++++++ test/OpenMP/target_parallel_no_exceptions.cpp | 18 ++++++++++++++++++ test/Parser/arm-windows-calling-convention-handling.c | 1 + 5 files changed, 45 insertions(+) create mode 100644 test/OpenMP/target_parallel_no_exceptions.cpp