This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 31c5b88a7 [libFuzzer] perform more agressive value profiling in memcmp new 0ac569784 [TSan][libdispatch] Enable test that supposedly deadlocks on bot new 87743d8a9 [NFC][compiler-rt][builtins] Tidy and match comments for floa [...] new 8d9c46f94 [libFuzzer] Unpoison parameters before calling user callback.
The 3 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/builtins/divdf3.c | 40 +++++++++++++++++------------------- lib/builtins/divsf3.c | 34 +++++++++++++++--------------- lib/builtins/divtf3.c | 34 +++++++++++++++--------------- lib/builtins/fp_add_impl.inc | 25 +++++++++++----------- lib/builtins/fp_extend_impl.inc | 12 +++++------ lib/builtins/fp_fixint_impl.inc | 2 +- lib/builtins/fp_fixuint_impl.inc | 2 +- lib/builtins/fp_mul_impl.inc | 31 +++++++++++++--------------- lib/builtins/fp_trunc_impl.inc | 16 +++++++-------- lib/fuzzer/FuzzerExtFunctions.def | 1 + lib/fuzzer/FuzzerLoop.cpp | 4 +++- test/fuzzer/MsanParamUnpoison.cpp | 28 +++++++++++++++++++++++++ test/fuzzer/msan-param-unpoison.test | 5 +++++ test/tsan/libdispatch/io-race.c | 2 -- 14 files changed, 131 insertions(+), 105 deletions(-) create mode 100644 test/fuzzer/MsanParamUnpoison.cpp create mode 100644 test/fuzzer/msan-param-unpoison.test