summaryrefslogtreecommitdiff
path: root/tools/clang-fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [clang-fuzzer] Update proto fuzzer example for r375453.Benjamin Kramer2019-10-221-1/+1
* [clang-fuzzer] Add new fuzzer target for Objective-CDavid Goldman2019-10-2111-7/+185
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false)' call.Lang Hames2019-07-151-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* [clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleC...Alex Bradbury2018-12-121-0/+1
* Update README and Dockerfile to include llvm-proto-fuzzerEmmett Neyman2018-08-162-0/+38
* Implementation of nested loops in cxx_loop_protoEmmett Neyman2018-08-153-35/+116
* Added LLVM metadata to generated IR to increase vectorization widthEmmett Neyman2018-08-091-1/+6
* Added another optimization pass to make vectorizing possibleEmmett Neyman2018-08-091-4/+16
* Changed how LLVM IR was generated to increase vectorizationEmmett Neyman2018-08-061-14/+13
* [clang-fuzzer] Remove unused typedef.Matt Morehouse2018-08-041-2/+1
* LLVM Proto Fuzzer - Run Functions on Suite of InputsEmmett Neyman2018-08-043-15/+149
* [NFC] Silence warning about ptr-to-func to ptr-to-obj cast in clang-fuzzer/ha...Andrei Elovikov2018-08-011-1/+17
* added shared library to fix buildbotEmmett Neyman2018-07-271-0/+2
* Updated llvm-proto-fuzzer to execute the compiled codeEmmett Neyman2018-07-263-58/+148
* Attempt to fix latent tablegen dependency issueReid Kleckner2018-06-231-1/+10
* Fix BUILD_SHARED_LIBS=1 build of libclangHandleLLVMSam Clegg2018-06-221-1/+7
* Implemented proto to LLVM conversion and LLVM fuzz targetEmmett Neyman2018-06-2214-36/+430
* Test commit, made a minor change to a commentEmmett Neyman2018-06-211-1/+1
* [clang-fuzzer] Modified protobuf and converter to add new signature, remove c...Matt Morehouse2018-06-112-12/+29
* [clang-fuzzer] Made loop_proto more "vectorizable".Matt Morehouse2018-06-082-45/+13
* Introducing single for loop into clang_proto_fuzzerVitaly Buka2018-06-077-5/+351
* [clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.Matt Morehouse2018-06-055-18/+71
* update two comments as suggested on https://reviews.llvm.org/D46843Nico Weber2018-05-152-4/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-093-3/+3
* [clang-proto-to-cxx] Accept protobufs with missing fields.Matt Morehouse2018-02-021-1/+1
* [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