aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-21CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne1-1/+1
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie1-1/+1
2018-02-05[llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpusIgor Laevsky1-2/+2
2017-12-13Remove redundant includes from tools.Michael Zolotukhin1-2/+0
2017-11-27Rename CommandFlags.h -> CommandFlags.defDavid Blaikie1-1/+1
2017-11-16[FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky1-27/+0
2017-10-16fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (a...Kostya Serebryany1-1/+1
2017-10-12Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name"Justin Bogner1-1/+2
2017-10-12Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the exe...Hans Wennborg1-1/+0
2017-10-12llvm-isel-fuzzer: Handle a subset of backend flags in the executable nameJustin Bogner1-0/+1
2017-09-02Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner1-16/+2
2017-09-01Specify the namespace in llvm::make_unique to fix the windows buildJustin Bogner1-1/+1
2017-08-31llvm-isel-fuzzer: Stop including FuzzerInterface.hJustin Bogner1-1/+0
2017-08-29Implement llvm-isel-fuzzer for fuzzing instruction selectionJustin Bogner1-0/+213