summaryrefslogtreecommitdiff
path: root/tools/llvm-isel-fuzzer
AgeCommit message (Expand)Author
2018-05-21CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne
2018-05-11make add_llvm_fuzzer calls slightly more consisten with other cmakeNico Weber
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie
2018-02-05[llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpusIgor Laevsky
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-27Rename CommandFlags.h -> CommandFlags.defDavid Blaikie
2017-11-16[FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky
2017-10-16fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (a...Kostya Serebryany
2017-10-12Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name"Justin Bogner
2017-10-12Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the exe...Hans Wennborg
2017-10-12llvm-isel-fuzzer: Handle a subset of backend flags in the executable nameJustin Bogner
2017-09-02Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner
2017-09-01llvm-isel-fuzzer: Weak function invoke the ire of PE/COFFJustin Bogner
2017-09-01llvm-isel-fuzzer: Add link-time dependency on BitWriterJustin Bogner
2017-09-01llvm-isel-fuzzer: Add link-time dependency on BitReaderJustin Bogner
2017-09-01Specify the namespace in llvm::make_unique to fix the windows buildJustin Bogner
2017-09-01llvm-isel-fuzzer: Make buildable and testable without libFuzzerJustin Bogner
2017-08-31cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner
2017-08-31llvm-isel-fuzzer: Stop including FuzzerInterface.hJustin Bogner
2017-08-29Implement llvm-isel-fuzzer for fuzzing instruction selectionJustin Bogner