summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerDefs.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-132/+0
* [libFuzzer] experimental support for Clang's coverage (fprofile-instr-generat...Kostya Serebryany2017-08-111-0/+4
* Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's ...Kuba Mracek2017-04-211-1/+5
* [libFuzzer] Check for target(popcnt) capability before usageKuba Mracek2017-04-211-2/+10
* [libFuzzer] make sure we don't execute libFuzzer's mem* and str* hooks while ...Kostya Serebryany2017-03-311-3/+4
* [libFuzzer] create experimental support for user-provided coverage signalKostya Serebryany2017-03-231-2/+15
* [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...Kostya Serebryany2017-01-261-0/+5
* [libFuzzer] Expose Sanitizer Coverage functions from libFuzzer.Marcos Pividori2017-01-221-0/+6
* [libfuzzer] fixing collected pc addresses for coverageMike Aizatsky2017-01-171-1/+3
* [libFuzzer] avoid msan false positives in more casesKostya Serebryany2016-12-161-0/+7
* [libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori2016-12-131-0/+2
* [LibFuzzer] Split up some functions among different headers.Zachary Turner2016-11-301-57/+1
* [LibFuzzer] Add macro flags for Posix and Windows.Zachary Turner2016-11-301-2/+10
* [libFuzzer] extend -print_coverage to also print uncovered lines, functions, ...Kostya Serebryany2016-10-191-0/+2
* [libFuzzer] swap bytes in integers when handling CMP tracesKostya Serebryany2016-10-151-0/+5
* [libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...Kostya Serebryany2016-10-141-0/+6
* [libFuzzer] when shrinking the corpus, delete evicted files previously create...Kostya Serebryany2016-10-081-2/+4
* [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ...Kostya Serebryany2016-09-271-0/+1
* [libFuzzer] change ValueBitMap to remember the number of bits in itKostya Serebryany2016-09-231-0/+3
* [libFuzzer] add stats to the corpus; more refactoringKostya Serebryany2016-09-211-1/+2
* [libFuzzer] more refactoringKostya Serebryany2016-09-211-0/+1
* [libFuzzer] more refactoring; NFCKostya Serebryany2016-09-211-0/+7
* [libFuzzer] refactoring: split the large header into many; NFCKostya Serebryany2016-09-211-0/+100
OpenPOWER on IntegriCloud