This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21e2c00 Revert "[WebAssembly] Handle debug information and virtual re [...] new b2724ac ADT: Remove UB in ilist (and use a circular linked list) new 7526feb [libFuzzer] when printing the reproducer input, also print th [...]
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: include/llvm/ADT/ilist.h | 379 +++++++++++++----------------------------- include/llvm/ADT/ilist_node.h | 89 +++++++--- lib/Fuzzer/FuzzerInternal.h | 2 + lib/Fuzzer/FuzzerLoop.cpp | 3 + lib/Fuzzer/FuzzerUtil.cpp | 12 +- unittests/ADT/ilistTest.cpp | 62 +++++++ 6 files changed, 256 insertions(+), 291 deletions(-)