summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-isel-fuzzer
AgeCommit message (Expand)Author
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2024-10-22[NFC][Fuzzer] Refactor to avoid a false warning from gcc (#112944)Jinsong Ji
2023-10-04Introduce and use codegen::createTargetMachineForTriple()Alex Richardson
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-05-09[FuzzMutate] Module size heuristicsZhenkai Weng
2023-01-23[NFC] Consolidate llvm::CodeGenOpt::Level handlingScott Linder
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-05-07Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR."Sam McCall
2022-05-07Revert "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR."Aaron Ballman
2022-05-07[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR.Sam McCall
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-05[Support] Change fatal_error_handler_t to take a const char* instead of std::...Simon Pilgrim
2020-10-14[AIX] Turn -fdata-sections on by default in Clangjasonliu
2020-06-23llvm-isel-fuzzer.cpp - fix implicit CommandLine.h dependency. NFC.Simon Pilgrim
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille
2019-11-13Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-06-10Break a couple more false dependencies on target librariesDaniel Sanders
2019-02-21Fix file header issues in fuzzers. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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