This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d419ab [BPI] Use a safer constructor to calculate branch probabilities new 7797297 [sancov] skip dead files from computations new 48d47ae [libfuzzer] removing experimental FuzzerFnAdapter new a908bba Revert "[BPI] Use a safer constructor to calculate branch pro [...] new d69dfb1 Add support for formatv to llvm::Twine.
The 4 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/Twine.h | 12 ++ lib/Analysis/BranchProbabilityInfo.cpp | 24 +-- lib/Fuzzer/FuzzerFnAdapter.h | 186 --------------------- lib/Fuzzer/test/CMakeLists.txt | 2 - lib/Fuzzer/test/FuzzerFnAdapterUnittest.cpp | 110 ------------ lib/Fuzzer/test/SimpleFnAdapterTest.cpp | 24 --- lib/Support/Twine.cpp | 12 ++ test/tools/sancov/not_covered_functions.test | 2 +- test/tools/sancov/stats.test | 4 +- test/tools/sancov/symbolize.test | 5 - ...olize.test => symbolize_noskip_dead_files.test} | 2 +- tools/sancov/sancov.cc | 56 +++++-- unittests/ADT/TwineTest.cpp | 28 +++- unittests/Analysis/BranchProbabilityInfoTest.cpp | 88 ---------- unittests/Analysis/CMakeLists.txt | 1 - 15 files changed, 105 insertions(+), 451 deletions(-) delete mode 100644 lib/Fuzzer/FuzzerFnAdapter.h delete mode 100644 lib/Fuzzer/test/FuzzerFnAdapterUnittest.cpp delete mode 100644 lib/Fuzzer/test/SimpleFnAdapterTest.cpp copy test/tools/sancov/{symbolize.test => symbolize_noskip_dead_files.test} (85%) delete mode 100644 unittests/Analysis/BranchProbabilityInfoTest.cpp