summaryrefslogtreecommitdiff
path: root/lib/fuzzer/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-081-1/+1
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-051-2/+0
* [libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir.Max Moroz2019-07-091-0/+2
* Add FuzzedDataProvider helper class / single header library.Max Moroz2019-06-111-2/+17
* [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] replace slow std::mt19937 with a much faster std::minstd_rand; se...Kostya Serebryany2019-02-121-1/+2
* [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-301-0/+2
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-2/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-0/+2
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-2/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-0/+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] Run libFuzzer unit tests only on host architecture.George Karpenkov2018-05-241-32/+33
* [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
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+46