[WebAssembly] Convert a regular for loop to a range-based for loop.
[oota-llvm.git] / lib / Fuzzer /
2015-12-19 Kostya Serebryany[libFuzzer] deprecate -save_minimized_corpus, -merge...
2015-12-19 Kostya Serebryany[libFuzzer] split the tests to run them in parallel...
2015-12-19 Kostya Serebryany[libFuzzer] make CrossOver just one of the other mutations
2015-12-19 Kostya Serebryany[libFuzzer] print successfull mutations sequences
2015-12-16 Peter CollingbourneFuzzer: Fix library dependencies.
2015-12-10 Mike Aizatsky[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using...
2015-12-05 Kostya Serebryany[libFuzzer] don't reload the corpus more than once...
2015-12-04 Kostya Serebryany[libFuzzer] compute base64 in-process instead of using...
2015-12-02 Mike AizatskyLibfuzzer: do not pass null into user function
2015-12-02 Kostya Serebryany[libFuzzer] add a test that is built with -fsanitize...
2015-11-25 Kostya Serebryany[libFuzzer] add a flag -exact_artifact_path
2015-11-21 Kostya Serebryany[libFuzzer] don't crash when reporting a leak in test_s...
2015-11-18 Kostya Serebryany[libFuzzer] remove default initializer as a workaround...
2015-11-13 Kostya Serebryany[libFuzzer] make libFuzzer build even with a compiler...
2015-11-12 Mike Aizatskyoutput_csv libfuzzer option
2015-11-12 Kostya Serebryany[libFuzzer] experimental flag -drill (another search...
2015-11-10 Kostya Serebryany[libFuzzer] add UninstrumentedTest.cpp (missing from...
2015-11-09 Kostya Serebryany[libFuzzer] make libFuzzer link if there is no sanitize...
2015-11-05 Kostya Serebryany[libFuzzer] print a bit fewer lines
2015-11-04 Kostya Serebryany[libFuzzer] when choosing the next unit to mutate,...
2015-11-03 Kostya Serebryany[libFuzzer] make -test_single_input more reliable:...
2015-10-24 Kostya Serebryany[libFuzzer] add -merge flag to merge corpora
2015-10-23 Kostya Serebryany[libFuzzer] remove some old code; also make __sanitizer...
2015-10-22 Kostya Serebryany[libFuzzer] use the indirect caller-callee counter...
2015-10-22 Kostya Serebryany[libFuzzer] more refactoring the code that checks the...
2015-10-22 Kostya Serebryany[libFuzzer] refactoring the code that checks the covera...
2015-10-22 Kostya Serebryany[libFuzzer] remove the deprecated 'tokens' feature
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-17 Kostya Serebryany[libFuzzer] add -shuffle flag
2015-10-16 Kostya Serebryany[libFuzzer] print a stack trace on timeout
2015-10-16 Kostya Serebryany[libFuzzer] reduce the size of artifacts printed on...
2015-10-16 Kostya Serebryany[libFuzzer] When -test_single_input crashes the test...
2015-10-09 Kostya Serebryany[libFuzzer] don't print large artifacts to stderr
2015-10-09 Kostya Serebryany[libFuzzer] add -artifact_prefix flag
2015-10-08 Kostya Serebryany[libFuzzer] fix 32-bit build
2015-10-03 Kostya Serebryany[libFuzzer] trying to fix at-exit hang
2015-10-02 Kostya Serebryany[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer...
2015-10-02 Kostya Serebryany[libFuzzer] remove experimental flag and functionality
2015-10-02 Kostya Serebryany[libFuzzer] add a flag -max_total_time
2015-10-01 Ivan Krasin[LibFuzzer] test_single_input option to run a single...
2015-09-30 Kostya Serebryany[libFuzzer] Marking exported symbols as visible. Patch...
2015-09-11 Kostya Serebryany[libFuzzer] perform fewer crossover operations compared...
2015-09-10 Kostya Serebryany[libFuzzer] refactor the code to allow building libFuzz...
2015-09-10 Kostya Serebryany[libFuzzer] add two more variants of FuzzerDriver for...
2015-09-08 Ivan Krasin[libFuzzer]Add a test for defeating a hash sum.
2015-09-08 Kostya Serebryany[libFuzzer] remove a piece of stale code
2015-09-08 Kostya Serebryany[libFuzzer] be more robust when dealing with files...
2015-09-08 Kostya Serebryany[libFuzzer] better documentatio for -save_minimized_cor...
2015-09-08 Kostya Serebryany[libFuzzer] remove -iterations as redundant (there...
2015-09-08 Kostya Serebryany[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
2015-09-04 Kostya Serebryany[libFuzzer] more accurate logic for traces, 80-char fix
2015-09-04 Kostya Serebryany[libFuzzer] when a single mutation fails try a few...
2015-09-04 Kostya Serebryany[libFuzzer] actually make the dictionaries work (+docs)
2015-09-03 Kostya Serebryany[libFuzzer] refactor the mutation functions so that...
2015-09-03 Kostya Serebryany[libFuzzer] adding a parser for AFL-style dictionaries...
2015-09-02 Kostya Serebryany[libFuzzer] deprecate the -tokens flag. This was a...
2015-09-02 Kostya Serebryany[libFuzzer] honour -only_ascii=1 when reading the initi...
2015-08-26 Kostya Serebryany[libFuzzer] fix minor inefficiency, PR24584
2015-08-12 Lenny MaioraniFix missing space in libfuzzer's help text.
2015-08-12 Kostya Serebryany[libFuzzer] add two flags, -tbm_depth and -tbm_width...
2015-08-12 Kostya Serebryany[libFuzzer] add colons to the stats output to avoid...
2015-08-12 Kostya Serebryany[libFuzzer] use raw C IO to reduce the risk of a deadlo...
2015-08-11 Nick LewyckyFix unused variable 'X' in release builds.
2015-08-11 Kostya Serebryany[libFuzzer] add -only_ascii flag
2015-08-10 Yaron KerenAdd missing include guard to FuzzerInternal.h, NFC.
2015-08-06 Kostya Serebryany[libFuzzer] move the mutators to public interface so...
2015-08-06 Kostya Serebryany[libFuzzer] add one more mutation strategy: byte shuffling
2015-08-05 Kostya Serebryany[libFuzzer] avoid build warnings in non-assert build...
2015-08-05 Kostya Serebryany[libFuzzer] in dfsan mode, set labels every time we...
2015-08-05 Kostya Serebryany[libFuzzer] add option -report_slow_units=Nsec to contr...
2015-08-05 Kostya Serebryany[libFuzzer] add a missing test file
2015-08-05 Kostya Serebryany[libFuzzer] use data-flow feedback from strcmp
2015-08-01 Kostya Serebryany[libFuzzer] more refactoring of the Mutator and adding...
2015-08-01 Kostya Serebryany[libFuzzer] start refactoring the Mutator and adding...
2015-07-31 Kostya Serebryany[libFuzzer] limit the size of the inputs printed to...
2015-07-31 Kostya Serebryany[libFuzzer] make sure that 2-byte arguments of switch...
2015-07-31 Kostya Serebryany[libFuzzer] record traces from the switch statements...
2015-07-31 Kostya Serebryany[libFuzzer] support switch interception in dfsan mode
2015-07-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
2015-07-30 Kostya Serebryany[libFuzzer] fix the strncmp interceptor -- it should...
2015-07-30 Kostya Serebryany[libFuzzer] implement strncmp hook for data-flow-guided...
2015-07-30 Kostya Serebryany[libFuzzer] implement memcmp hook for data-flow-guided...
2015-07-28 Kostya Serebryany[libFuzzer] ensure that the dfsan tracing hooks actuall...
2015-07-28 Kostya Serebryany[libFuzzer] when using cmp traces, first check that...
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-07-23 Kostya Serebryany[libFuzzer] dump long running units to disk
2015-07-21 Alexey Samsonov[Fuzzer] Rely on $PATH expansion instead of hardcoding...
2015-07-21 Alexey Samsonov[Fuzzer] Clearly separate regular and DFSan tests....
2015-07-18 Kostya Serebryany[libFuzzer] require the files and directories passed...
2015-05-30 Kostya Serebryany[lib/Fuzzer] make assertions more informative and updat...
2015-05-29 Kostya Serebryany[lib/Fuzzer] relax an assertion
2015-05-26 Kostya Serebryany[lib/Fuzzer] make the fuzzing timeout 1200 seconds...
2015-05-26 Kostya Serebryany[lib/Fuzzer] fix docs
2015-05-26 Kostya Serebryany[lib/Fuzzer] fix build with assertions
2015-05-23 Kostya Serebryany[lib/Fuzzer] doxygen-ify the comments for the user...
2015-05-23 Kostya Serebryany[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
2015-05-23 Kostya Serebryany[lib/Fuzzer] start getting rid of std::cerr. Sadly...
2015-05-22 Kostya Serebryany[lib/Fuzzer] remove -use_coverage_pairs=1, an experimen...
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-21 Kostya Serebryany[lib/Fuzzer] ignore flags that start with --; use git...
next