This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 780c8ad4b3 [clang-format] Allow building fuzzer with OSS-Fuzz flags. new bc5044dbad [X86] Add CLWB intrinsic. clang part
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 | 3 +++ lib/Headers/CMakeLists.txt | 1 + lib/Headers/{xsaveoptintrin.h => clwbintrin.h} | 32 +++++++++++++++----------- lib/Headers/immintrin.h | 4 ++++ test/CodeGen/builtin-clwb.c | 9 ++++++++ 5 files changed, 35 insertions(+), 14 deletions(-) copy lib/Headers/{xsaveoptintrin.h => clwbintrin.h} (66%) create mode 100644 test/CodeGen/builtin-clwb.c