This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ccbe637df0 Refactor Addlibgcc to make the when and what logic more stra [...] new ead0755dee [X86] Add kshift intrinsics to match gcc and icc.
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 | 8 +++++++ lib/CodeGen/CGBuiltin.cpp | 44 +++++++++++++++++++++++++++++++++++++ lib/Headers/avx512bwintrin.h | 12 ++++++++++ lib/Headers/avx512dqintrin.h | 6 +++++ lib/Headers/avx512fintrin.h | 6 +++++ lib/Sema/SemaChecking.cpp | 8 +++++++ test/CodeGen/avx512bw-builtins.c | 32 +++++++++++++++++++++++++++ test/CodeGen/avx512dq-builtins.c | 16 ++++++++++++++ test/CodeGen/avx512f-builtins.c | 16 ++++++++++++++ 9 files changed, 148 insertions(+)