[PATCH] D49621: [libFuzzer] Initial implementation of weighted mutation leveraging during runtime.

Kodé Williams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 10:56:51 PDT 2018


kodewilliams updated this revision to Diff 157707.
kodewilliams marked 17 inline comments as done and 2 inline comments as done.
kodewilliams retitled this revision from "[libFuzzer] Initial implementation of weighted mutation leveraging during runtime. (NOT READY FOR REVIEW)" to "[libFuzzer] Initial implementation of weighted mutation leveraging during runtime.".
kodewilliams added a comment.

Unit test giving problems to write due to most members being private. Addressed all other comments.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49621

Files:
  lib/fuzzer/FuzzerDriver.cpp
  lib/fuzzer/FuzzerFlags.def
  lib/fuzzer/FuzzerLoop.cpp
  lib/fuzzer/FuzzerMutate.cpp
  lib/fuzzer/FuzzerMutate.h
  lib/fuzzer/FuzzerOptions.h
  test/fuzzer/fuzzer-weightedmutations.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49621.157707.patch
Type: text/x-patch
Size: 7375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/223b73ec/attachment.bin>


More information about the llvm-commits mailing list