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 67a5399a1 [compiler-rt] Fix crtbegin.c compilation new 3c2213e37 [GWP-ASan] Initial build files, implementation of PRNG [1]. new c1638df94 [libFuzzer] reimplement DFT's collect_data_flow inside libFuz [...]
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: cmake/config-ix.cmake | 17 +- lib/fuzzer/FuzzerDataFlowTrace.cpp | 179 +++++++++++++++++---- lib/fuzzer/FuzzerDataFlowTrace.h | 2 +- lib/gwp_asan/CMakeLists.txt | 36 +++++ lib/gwp_asan/random.cpp | 21 +++ lib/gwp_asan/random.h | 20 +++ test/fuzzer/dataflow.test | 28 +++- test/fuzzer/only-some-bytes.test | 4 +- .../asan_lock.h => test/gwp_asan/CMakeLists.txt | 0 9 files changed, 263 insertions(+), 44 deletions(-) create mode 100644 lib/gwp_asan/CMakeLists.txt create mode 100644 lib/gwp_asan/random.cpp create mode 100644 lib/gwp_asan/random.h copy lib/asan/asan_lock.h => test/gwp_asan/CMakeLists.txt (100%)