summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-1/+1
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* [llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpusIgor Laevsky2018-02-051-2/+2
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-2/+0
* Rename CommandFlags.h -> CommandFlags.defDavid Blaikie2017-11-271-1/+1
* [FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky2017-11-161-27/+0
* fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (a...Kostya Serebryany2017-10-161-1/+1
* Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name"Justin Bogner2017-10-121-1/+2
* Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the exe...Hans Wennborg2017-10-121-1/+0
* llvm-isel-fuzzer: Handle a subset of backend flags in the executable nameJustin Bogner2017-10-121-0/+1
* Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner2017-09-021-16/+2
* Specify the namespace in llvm::make_unique to fix the windows buildJustin Bogner2017-09-011-1/+1
* llvm-isel-fuzzer: Stop including FuzzerInterface.hJustin Bogner2017-08-311-1/+0
* Implement llvm-isel-fuzzer for fuzzing instruction selectionJustin Bogner2017-08-291-0/+213
OpenPOWER on IntegriCloud