This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad1dc6bdd2 [Test] Fix test file for C++98 mode new ebb3b3ca30 [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg intrinsics
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: include/clang/Basic/BuiltinsAArch64.def | 2 + lib/CodeGen/CGBuiltin.cpp | 37 +++++++++ lib/Headers/intrin.h | 2 + lib/Sema/SemaChecking.cpp | 7 ++ test/CodeGen/arm64-microsoft-status-reg.cpp | 117 ++++++++++++++++++++++++++++ test/Sema/builtins-microsoft-arm64.c | 6 ++ 6 files changed, 171 insertions(+) create mode 100644 test/CodeGen/arm64-microsoft-status-reg.cpp