This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d585544271 [COFF, ARM64] Implement InterlockedCompareExchange*_* builtins new 508878fb34 [COFF, ARM64] Implement InterlockedOr*_* builtins new 59bf38494b [COFF, ARM64] Implement InterlockedXor*_* builtins new 9e59163a7d Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"
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/BuiltinsAArch64.def | 13 +++++ include/clang/Basic/BuiltinsARM.def | 13 +++++ lib/CodeGen/CGBuiltin.cpp | 42 +++++++++++++++ lib/Headers/intrin.h | 60 +++++---------------- test/CodeGen/ms-intrinsics.c | 96 +++++++++++++++++++++++++++++++++ 5 files changed, 176 insertions(+), 48 deletions(-)