| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
comments. NFC expected
llvm-svn: 237050
|
| |
|
|
|
|
| |
DFSan-based mutator, but instead of relying on taint tracking, try to find the data directly in the input. More (logic and comments) to go.
llvm-svn: 237043
|
| |
|
|
|
|
| |
flags.
llvm-svn: 236797
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
llvm-svn: 236757
|
| |
|
|
|
|
| |
simplify the test runner
llvm-svn: 236683
|
| |
|
|
|
|
| |
dfsan proper
llvm-svn: 236659
|
|
|
Summary:
This adds a simple DFSan-based (i.e. taint-guided) fuzzer mutator,
see the comments for details.
Test Plan: a test added
Reviewers: samsonov, pcc
Reviewed By: samsonov, pcc
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D8669
llvm-svn: 233613
|