This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9ae8b0 Fix covered-switch-default warning new 304a0b4 [libFuzzer] add -print_coverage=1 flag to print coverage dire [...] new ae55aa0 [AVX-512] Stop lowering avx512_mask_sqrt intrinsics to ISD:FS [...] new 1b68ca9 [AVX-512] Don't lower CVTPD2PS intrinsics to ISD::FP_ROUND wi [...]
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: lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 3 ++- lib/Fuzzer/FuzzerDriver.cpp | 1 + lib/Fuzzer/FuzzerFlags.def | 3 ++- lib/Fuzzer/FuzzerInternal.h | 7 +++++++ lib/Fuzzer/FuzzerLoop.cpp | 13 ++++--------- lib/Fuzzer/FuzzerTracePC.cpp | 11 +++++++++++ lib/Fuzzer/FuzzerUtil.cpp | 12 ++++++++++++ lib/Fuzzer/test/coverage.test | 7 +++++++ lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 + lib/Target/X86/X86ISelLowering.cpp | 25 +++++++++++++++++++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 10 +++++----- 11 files changed, 77 insertions(+), 16 deletions(-) create mode 100644 lib/Fuzzer/test/coverage.test