This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0d48a00a81 [clang] Preserve names of addrspacecast'ed values. new 55905fc328 [X86] Add guards to some of the x86 intrinsic tests to skip [...] new bb2b9f6e0a [X86] Change the IR sequence for _mm_storeh_pi and _mm_store [...]
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 | 2 -- lib/CodeGen/CGBuiltin.cpp | 16 ---------------- lib/Headers/xmmintrin.h | 12 ++++++++++-- test/CodeGen/avx-builtins.c | 4 ++++ test/CodeGen/bmi-builtins.c | 4 ++++ test/CodeGen/bmi2-builtins.c | 2 ++ test/CodeGen/builtins-x86.c | 2 -- test/CodeGen/popcnt-builtins.c | 2 ++ test/CodeGen/rdrand-builtins.c | 4 ++++ test/CodeGen/sse-builtins.c | 16 ++++++++++------ test/CodeGen/sse2-builtins.c | 10 ++++++++++ test/CodeGen/sse41-builtins.c | 4 ++++ test/CodeGen/sse42-builtins.c | 2 ++ test/CodeGen/tbm-builtins.c | 20 ++++++++++++++++++++ 14 files changed, 72 insertions(+), 28 deletions(-)