summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...Kostya Serebryany2016-08-182-3/+50
* [libFuzzer] force proper popcnt instructionKostya Serebryany2016-08-172-1/+3
* [libFuzzer] given 0 and 255 more preference when inserting repeated bytesKostya Serebryany2016-08-171-1/+2
* [libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage fro...Kostya Serebryany2016-08-173-2/+77
* [libFuzzer] when printing the reproducer input, also print the base input and...Kostya Serebryany2016-08-173-4/+13
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [libFuzzer] more mutationsKostya Serebryany2016-08-173-18/+124
* [libFuzzer] minor speed improvementKostya Serebryany2016-08-161-1/+1
* [libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany2016-08-1615-11/+158
* [libFuzzer] refactoring around PCMap, NFCKostya Serebryany2016-08-165-81/+81
* [libFuzzer] print a verbose message after executing inputs in non-fuzzing modeKostya Serebryany2016-08-152-0/+6
* [libFuzzer] fix the bot Kostya Serebryany2016-08-151-1/+1
* [libFuzzer] add InsertRepeatedBytes and EraseBytes.Kostya Serebryany2016-08-158-20/+139
* [LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on...Dan Liew2016-08-125-4/+198
* [libFuzzer] make libFuzzer work with a bit older clang versionsKostya Serebryany2016-08-061-8/+10
* [libFuzzer] don't print bogus error messageKostya Serebryany2016-08-061-2/+3
* [libfuzzer] do not warn about missing pcbuffer functions: they are new.Mike Aizatsky2016-08-061-2/+2
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-053-27/+53
* [libFuzzer] extend the messages printed by afl_driverKostya Serebryany2016-07-191-4/+12
* [libFuzzer] properly intercept memmemKostya Serebryany2016-07-192-2/+15
* [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmpKostya Serebryany2016-07-159-6/+67
* [libFuzzer] add ThreadedLeakTestKostya Serebryany2016-07-153-0/+24
* [LibFuzzer] Unbreak the build on macOS which was broken by r272858.Dan Liew2016-07-071-0/+6
* [libFuzzer] Let user specify extra stats file.Mike Aizatsky2016-06-303-4/+208
* [libfuzzer] moving is_ascii handler inside mutation dispatcher.Mike Aizatsky2016-06-236-60/+65
* [libFuzzer] Add standard license info and comment header to AFLDriverTest.cppVitaly Buka2016-06-231-0/+4
* [libFuzzer] make the single-run output more reliableKostya Serebryany2016-06-172-4/+4
* [libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...Kostya Serebryany2016-06-163-39/+32
* Fix test from D21194Vitaly Buka2016-06-161-2/+1
* Debugging D21194 issues on botVitaly Buka2016-06-161-0/+1
* Enable libFuzzer's afl_driver to append stderr to a file.Vitaly Buka2016-06-164-0/+56
* [LibFuzzer] Fix ``FuzzerMutate.ShuffleBytes2`` unit test on OSX.Dan Liew2016-06-151-1/+1
* Revert "Enable libFuzzer's afl_driver to append stderr to a file."Vitaly Buka2016-06-144-56/+0
* Enable libFuzzer's afl_driver to append stderr to a file.Vitaly Buka2016-06-144-0/+56
* [LibFuzzer] Disable the ``fuzzer-trace-pc.test`` test on non-linux platforms.Dan Liew2016-06-141-0/+4
* [LibFuzzer] Move tests in ``fuzzer-traces.test`` that require hooks to their ...Dan Liew2016-06-142-17/+23
* [LibFuzzer] Fix some unit test crashes on OSX.Dan Liew2016-06-101-0/+4
* [libFuzzer] add one more OOM test, which we currently don't handle very wellKostya Serebryany2016-06-092-0/+30
* [libFuzzer] add 'weak' back to __sanitizer_malloc_hook and __sanitizer_free_hookKostya Serebryany2016-06-081-0/+2
* [libFuzzer] add a test that is built w/o coverage instrumentation but has the...Kostya Serebryany2016-06-085-1/+27
* [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``Dan Liew2016-06-078-73/+84
* [LibFuzzer] Split the fuzzer-oom.test into two tests.Dan Liew2016-06-073-1/+14
* [libfuzzer] custom crossover interface function.Mike Aizatsky2016-06-077-0/+107
* [libfuzzer] prune_corpus option for disabling pruning during the load.Mike Aizatsky2016-06-075-1/+19
* [LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/Dan Liew2016-06-071-2/+2
* [LibFuzzer] Disable building and running LSan tests on Apple platforms becaus...Dan Liew2016-06-074-0/+18
* [LibFuzzer] Provide stub implementation of __sanitizer_cov_trace_pc_indirDan Liew2016-06-061-1/+9
* [libfuzzer] hiding custom mutator handling in MutationDispatcher.Mike Aizatsky2016-06-033-29/+60
* [libfuzzer] splitting fuzzer.testMike Aizatsky2016-06-0311-97/+99
* [LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer te...Dan Liew2016-06-024-1/+19
OpenPOWER on IntegriCloud