This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d75557 [NVPTX] Check if callsite is defined when computing argument [...] new dae780f [AVX-512] Don't lower avx512 vcvtps2ph/vcvtph2ps nodes to ISD [...] new 77ab75a [libFuzzer] more refactoring; NFC
The 2 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/Fuzzer/FuzzerCrossOver.cpp | 2 +- lib/Fuzzer/FuzzerDefs.h | 7 +++++ lib/Fuzzer/FuzzerDictionary.h | 3 ++ lib/Fuzzer/FuzzerIO.cpp | 2 +- lib/Fuzzer/FuzzerInternal.h | 39 +---------------------- lib/Fuzzer/FuzzerMutate.cpp | 6 +++- lib/Fuzzer/FuzzerMutate.h | 2 +- lib/Fuzzer/FuzzerOptions.h | 55 +++++++++++++++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 4 ++- lib/Target/X86/X86ISelLowering.h | 3 ++ lib/Target/X86/X86InstrFragmentsSIMD.td | 6 ++-- lib/Target/X86/X86IntrinsicsInfo.h | 12 +++---- 12 files changed, 89 insertions(+), 52 deletions(-) create mode 100644 lib/Fuzzer/FuzzerOptions.h