summaryrefslogtreecommitdiff
path: root/tools/clang-fuzzer/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Implemented proto to LLVM conversion and LLVM fuzz targetEmmett Neyman2018-06-221-1/+21
* Introducing single for loop into clang_proto_fuzzerVitaly Buka2018-06-071-4/+30
* [clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.Matt Morehouse2018-06-051-0/+4
* update two comments as suggested on https://reviews.llvm.org/D46843Nico Weber2018-05-151-2/+1
* [CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse2017-12-061-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.Matt Morehouse2017-10-121-3/+3
* [clang-fuzzer] Allow linking with any fuzzing engine.Matt Morehouse2017-10-111-1/+5
* Reland "[clang-fuzzer] Allow building without coverage instrumentation."Matt Morehouse2017-10-111-54/+60
* [clang-fuzzer] Fix shared library dependencies.Matt Morehouse2017-10-111-0/+1
* Revert "[clang-fuzzer] Allow building without coverage instrumentation."Matt Morehouse2017-10-101-59/+53
* [clang-fuzzer] Build proto-to-cxx with fuzzer-no-link.Matt Morehouse2017-10-101-0/+1
* [clang-fuzzer] Allow building without coverage instrumentation.Matt Morehouse2017-10-101-53/+58
* [clang-proto-fuzzer] Fix clang-proto-to-cxx build.Matt Morehouse2017-08-231-0/+1
* Update Clang fuzzers to use libFuzzer bundled with the toolchain.George Karpenkov2017-08-231-2/+1
* Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse2017-08-081-9/+48
* do more processing in clang-fuzzer (use EmitAssemblyAction)Kostya Serebryany2017-07-141-1/+2
* revert r237081 -- bad idea (-lcrypt may not be present)Kostya Serebryany2015-05-121-1/+0
* add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)Kostya Serebryany2015-05-121-1/+2
* Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer l...Aaron Ballman2015-04-061-16/+18
* Add initial version of a clang-fuzzer.Manuel Klimek2015-03-281-0/+18