This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ed407c4 [Examples] Fix use of sema.LateParsedTemplateMap in clang/examples. new 7f9e8b9 Implement __emul, __emulu, _mul128 and _umul128 MS 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/BuiltinsX86.def | 3 ++ include/clang/Basic/BuiltinsX86_64.def | 2 + lib/CodeGen/CGBuiltin.cpp | 29 +++++++++---- lib/Headers/intrin.h | 38 +++++------------ test/CodeGen/ms-intrinsics.c | 26 ------------ test/CodeGen/ms-x86-intrinsics.c | 74 ++++++++++++++++++++++++++++++++++ 6 files changed, 110 insertions(+), 62 deletions(-) create mode 100644 test/CodeGen/ms-x86-intrinsics.c