This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b13de88 Remove excessive padding from LineNoCacheTy new 2e1aa9c [libFuzzer] new experimental feature: value profiling. Profil [...]
The 1 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 | 2 +- lib/Fuzzer/FuzzerDriver.cpp | 3 + lib/Fuzzer/FuzzerFlags.def | 2 + lib/Fuzzer/FuzzerInternal.h | 8 +++ lib/Fuzzer/FuzzerLoop.cpp | 13 +++- lib/Fuzzer/FuzzerTraceState.cpp | 70 ++++++++++++++++++++-- lib/Fuzzer/FuzzerValueBitMap.h | 5 +- lib/Fuzzer/test/CMakeLists.txt | 3 + .../{RepeatedMemcmp.cpp => SingleMemcmpTest.cpp} | 13 ++-- .../{RepeatedMemcmp.cpp => SingleStrcmpTest.cpp} | 13 ++-- .../{RepeatedMemcmp.cpp => SingleStrncmpTest.cpp} | 13 ++-- lib/Fuzzer/test/StrncmpTest.cpp | 2 +- lib/Fuzzer/test/value-profile-cmp.test | 3 + lib/Fuzzer/test/value-profile-mem.test | 4 ++ lib/Fuzzer/test/value-profile-set.test | 3 + 15 files changed, 119 insertions(+), 38 deletions(-) copy lib/Fuzzer/test/{RepeatedMemcmp.cpp => SingleMemcmpTest.cpp} (57%) copy lib/Fuzzer/test/{RepeatedMemcmp.cpp => SingleStrcmpTest.cpp} (57%) copy lib/Fuzzer/test/{RepeatedMemcmp.cpp => SingleStrncmpTest.cpp} (57%) create mode 100644 lib/Fuzzer/test/value-profile-cmp.test create mode 100644 lib/Fuzzer/test/value-profile-mem.test create mode 100644 lib/Fuzzer/test/value-profile-set.test