This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1f8778c [AST] Don't use make_pointee_iterator in VTableBuilder. new 8001a78 Implement MS read/write barriers and __faststorefence intrinsic
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 | 4 ++++ include/clang/Basic/BuiltinsX86_64.def | 3 +++ lib/CodeGen/CGBuiltin.cpp | 11 ++++++++++ lib/Headers/intrin.h | 39 ++++++++-------------------------- test/CodeGen/ms-barriers-intrinsics.c | 39 ++++++++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/ms-barriers-intrinsics.c