summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInternal.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage fro...Kostya Serebryany2016-08-171-0/+2
* [libFuzzer] when printing the reproducer input, also print the base input and...Kostya Serebryany2016-08-171-0/+2
* [libFuzzer] more mutationsKostya Serebryany2016-08-171-0/+7
* [libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany2016-08-161-0/+8
* [libFuzzer] refactoring around PCMap, NFCKostya Serebryany2016-08-161-5/+7
* [libFuzzer] add InsertRepeatedBytes and EraseBytes.Kostya Serebryany2016-08-151-2/+4
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-3/+7
* [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmpKostya Serebryany2016-07-151-1/+2
* [libfuzzer] moving is_ascii handler inside mutation dispatcher.Mike Aizatsky2016-06-231-34/+37
* [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``Dan Liew2016-06-071-7/+3
* [libfuzzer] custom crossover interface function.Mike Aizatsky2016-06-071-0/+2
* [libfuzzer] prune_corpus option for disabling pruning during the load.Mike Aizatsky2016-06-071-0/+1
* [libfuzzer] hiding custom mutator handling in MutationDispatcher.Mike Aizatsky2016-06-031-4/+16
* [LibFuzzer] Reimplement how the optional user functions are called.Dan Liew2016-06-021-1/+5
* [libFuzzer] make OOM-handling more portable. Instead of sending a signal to t...Kostya Serebryany2016-05-271-5/+2
* [libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...Kostya Serebryany2016-05-271-3/+3
* [libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...Kostya Serebryany2016-05-261-5/+3
* [libFuzzer] refactor: hide CurrentUnitData inside an interface function. NFCKostya Serebryany2016-05-261-0/+10
* [libFuzzer] when there is a leak in the existing corpus report the reproducer...Kostya Serebryany2016-05-261-2/+2
* [libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...Kostya Serebryany2016-05-261-3/+4
* [libfuzzer] Trying random unit prefixes during corpus load.Mike Aizatsky2016-05-241-1/+5
* [LibFuzzer]Dan Liew2016-05-191-0/+11
* [libFuzzer] simplify FuzzerInterface.hKostya Serebryany2016-05-131-0/+4
* [libfuzzer] Refactoring coverage state-management code.Mike Aizatsky2016-05-101-25/+34
* [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...Kostya Serebryany2016-05-061-1/+5
* [libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMsKostya Serebryany2016-05-061-0/+1
* [libFuzzer] print stats after running individual inputsKostya Serebryany2016-05-041-1/+1
* [libFuzzer] enable detect_leaks=1, add proper docsKostya Serebryany2016-04-291-1/+1
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-271-0/+1
* [libFuzzer] remove dead codeKostya Serebryany2016-04-251-1/+0
* [libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...Kostya Serebryany2016-04-201-0/+5
* [libFuzzer] try to print correct time in seconds when reporting a timeout. Do...Kostya Serebryany2016-04-181-2/+2
* [libFuzzer] handle SIGTERMKostya Serebryany2016-03-241-0/+1
* [libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...Kostya Serebryany2016-03-181-0/+2
* [libFuzzer] improve -merge functionalityKostya Serebryany2016-03-181-1/+7
* [libFuzzer] deprecate several flagsKostya Serebryany2016-03-171-5/+0
* [libFuzzer] try to use max_len based on the items of the corpus instead of bl...Kostya Serebryany2016-03-121-2/+4
* [libFuzzer] deprecate exit_on_first flagKostya Serebryany2016-03-011-1/+0
* [libFuzzer] add generic signal handlers so that libFuzzer can report at least...Kostya Serebryany2016-03-011-1/+12
* [libFuzzer] add -print_final_stats=1 flagKostya Serebryany2016-02-261-0/+8
* [libFuzzer] initial implementation of path coverage based on -fsanitize-cover...Kostya Serebryany2016-02-261-0/+8
* [libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...Kostya Serebryany2016-02-181-4/+4
* [libFuzzer] remove std::vector operations from hot paths, NFCKostya Serebryany2016-02-131-4/+8
* [libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzz...Kostya Serebryany2016-02-131-0/+1
* [libFuzzer] simplify CTOR of MutationDispatcherKostya Serebryany2016-02-131-3/+3
* [libFuzzer] get rid of MutationDispatcher::Impl (simplify the code; NFC)Kostya Serebryany2016-02-131-4/+77
* [libFuzzer] get rid of UserSuppliedFuzzer; NFCKostya Serebryany2016-02-131-46/+6
* [libFuzzer] simplify the code around Random. NFCKostya Serebryany2016-02-131-36/+11
* [libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).Kostya Serebryany2016-02-131-0/+60
* [libFuzzer] allow passing 1 or more files as individual inputsKostya Serebryany2016-02-021-0/+1
OpenPOWER on IntegriCloud