aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc-assemble-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
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-1/+1
2022-02-16Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN1-1/+1
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-1/+1
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-07-22[llvm-mc-assemble-fuzzer] Initialize MCTargetOptions.Hsiangkai Wang1-0/+2
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-4/+4
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-5/+4
2020-05-18Add missing include Host.h in llvm-mc-* fuzzers. NFC.Fedor Sergeev1-0/+1
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille2-6/+7
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-1/+0
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-3/+3
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-02-21Fix some include order and file headers issues. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-17[llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWriter instead of a streamBrian Cain1-3/+4
2018-05-11make add_llvm_fuzzer calls slightly more consisten with other cmakeNico Weber1-1/+3
2018-05-04[llvm-mc-assemble-fuzzer] Catch up with API changes.Davide Italiano1-7/+6
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie1-1/+1
2017-11-27Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie1-1/+1
2017-11-06Make MCAsmBackend and MCCodeEmiiter passed by unique_ptr rvalMitch Phillips1-2/+4
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-2/+2
2017-08-31cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner1-16/+10
2017-08-29Fix build of llvm-mc-assemble/disassemble-fuzzerJustin Bogner1-4/+4
2017-08-23Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchainGeorge Karpenkov2-7/+3
2017-02-27llvm-mc-fuzzer: add support for assemblyBrian Cain2-0/+332