aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-1647-7427/+0
* [FuzzerUtil] Partially revert D38481 on FuzzerUtilTim Shen2017-10-041-1/+9
* Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola2017-10-031-9/+1
* Moving libFuzzer from LLVM to compiler-rt.George Karpenkov2017-08-21151-3641/+4
* Always compile libFuzzer with no coverageGeorge Karpenkov2017-08-211-2/+2
* Get rid of even more "%T" expansions, see <https://reviews.llvm.org/D35396>.Kuba Mracek2017-08-202-2/+4
* [SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse2017-08-182-16/+14
* [CMake] Add install target for LLVMFuzzerPetr Hosek2017-08-141-0/+21
* [libFuzzer] try to use less RAM while processing the initial corpusKostya Serebryany2017-08-141-1/+2
* [libFuzzer] explicitly use -fsanitize-coverage=trace-pc-guard in test/dump_co...Kostya Serebryany2017-08-143-7/+7
* [libFuzzer] experimental support for Clang's coverage (fprofile-instr-generat...Kostya Serebryany2017-08-116-15/+99
* [libFuzzer] Re-enable coverage.test on Darwin.George Karpenkov2017-08-111-2/+0
* [libFuzzer] Update LibFuzzer w.r.t. the new comparisons instrumentation APIAlexander Potapenko2017-08-101-0/+35
* [libFuzzer] simplify code, NFCKostya Serebryany2017-08-082-11/+7
* [libFuzzer] remove stale codeKostya Serebryany2017-08-083-14/+0
* [libFuzzer] simplify the implementation of -print_coverage=1Kostya Serebryany2017-08-082-103/+69
* Do not instrument libFuzzer itself when built with -DLLVM_USE_SANITIZE_COVERAGEGeorge Karpenkov2017-08-071-0/+5
* [libFuzzer] use the in-binary pc table (instead of PCs captured at run-time) ...Kostya Serebryany2017-08-045-13/+25
* [libFuzzer] print PCs using the in-binary PC-table instead of relying on PCs ...Kostya Serebryany2017-08-043-21/+40
* [libFuzzer] re-enable fuzzer-printcovpcs.testKostya Serebryany2017-08-041-1/+1
* [libFuzzer] make a test more robustKostya Serebryany2017-08-041-1/+1
* [libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer testsKostya Serebryany2017-08-0465-241/+241
* [libFuzzer] split one test into severalKostya Serebryany2017-08-047-24/+24
* [libFuzzer tests] Only enable libFuzzer tests ifGeorge Karpenkov2017-08-042-18/+16
* [libFuzzer] make trace-pc.test more reliableKostya Serebryany2017-08-041-1/+1
* Fixing buildbots: do not register check-fuzzer if clang or asan are notGeorge Karpenkov2017-08-041-12/+15
* Drop Windows support from libFuzzer tests.George Karpenkov2017-08-049-55/+5
* Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.George Karpenkov2017-08-0472-442/+341
* Disable libFuzzer tests on WindowsGeorge Karpenkov2017-08-041-2/+10
* [libFuzzer] Un-reverting change in tests after fixing the failure on Linux.George Karpenkov2017-08-031-1/+1
* Revert "[libFuzzer tests] Use substring comparison in libFuzzer tests"George Karpenkov2017-08-021-1/+1
* [libFuzzer tests] Use substring comparison in libFuzzer testsGeorge Karpenkov2017-08-021-1/+1
* [libFuzzer] temporarty remove pc-tables and disable test/fuzzer-printcovpcs.t...Kostya Serebryany2017-08-012-2/+3
* [libFuzzer] implement more correct way of computing feature index for Inline8...Kostya Serebryany2017-08-012-11/+18
* [libFuzzer] enable -fsanitize-coverage=pc-table for all testsKostya Serebryany2017-08-014-11/+22
* [libFuzzer] implement __sanitizer_cov_pcs_init and add pc-table to build flag...Kostya Serebryany2017-07-313-6/+32
* [libFuzzer] improve support for inline-8bit-counters (make it more correct an...Kostya Serebryany2017-07-283-3/+21
* [libFuzzer] don't disable msan for TracePC::CollectFeatures: this started to ...Kostya Serebryany2017-07-251-1/+1
* [libFuzzer] make one test faster, fix compiler warnings in testsKostya Serebryany2017-07-254-4/+4
* Revert "Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tes...George Karpenkov2017-07-241-1/+1
* [libFuzzer] reimplement experimental_len_control=1: bump the temporary max_le...Kostya Serebryany2017-07-224-22/+34
* Generate error reports when a fuzz target exits.Matt Morehouse2017-07-2021-20/+59
* [libFuzzer] delete stale codeKostya Serebryany2017-07-201-23/+0
* [libFuzzer] make sure CheckExitOnSrcPosOrItem is called after the new input i...Kostya Serebryany2017-07-202-4/+6
* [libFuzzer] prototype implementation of recursion-depth coverage features (co...Kostya Serebryany2017-07-205-4/+30
* [libFuzzer] add DeepRecursionTest, inspired by https://guidovranken.wordpress...Kostya Serebryany2017-07-202-0/+26
* Try to deflake fuzzer-oom.test on WindowsReid Kleckner2017-07-201-1/+5
* [libFuzzer] simplify two more testsKostya Serebryany2017-07-192-3/+3
* [libFuzzer] change several tests to not limit the max len: with reduce_inputs...Kostya Serebryany2017-07-196-7/+5
* Fix fuzzer-flags.test on WindowsReid Kleckner2017-07-192-3/+1