summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-isel-fuzzer
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
* Break a couple more false dependencies on target librariesDaniel Sanders2019-06-101-1/+4
* Fix file header issues in fuzzers. NFCFangrui Song2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-1/+1
* make add_llvm_fuzzer calls slightly more consisten with other cmakeNico Weber2018-05-111-2/+4
* 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-022-51/+5
* llvm-isel-fuzzer: Weak function invoke the ire of PE/COFFJustin Bogner2017-09-011-4/+1
* llvm-isel-fuzzer: Add link-time dependency on BitWriterJustin Bogner2017-09-011-0/+1
* llvm-isel-fuzzer: Add link-time dependency on BitReaderJustin Bogner2017-09-011-0/+1
* Specify the namespace in llvm::make_unique to fix the windows buildJustin Bogner2017-09-011-1/+1
* llvm-isel-fuzzer: Make buildable and testable without libFuzzerJustin Bogner2017-09-012-1/+58
* cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner2017-08-311-20/+15
* llvm-isel-fuzzer: Stop including FuzzerInterface.hJustin Bogner2017-08-312-3/+0
* Implement llvm-isel-fuzzer for fuzzing instruction selectionJustin Bogner2017-08-292-0/+235
OpenPOWER on IntegriCloud