summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Moving libFuzzer from LLVM to compiler-rt.George Karpenkov2017-08-211-99/+0
* Always compile libFuzzer with no coverageGeorge Karpenkov2017-08-211-2/+2
* [CMake] Add install target for LLVMFuzzerPetr Hosek2017-08-141-0/+21
* [libFuzzer] experimental support for Clang's coverage (fprofile-instr-generat...Kostya Serebryany2017-08-111-0/+1
* Do not instrument libFuzzer itself when built with -DLLVM_USE_SANITIZE_COVERAGEGeorge Karpenkov2017-08-071-0/+5
* [libFuzzer tests] Only enable libFuzzer tests ifGeorge Karpenkov2017-08-041-1/+2
* Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.George Karpenkov2017-08-041-13/+8
* Disable libFuzzer tests on WindowsGeorge Karpenkov2017-08-041-2/+10
* [libFuzzer] simplify the handling of memmem/strstrKostya Serebryany2017-07-141-1/+0
* [libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-blockGeorge Karpenkov2017-07-121-1/+1
* [libFuzzer] Always build libFuzzer Kuba Mracek2017-04-211-34/+40
* Fixup for r301007: Restrict the -D hack to Darwin.Kuba Mracek2017-04-211-7/+9
* Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.Kuba Mracek2017-04-211-20/+14
* [libFuzzer] Always build libFuzzerKuba Mracek2017-04-211-14/+20
* [libFuzzer] Changing thread_local to __thread in libFuzzerKuba Mracek2017-04-211-0/+13
* Revert r300789: There are Windows bot failures.Kuba Mracek2017-04-191-20/+14
* [libFuzzer] Always build libFuzzerKuba Mracek2017-04-191-14/+20
* [libFuzzer] create experimental support for user-provided coverage signalKostya Serebryany2017-03-231-0/+1
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-2/+2
* [libFuzzer] Use dynamic loading for External Functions on Windows.Marcos Pividori2017-02-101-1/+1
* [libFuzzer] Temporarily fix Shmem for Windows.Marcos Pividori2017-02-081-0/+1
* [libFuzzer] experimental support for 'equivalance fuzzing'Kostya Serebryany2017-01-201-0/+1
* [libFuzzer] build libFuzzer itself with asanKostya Serebryany2016-12-121-1/+1
* [libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...Kostya Serebryany2016-12-091-1/+2
* Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."Zachary Turner2016-12-021-0/+2
* Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows."Zachary Turner2016-12-021-2/+0
* [LibFuzzer] Introduce a portable WeakAlias implementation.Zachary Turner2016-12-021-0/+1
* [LibFuzzer] Split FuzzerUtil for Posix and Windows.Zachary Turner2016-12-021-0/+2
* [LibFuzzer] Add Windows implementations of some IO functions.Zachary Turner2016-11-301-1/+3
* [libFuzzer] use __attribute__((target("popcnt"))) only on x86_64Kostya Serebryany2016-08-241-1/+1
* [libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany2016-08-161-1/+1
* [LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on...Dan Liew2016-08-121-0/+2
* [LibFuzzer] Reimplement how the optional user functions are called.Dan Liew2016-06-021-0/+2
* [LibFuzzer] Emit error if LLVM_USE_SANITIZER is not correctly set.Dan Liew2016-05-261-0/+6
* [LibFuzzer] Allow LibFuzzer to be built in modes other than RELEASE.Dan Liew2016-05-261-2/+2
* [libFuzzer] simplify FuzzerInterface.hKostya Serebryany2016-05-131-1/+0
* [libFuzzer] add -Werror for libFuzzer build ruleKostya Serebryany2016-03-021-1/+1
* [libFuzzer] remove FuzzerSanitizerOptions.cppKostya Serebryany2016-03-011-1/+0
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-6/+2
* [libFuzzer] initial implementation of path coverage based on -fsanitize-cover...Kostya Serebryany2016-02-261-0/+1
* [libFuzzer] fix the libFuzzer bot Kostya Serebryany2016-02-181-1/+1
* Fuzzer: Fix library dependencies.Peter Collingbourne2015-12-161-0/+6
* [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany2015-05-221-2/+6
* [lib/Fuzzer] Add SHA1 implementation from public domain.Kostya Serebryany2015-05-141-0/+1
* [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments....Kostya Serebryany2015-05-111-1/+1
* Removing a spurious space; NFC.Aaron Ballman2015-04-061-1/+1
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-301-2/+4
* [fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...Kostya Serebryany2015-02-191-0/+1
* [fuzzer] move default sanitizer options to a separate fileKostya Serebryany2015-02-061-0/+1
* [fuzzer] Add a gtest-style testKostya Serebryany2015-01-301-3/+5
OpenPOWER on IntegriCloud