This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 094ed6b Update to match LLVM r272232. new c37165d [X86] Add void to the argument list of intrinsics that don't [...] new 78e5235 [X86] Reuse the EmitX86Select routine to handle the select fo [...] new 2e5ffa9 [X86] Handle AVX2 pslldqi and psrldqi intrinsics shufflevecto [...]
The 3 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 | 75 ++++----------------------------- lib/Headers/avx2intrin.h | 78 ++++++++++++++++++++++++++++++++-- lib/Headers/avx512fintrin.h | 8 ++-- lib/Headers/avxintrin.h | 6 +-- lib/Headers/emmintrin.h | 84 +++++++++++++++++++------------------ lib/Headers/mm3dnow.h | 2 +- lib/Headers/xmmintrin.h | 2 +- test/CodeGen/avx2-builtins.c | 8 ++-- 9 files changed, 138 insertions(+), 127 deletions(-)