summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer.test
Commit message (Expand)AuthorAgeFilesLines
...
* [libFuzzer] make sure we find buffer overflow in the input buffer. Previously...Kostya Serebryany2016-01-131-0/+3
* [libFuzzer] add a position hint to the dictionary-based mutatorKostya Serebryany2016-01-071-4/+2
* [libfuzzer] print_new_cov_pcs experimental option.Mike Aizatsky2016-01-061-0/+6
* [libFuzzer] split the tests to run them in parallel, remove one redundant testKostya Serebryany2015-12-191-40/+1
* [libFuzzer] make CrossOver just one of the other mutationsKostya Serebryany2015-12-191-6/+6
* [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.Mike Aizatsky2015-12-101-2/+2
* [libFuzzer] add a flag -exact_artifact_pathKostya Serebryany2015-11-251-0/+2
* [libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...Kostya Serebryany2015-11-121-1/+5
* [libFuzzer] make libFuzzer link if there is no sanitizer coverage instrumenta...Kostya Serebryany2015-11-091-0/+3
* [libFuzzer] use the indirect caller-callee counter as an independent search h...Kostya Serebryany2015-10-221-0/+3
* [libFuzzer] remove the deprecated 'tokens' featureKostya Serebryany2015-10-221-2/+0
* [libFuzzer] print a stack trace on timeoutKostya Serebryany2015-10-161-0/+5
* [libFuzzer] When -test_single_input crashes the test it is not necessary to w...Kostya Serebryany2015-10-161-1/+6
* [libFuzzer] add -artifact_prefix flagKostya Serebryany2015-10-091-3/+5
* [libFuzzer] remove experimental flag and functionalityKostya Serebryany2015-10-021-2/+2
* [libFuzzer] add a flag -max_total_timeKostya Serebryany2015-10-021-0/+3
* [LibFuzzer] test_single_input option to run a single test case.Ivan Krasin2015-10-011-0/+1
* [libFuzzer]Add a test for defeating a hash sum.Ivan Krasin2015-09-081-0/+3
* [libFuzzer] actually make the dictionaries work (+docs)Kostya Serebryany2015-09-041-0/+3
* [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...Kostya Serebryany2015-09-021-1/+1
* [libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...Kostya Serebryany2015-08-121-3/+3
* [libFuzzer] use data-flow feedback from strcmpKostya Serebryany2015-08-051-0/+3
* [libFuzzer] make sure that 2-byte arguments of switch() are handled properlyKostya Serebryany2015-07-311-1/+1
* [libFuzzer] trace switch statements and apply mutations based on the expected...Kostya Serebryany2015-07-311-0/+3
* [libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o d...Kostya Serebryany2015-07-301-0/+3
* [libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), e...Kostya Serebryany2015-07-301-0/+3
* [libFuzzer] dump long running units to disk Kostya Serebryany2015-07-231-3/+3
* [Fuzzer] Rely on $PATH expansion instead of hardcoding paths in tests. NFC.Alexey Samsonov2015-07-211-10/+10
* [Fuzzer] Clearly separate regular and DFSan tests. NFC.Alexey Samsonov2015-07-211-4/+1
* [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...Kostya Serebryany2015-05-221-1/+1
* [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany2015-05-221-0/+2
* [lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...Kostya Serebryany2015-05-191-1/+1
* [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)Kostya Serebryany2015-05-121-2/+2
* [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-base...Kostya Serebryany2015-05-111-0/+1
* [lib/Fuzzer] build tests that work well with dfsan also w/o dfsanKostya Serebryany2015-05-081-2/+2
* [lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run...Kostya Serebryany2015-05-071-2/+2
* [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simpli...Kostya Serebryany2015-05-071-12/+11
* [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...Kostya Serebryany2015-03-311-0/+3
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-301-0/+3
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+3
* [fuzzer] one more experimental search mode: -use_coverage_pairs=1 Kostya Serebryany2015-02-201-1/+4
* [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany2015-01-291-0/+3
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-291-0/+13
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-291-13/+0
* Add lit-style tests for the Fuzzer libraryKostya Serebryany2015-01-281-0/+13
OpenPOWER on IntegriCloud