summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] change the default max_len from 64 to 4096. This will affect case...Kostya Serebryany2017-06-159-8/+17
* Fixing section name for Darwin platforms for sanitizer coverageGeorge Karpenkov2017-06-141-1/+1
* [libFuzzer] really restrict the new test to Linux (fails on Mac/Windows curre...Kostya Serebryany2017-06-141-1/+3
* [libFuzzer] restrict the new test to Linux (fails on Mac currently)Kostya Serebryany2017-06-131-0/+1
* [libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...Kostya Serebryany2017-06-138-9/+83
* Fix the includes in lib/Fuzzer on Windows that have orderingChandler Carruth2017-06-062-2/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0667-93/+92
* [llvm] Remove double semicolonsMandeep Singh Grang2017-06-061-1/+1
* [libFuzzer] fix a test to match the new sanitizer run-timeKostya Serebryany2017-05-311-4/+4
* [libFuzzer] Don't replace custom signal handlers.Vitaly Buka2017-05-252-2/+17
* [libFuzzer] fix tests on WindowsKostya Serebryany2017-05-151-0/+1
* [libFuzzer] improve the afl driver and it's tests. Make it possible to run in...Kostya Serebryany2017-05-153-13/+77
* [libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by C...Kostya Serebryany2017-05-151-1/+1
* [libFuzzer] fix a compiler warningKostya Serebryany2017-05-101-1/+2
* [libFuzzer] update docs on -print_coverage/-dump_coverageKostya Serebryany2017-05-091-4/+4
* [libFuzzer] make sure the input data is not overwritten in the fuzz target (i...Kostya Serebryany2017-05-096-1/+39
* [libFuzzer] exit without running atexit handlers in libfuzzer's crash handlerVitaly Buka2017-05-031-1/+1
* Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windowsDuncan P. N. Exon Smith2017-04-281-0/+2
* Remove unnecessary semicolonSanjoy Das2017-04-281-1/+1
* 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
OpenPOWER on IntegriCloud