aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc-disassemble-fuzzer
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2020-05-18Add missing include Host.h in llvm-mc-* fuzzers. NFC.Fedor Sergeev1-0/+1
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-1/+0
2019-02-21Fix file header issues in fuzzers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-11make add_llvm_fuzzer calls slightly more consisten with other cmakeNico Weber1-1/+3
2017-08-31cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner1-16/+11
2017-08-29Fix build of llvm-mc-assemble/disassemble-fuzzerJustin Bogner1-2/+3
2017-08-23Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchainGeorge Karpenkov2-8/+2
2017-02-27llvm-mc-fuzzer: add support for assemblyBrian Cain2-0/+164