This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 18ab441 fix _BitScan intrinsics missing header warnings; fix some lin [...] new eb6f208 Add 64-bit MS _Interlocked functions as builtins again
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/BuiltinsARM.def | 9 ++ include/clang/Basic/BuiltinsX86_64.def | 9 ++ lib/CodeGen/CGBuiltin.cpp | 237 +++++++++++++++++++++------------ lib/Headers/intrin.h | 99 +++----------- test/CodeGen/ms-intrinsics.c | 69 ++++++++++ 5 files changed, 259 insertions(+), 164 deletions(-)