summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-dfsan.test
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] remove dfsan support and some related stale code. This is not bei...Kostya Serebryany2016-10-041-16/+0
* [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ...Kostya Serebryany2016-09-091-8/+0
* [LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer te...Dan Liew2016-06-021-0/+1
* [libFuzzer] get rid of UserSuppliedFuzzer; NFCKostya Serebryany2016-02-131-1/+1
* [libFuzzer] suggest a dictionary to the user of some of the trace-based dicti...Kostya Serebryany2016-01-141-1/+1
* [libFuzzer] don't limit memcmp tracing with 8 bytesKostya Serebryany2016-01-091-3/+4
* [libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...Kostya Serebryany2015-08-121-1/+1
* [libFuzzer] use data-flow feedback from strcmpKostya Serebryany2015-08-051-0/+3
* [libFuzzer] start refactoring the Mutator and adding tests to itKostya Serebryany2015-08-011-5/+9
* [libFuzzer] support switch interception in dfsan modeKostya Serebryany2015-07-311-0/+4
* [libFuzzer] fix the strncmp interceptor -- it should respect short strings. Kostya Serebryany2015-07-301-1/+1
* [libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o d...Kostya Serebryany2015-07-301-0/+2
* [libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), e...Kostya Serebryany2015-07-301-1/+1
* [libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosit...Kostya Serebryany2015-07-281-0/+3
* [Fuzzer] Rely on $PATH expansion instead of hardcoding paths in tests. NFC.Alexey Samsonov2015-07-211-2/+2
* [Fuzzer] Clearly separate regular and DFSan tests. NFC.Alexey Samsonov2015-07-211-0/+6
OpenPOWER on IntegriCloud