This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b4bcb2930e [WebAssembly] Fix test/Driver/wasm-toolchain.c in the presen [...] new 8a55120a7d [X86] Add BSR/BSF/BSWAP intrinsics to ia32intrin.h to match gcc.
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: lib/Headers/ia32intrin.h | 108 ++++++++++++++++++++++++++++++++++++++++ lib/Headers/immintrin.h | 12 ----- test/CodeGen/bitscan-builtins.c | 33 ++++++++++-- test/CodeGen/x86-bswap.c | 29 +++++++++++ 4 files changed, 167 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/x86-bswap.c