summaryrefslogtreecommitdiffstats
path: root/tools/clang-fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse2017-12-062-1/+2
* [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-113-54/+83
* [clang-fuzzer] Fix shared library dependencies.Matt Morehouse2017-10-113-3/+5
* Revert "[clang-fuzzer] Allow building without coverage instrumentation."Matt Morehouse2017-10-103-82/+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-103-53/+81
* [clang-proto-fuzzer] Fix clang-proto-to-cxx build.Matt Morehouse2017-08-232-0/+2
* Update Clang fuzzers to use libFuzzer bundled with the toolchain.George Karpenkov2017-08-231-2/+1
* [clang-proto-fuzzer] Update README.Matt Morehouse2017-08-211-8/+15
* [clang-proto-fuzzer] Allow user-specified compiler arguments.Matt Morehouse2017-08-181-1/+17
* Add a Dockerfile for clang-proto-fuzzerKostya Serebryany2017-08-122-0/+39
* [clang-fuzzer] Resolve proto dependenciesVitaly Buka2017-08-091-1/+4
* Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse2017-08-0812-43/+503
* do more processing in clang-fuzzer (use EmitAssemblyAction)Kostya Serebryany2017-07-142-3/+11
* Unbreak the clang-fuzzer build after r291184.Benjamin Kramer2017-01-111-1/+1
* Add missing header in ClangFuzzer (after r275882 cleanup)Mehdi Amini2016-07-181-0/+1
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-021-1/+2
* Fix clang-fuzzer build after r242499.Adrian Prantl2015-07-171-1/+1
* [clang-fuzzer] Update clang-fuzzer to API change in r240225.Alexey Samsonov2015-06-251-1/+4
* 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
* fix clang-fuzzer and clang-format-fuzzer Kostya Serebryany2015-05-071-1/+1
* [clang-fuzzer] make clang-fuzzer slightly faster by removing one redundant di...Kostya Serebryany2015-05-041-2/+2
* Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer l...Aaron Ballman2015-04-061-16/+18
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-5/+16
* Add initial version of a clang-fuzzer.Manuel Klimek2015-03-282-0/+50