aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer
AgeCommit message (Expand)AuthorFilesLines
2017-07-18[libFuzzer] when adding a reduced input print REDUCED instead of NEWKostya Serebryany3-5/+8
2017-07-18[libFuzzer] improve -reduce_inputs=1: now only consider the unique features o...Kostya Serebryany4-26/+23
2017-07-18[libFuzzer] disable fuzzer-flags.test on windows to fix the botsKostya Serebryany1-0/+3
2017-07-17Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests"George Karpenkov1-1/+1
2017-07-15[libFuzzer] remove stale codeKostya Serebryany2-9/+4
2017-07-14[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1Justin Bogner7-13/+72
2017-07-14[libFuzzer] fix stats during mergeKostya Serebryany1-1/+0
2017-07-14[libFuzzer] update the comments in afl/afl_driver.cppKostya Serebryany1-2/+2
2017-07-14[libFuzzer] remove stale code; NFCKostya Serebryany3-52/+0
2017-07-14[libFuzzer] simplify the handling of memmem/strstrKostya Serebryany10-129/+61
2017-07-13[libFuzzer] move code around; NFCKostya Serebryany2-69/+60
2017-07-13[libFuzzer] make sure that -reduce_inputs=1 deletes redundant files in the co...Kostya Serebryany2-3/+21
2017-07-13[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...Kostya Serebryany9-16/+102
2017-07-12[libFuzzer] relax test/shrink.test a bit (got broken on windows)Kostya Serebryany1-1/+1
2017-07-12[libFuzzer] remove include <sanitizer/coverage_interface.h>, not needed any ...Kostya Serebryany1-3/+0
2017-07-12[libFuzzer] refactoring in preparation for -reduce_inputs; NFC intendedKostya Serebryany5-32/+40
2017-07-12[libFuzzer] Add a dependency on symbolizer from libFuzzer testsGeorge Karpenkov1-1/+1
2017-07-12[libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-blockGeorge Karpenkov1-1/+1
2017-07-12[libFuzzer] Do not use LLVM ostream in testsGeorge Karpenkov1-0/+3
2017-07-11[LibFuzzer] Fix `-Wcomment` warning emitted by GCC.Dan Liew1-2/+2
2017-07-11[LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher.Dan Liew1-1/+2
2017-07-07FuzzerUtilDarwin.cpp: We need to pass modifiable strings to posix_spawnMatthias Braun1-2/+11
2017-06-15[libFuzzer] change the default max_len from 64 to 4096. This will affect case...Kostya Serebryany9-8/+17
2017-06-14Fixing section name for Darwin platforms for sanitizer coverageGeorge Karpenkov1-1/+1
2017-06-14[libFuzzer] really restrict the new test to Linux (fails on Mac/Windows curre...Kostya Serebryany1-1/+3
2017-06-13[libFuzzer] restrict the new test to Linux (fails on Mac currently)Kostya Serebryany1-0/+1
2017-06-13[libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...Kostya Serebryany8-9/+83
2017-06-06Fix the includes in lib/Fuzzer on Windows that have orderingChandler Carruth2-2/+6
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth67-93/+92
2017-06-06[llvm] Remove double semicolonsMandeep Singh Grang1-1/+1
2017-05-31[libFuzzer] fix a test to match the new sanitizer run-timeKostya Serebryany1-4/+4
2017-05-25[libFuzzer] Don't replace custom signal handlers.Vitaly Buka2-2/+17
2017-05-15[libFuzzer] fix tests on WindowsKostya Serebryany1-0/+1
2017-05-15[libFuzzer] improve the afl driver and it's tests. Make it possible to run in...Kostya Serebryany3-13/+77
2017-05-15[libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by C...Kostya Serebryany1-1/+1
2017-05-10[libFuzzer] fix a compiler warningKostya Serebryany1-1/+2
2017-05-09[libFuzzer] update docs on -print_coverage/-dump_coverageKostya Serebryany1-4/+4
2017-05-09[libFuzzer] make sure the input data is not overwritten in the fuzz target (i...Kostya Serebryany6-1/+39
2017-05-03[libFuzzer] exit without running atexit handlers in libfuzzer's crash handlerVitaly Buka1-1/+1
2017-04-28Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windowsDuncan P. N. Exon Smith1-0/+2
2017-04-28Remove unnecessary semicolonSanjoy Das1-1/+1
2017-04-21Fixup for r301054: Use an explicit constructor.Kuba Mracek1-1/+1
2017-04-21Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's ...Kuba Mracek1-1/+5
2017-04-21[libFuzzer] Always build libFuzzer Kuba Mracek1-34/+40
2017-04-21Fixup for r301007: Restrict the -D hack to Darwin.Kuba Mracek1-7/+9
2017-04-21Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.Kuba Mracek1-20/+14
2017-04-21[libFuzzer] Always build libFuzzerKuba Mracek1-14/+20
2017-04-21[libFuzzer] Changing thread_local to __thread in libFuzzerKuba Mracek1-0/+13
2017-04-21[libFuzzer] Check for target(popcnt) capability before usageKuba Mracek1-2/+10
2017-04-20Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."Ahmed Bougacha1-1/+0