aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-fuzzer
AgeCommit message (Expand)Author
2018-08-16Update README and Dockerfile to include llvm-proto-fuzzerEmmett Neyman
2018-08-15Implementation of nested loops in cxx_loop_protoEmmett Neyman
2018-08-09Added LLVM metadata to generated IR to increase vectorization widthEmmett Neyman
2018-08-09Added another optimization pass to make vectorizing possibleEmmett Neyman
2018-08-06Changed how LLVM IR was generated to increase vectorizationEmmett Neyman
2018-08-04[clang-fuzzer] Remove unused typedef.Matt Morehouse
2018-08-04LLVM Proto Fuzzer - Run Functions on Suite of InputsEmmett Neyman
2018-08-01[NFC] Silence warning about ptr-to-func to ptr-to-obj cast in clang-fuzzer/ha...Andrei Elovikov
2018-07-27added shared library to fix buildbotEmmett Neyman
2018-07-26Updated llvm-proto-fuzzer to execute the compiled codeEmmett Neyman
2018-06-23Attempt to fix latent tablegen dependency issueReid Kleckner
2018-06-22Fix BUILD_SHARED_LIBS=1 build of libclangHandleLLVMSam Clegg
2018-06-22Implemented proto to LLVM conversion and LLVM fuzz targetEmmett Neyman
2018-06-21Test commit, made a minor change to a commentEmmett Neyman
2018-06-11[clang-fuzzer] Modified protobuf and converter to add new signature, remove c...Matt Morehouse
2018-06-08[clang-fuzzer] Made loop_proto more "vectorizable".Matt Morehouse
2018-06-07Introducing single for loop into clang_proto_fuzzerVitaly Buka
2018-06-05[clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.Matt Morehouse
2018-05-15update two comments as suggested on https://reviews.llvm.org/D46843Nico Weber
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-02-02[clang-proto-to-cxx] Accept protobufs with missing fields.Matt Morehouse
2017-12-06[CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-12[cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.Matt Morehouse
2017-10-11[clang-fuzzer] Allow linking with any fuzzing engine.Matt Morehouse
2017-10-11Reland "[clang-fuzzer] Allow building without coverage instrumentation."Matt Morehouse
2017-10-11[clang-fuzzer] Fix shared library dependencies.Matt Morehouse
2017-10-10Revert "[clang-fuzzer] Allow building without coverage instrumentation."Matt Morehouse
2017-10-10[clang-fuzzer] Build proto-to-cxx with fuzzer-no-link.Matt Morehouse
2017-10-10[clang-fuzzer] Allow building without coverage instrumentation.Matt Morehouse
2017-08-23[clang-proto-fuzzer] Fix clang-proto-to-cxx build.Matt Morehouse
2017-08-23Update Clang fuzzers to use libFuzzer bundled with the toolchain.George Karpenkov
2017-08-21[clang-proto-fuzzer] Update README.Matt Morehouse
2017-08-18[clang-proto-fuzzer] Allow user-specified compiler arguments.Matt Morehouse
2017-08-12Add a Dockerfile for clang-proto-fuzzerKostya Serebryany
2017-08-09[clang-fuzzer] Resolve proto dependenciesVitaly Buka
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse
2017-07-14do more processing in clang-fuzzer (use EmitAssemblyAction)Kostya Serebryany
2017-01-11Unbreak the clang-fuzzer build after r291184.Benjamin Kramer
2016-07-18Add missing header in ClangFuzzer (after r275882 cleanup)Mehdi Amini
2015-10-02[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany
2015-07-17Fix clang-fuzzer build after r242499.Adrian Prantl
2015-06-25[clang-fuzzer] Update clang-fuzzer to API change in r240225.Alexey Samsonov
2015-05-12revert r237081 -- bad idea (-lcrypt may not be present)Kostya Serebryany
2015-05-12add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)Kostya Serebryany
2015-05-07fix clang-fuzzer and clang-format-fuzzer Kostya Serebryany
2015-05-04[clang-fuzzer] make clang-fuzzer slightly faster by removing one redundant di...Kostya Serebryany
2015-04-06Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer l...Aaron Ballman
2015-03-28Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek
2015-03-28Add initial version of a clang-fuzzer.Manuel Klimek