| commit | beb24c38e7927211cbb377053d5436cf1f5bb001 | [log] [tgz] |
|---|---|---|
| author | Kostya Serebryany <kcc@google.com> | Thu May 07 21:02:11 2015 +0000 |
| committer | Kostya Serebryany <kcc@google.com> | Thu May 07 21:02:11 2015 +0000 |
| tree | 2ac53f2e553d244f35afae0d242878a78f2faabe | |
| parent | 4878c87d5ea9fbe40c465f8b9cee01a6e333be88 [diff] |
[lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run a single unit and collect suggested mutations based on tracing+taint data, then apply the suggested mutations one by one. The previous scheme was slower and more complex. llvm-svn: 236772