This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 410e795 [LCG] Minor cleanup to the LCG walk over a function, NFC. new c8e39ef WholeProgramDevirt: Teach the pass to handle structs of arrays. new a3def13 [libFuzzer] implement crash-resistant merge (https://github.c [...]
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/CMakeLists.txt | 3 +- lib/Fuzzer/FuzzerDriver.cpp | 19 +- lib/Fuzzer/FuzzerFlags.def | 3 + lib/Fuzzer/FuzzerInternal.h | 3 + lib/Fuzzer/FuzzerMerge.cpp | 255 +++++++++++++++++++++ lib/Fuzzer/FuzzerMerge.h | 70 ++++++ lib/Fuzzer/FuzzerUtil.h | 8 + lib/Fuzzer/test/FuzzerUnittest.cpp | 135 +++++++++++ lib/Transforms/IPO/WholeProgramDevirt.cpp | 45 ++-- .../WholeProgramDevirt/bad-read-from-vtable.ll | 24 +- .../{non-aggregate-vtable.ll => pointer-vtable.ll} | 2 +- test/Transforms/WholeProgramDevirt/soa-vtable.ll | 52 +++++ 12 files changed, 584 insertions(+), 35 deletions(-) create mode 100644 lib/Fuzzer/FuzzerMerge.cpp create mode 100644 lib/Fuzzer/FuzzerMerge.h rename test/Transforms/WholeProgramDevirt/{non-aggregate-vtable.ll => pointer-vtab [...] create mode 100644 test/Transforms/WholeProgramDevirt/soa-vtable.ll