aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/test/MemcmpTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-01[libfuzzer] adding license headers to cpp filesMike Aizatsky1-0/+3
2016-01-14[libFuzzer] suggest a dictionary to the user of some of the trace-based dicti...Kostya Serebryany1-1/+1
2016-01-09[libFuzzer] don't limit memcmp tracing with 8 bytesKostya Serebryany1-2/+10
2015-10-02[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany1-1/+2
2015-07-30[libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o d...Kostya Serebryany1-2/+4
2015-07-30[libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), e...Kostya Serebryany1-2/+7
2015-07-21[Fuzzer] Clearly separate regular and DFSan tests. NFC.Alexey Samsonov1-0/+12