This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 540f6a26ae9 [PEI] Separate saving and restoring CSRs into different fun [...] new 01337d5a143 Support, IR, ADT: Check nullptr after allocation with mallo [...] new e5319170826 [libFuzzer] prototype implementation of recursion-depth cov [...]
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/SmallVector.h | 3 +++ include/llvm/ADT/StringMap.h | 4 ++++ lib/Fuzzer/FuzzerLoop.cpp | 1 + lib/Fuzzer/FuzzerTracePC.cpp | 2 ++ lib/Fuzzer/FuzzerTracePC.h | 25 +++++++++++++++++++++++-- lib/Fuzzer/FuzzerValueBitMap.h | 2 ++ lib/Fuzzer/test/DeepRecursionTest.cpp | 4 ++-- lib/IR/DataLayout.cpp | 2 ++ lib/Support/FoldingSet.cpp | 9 +++++++-- lib/Support/SmallPtrSet.cpp | 19 ++++++++++++++----- lib/Support/SmallVector.cpp | 5 ++++- lib/Support/StringMap.cpp | 15 +++++++++++++-- 12 files changed, 77 insertions(+), 14 deletions(-)