summaryrefslogtreecommitdiff
path: root/lib/fuzzer/tests
Commit message (Expand)AuthorAgeFilesLines
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-2/+2
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-082-2/+53
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-061-1/+1
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-052-3/+1
* [libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir.Max Moroz2019-07-092-1/+3
* [libFuzzer] Improve FuzzedDataProvider helper.Max Moroz2019-06-181-9/+42
* [libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany2019-06-141-1/+7
* Add FuzzedDataProvider helper class / single header library.Max Moroz2019-06-112-2/+338
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-091-0/+86
* [CMake][LibFuzzer] Match symbol visibility setting between LibFuzzer object f...Dan Liew2019-02-281-0/+5
* [compiler-rt] Fix broken sanitizer bots (hopefully)Jonas Hahnfeld2019-02-171-3/+0
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-2/+6
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-4/+5
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-5/+4
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-4/+5
* [libFuzzer] fix the unit testsKostya Serebryany2019-02-151-6/+6
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-141-25/+25
* [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; se...Kostya Serebryany2019-02-121-1/+2
* [libFuzzer] more refactoring; change some of the exit codes (timeout, OOM, in...Kostya Serebryany2019-02-091-4/+6
* [libFuzzer] remove two unused experimental flagsKostya Serebryany2019-02-081-3/+0
* [libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in ...Kostya Serebryany2019-02-081-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-2/+3
* [test] Add missing cmake include for building libFuzzer aloneMichal Gorny2018-12-061-0/+2
* [compiler-rt][Fuzzer] Fix the fuzzer test buildPetr Hosek2018-11-021-2/+2
* [libfuzzer][Windows] Silence linker warning in unittestJonathan Metzman2018-10-141-3/+1
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-302-0/+9
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-292-9/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-292-0/+9
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-282-9/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-282-0/+9
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-1/+2
* [libFuzzer] Do not turn unittest warnings into errors.Matt Morehouse2018-06-261-1/+0
* [Fuzzer] Don't hardcode target architecture for Fuzzer testsPetr Hosek2018-06-151-32/+34
* [libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov2018-06-141-0/+4
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-1/+2
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+8
* [libFuzzer] Run libFuzzer unit tests only on host architecture.George Karpenkov2018-05-241-32/+33
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-1/+1
* [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew2018-04-241-0/+15
* [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.Dan Liew2018-04-201-1/+1
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-1/+1
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-4/+4
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-2/+2
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-2/+2
* Reland "[libFuzzer] Support using libc++"Petr Hosek2018-01-171-3/+13
* Revert "[libFuzzer] Support using libc++"Petr Hosek2018-01-171-13/+3
* [libFuzzer] Support using libc++Petr Hosek2018-01-171-3/+13
* lib Fuzzer FreeBSD supportKamil Rytarowski2018-01-121-2/+2
* [libFuzzer] Decrease stack usage in unit testsKostya Serebryany2017-12-061-26/+26
* [libFuzzer] Make redirects happen in proper sequence.Matt Morehouse2017-12-051-1/+1