Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libfuzzer] removing experimental FuzzerFnAdapter | Mike Aizatsky | 2016-12-17 | 1 | -24/+0 |
| | | | | | | | | | | | | Summary: This is superceded by protobuf mutation work. Reviewers: kcc Subscribers: mgorny Differential Revision: https://reviews.llvm.org/D27865 llvm-svn: 290018 | ||||
* | [libfuzzer] adding license headers to cpp files | Mike Aizatsky | 2016-04-01 | 1 | -0/+3 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D18705 llvm-svn: 265174 | ||||
* | [libfuzzer] arbitrary function adapter. | Mike Aizatsky | 2016-03-03 | 1 | -0/+21 |
The adapter automates converting sequence of bytes into arbitrary arguments. Differential Revision: http://reviews.llvm.org/D17829 llvm-svn: 262673 |