This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1fe2cedf07 Remove irrelevant references to legacy git repositories from [...] new 7c400363af Revert "Correct the source range returned from preprocessor [...] new 777055562d Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"
The 2 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/Lex/Preprocessor.h | 7 +--- lib/CodeGen/CGBuiltin.cpp | 11 +----- lib/Headers/immintrin.h | 3 +- lib/Headers/intrin.h | 9 +++++ lib/Headers/xsaveintrin.h | 19 ---------- lib/Lex/PPDirectives.cpp | 74 ++++++++++++++++--------------------- lib/Lex/PPExpressions.cpp | 10 ++--- test/CodeGen/builtins-x86.c | 2 - test/CodeGen/x86_32-xsave.c | 54 +-------------------------- test/CodeGen/x86_64-xsave.c | 72 +----------------------------------- test/Headers/ms-intrin.cpp | 2 - unittests/Lex/PPCallbacksTest.cpp | 58 ++++------------------------- 13 files changed, 62 insertions(+), 263 deletions(-)