summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
Commit message (Expand)AuthorAgeFilesLines
* Fixup for r301054: Use an explicit constructor.Kuba Mracek2017-04-211-1/+1
* Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's ...Kuba Mracek2017-04-211-1/+5
* [libFuzzer] Always build libFuzzer Kuba Mracek2017-04-211-34/+40
* Fixup for r301007: Restrict the -D hack to Darwin.Kuba Mracek2017-04-211-7/+9
* Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.Kuba Mracek2017-04-211-20/+14
* [libFuzzer] Always build libFuzzerKuba Mracek2017-04-211-14/+20
* [libFuzzer] Changing thread_local to __thread in libFuzzerKuba Mracek2017-04-211-0/+13
* [libFuzzer] Check for target(popcnt) capability before usageKuba Mracek2017-04-211-2/+10
* Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."Ahmed Bougacha2017-04-201-1/+0
* [libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token...Kostya Serebryany2017-04-191-0/+2
* Revert r300789: There are Windows bot failures.Kuba Mracek2017-04-191-20/+14
* [libFuzzer] Always build libFuzzerKuba Mracek2017-04-191-14/+20
* [libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany2017-04-194-14/+1
* [libFuzzer] update -help: mention -exact_artifact_path in help for -minimize_...Kostya Serebryany2017-04-191-2/+6
* [libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...Kostya Serebryany2017-04-175-0/+85
* [libFuzzer] XFAIL fuzzer-oom.test on Darwin.Akira Hatanaka2017-04-121-0/+1
* [libFuzzer] fix type in signal name.Vitaly Buka2017-04-111-1/+1
* [Fuzzer] Flush std::cout before aborting in CxxStringEqTestReid Kleckner2017-04-031-0/+1
* [libFuzzer] simplify the code a bitKostya Serebryany2017-03-313-17/+14
* [libFuzzer] tests: don't test 64-bit comparison on 32-bit buildsKostya Serebryany2017-03-312-5/+7
* [libFuzzer] ensure that strncmp is not inlined in a testKostya Serebryany2017-03-311-1/+2
* [libFuzzer] make sure we don't execute libFuzzer's mem* and str* hooks while ...Kostya Serebryany2017-03-315-9/+17
* [libFuzzer] try to fix value-profile-strncmp on the Mac botKostya Serebryany2017-03-311-1/+1
* [libFuzzer] remove a stale flag from tests, run value-profile-strncmp.test lo...Kostya Serebryany2017-03-304-4/+4
* [libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentat...Kostya Serebryany2017-03-305-1/+32
* [libfuzzer] Remove XFAIL for OutOfMemory test.Juergen Ributzka2017-03-271-1/+0
* [libFuzzer] Fix test on Windows.Vitaly Buka2017-03-251-1/+1
* [libFuzzer] read asan's dedup_token while minimizing a crash and stop minimiz...Kostya Serebryany2017-03-252-4/+53
* [libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357Kostya Serebryany2017-03-244-3/+30
* [libFuzzer] honor -exact_artifact_path for all intermediate files during cras...Kostya Serebryany2017-03-242-3/+6
* [libFuzzer] split two tests to get more parallelism in test runsKostya Serebryany2017-03-244-12/+13
* [libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...Kostya Serebryany2017-03-242-12/+11
* [libFuzzer] fix non-linux buildKostya Serebryany2017-03-231-0/+2
* [libFuzzer] create experimental support for user-provided coverage signalKostya Serebryany2017-03-239-28/+169
* [libFuzzer] add two experimental flags to make corpus merging more scalable: ...Kostya Serebryany2017-03-227-7/+109
* [libFuzzer] inline the code of __sanitizer_cov_trace_pc_guard into itKostya Serebryany2017-03-172-9/+3
* [libFuzzer] Experimenting with dictionary minimization.Kostya Serebryany2017-03-172-0/+82
* [libFuzzer] add a test with two different bugsKostya Serebryany2017-03-172-0/+23
* [libFuzzer] add a dummy LLVMFuzzerMutate to afl/afl_driver.cpp (https://githu...Kostya Serebryany2017-03-151-0/+7
* [libFuzzer] call __sanitizer_print_memory_profile with two paramsKostya Serebryany2017-03-152-2/+2
* Revert "[libFuzzer] Use ChooseUnitIdxToMutate to pick item for crossover."Vitaly Buka2017-03-152-3/+3
* [libFuzzer] Use ChooseUnitIdxToMutate to pick item for crossover.Vitaly Buka2017-03-152-3/+3
* [libFuzzer] remove even more stale codeKostya Serebryany2017-03-152-18/+0
* [libFuzzer] simplify code a bitKostya Serebryany2017-03-152-20/+2
* [libFuzzer] remove more stale codeKostya Serebryany2017-03-144-83/+4
* [libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will ...Kostya Serebryany2017-03-142-4/+3
* [libFuzzer] remove stale codeKostya Serebryany2017-03-143-42/+4
* [libFuzzer] Reorder includes in testVitaly Buka2017-03-131-2/+2
* [libFuzzer] Fix compilation of CustomCrossOverAndMutateTest on WindowsVitaly Buka2017-03-131-1/+2
* [libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTestKostya Serebryany2017-03-111-1/+1
OpenPOWER on IntegriCloud