summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc-assemble-fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song2022-06-041-1/+1
* [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN2022-02-161-1/+1
* Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN2022-02-161-1/+1
* [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN2022-02-161-1/+1
* Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner2021-10-081-1/+1
* [llvm-mc-assemble-fuzzer] Initialize MCTargetOptions.Hsiangkai Wang2021-07-221-0/+2
* [MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones2021-05-231-4/+4
* [MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones2021-05-051-5/+4
* Add missing include Host.h in llvm-mc-* fuzzers. NFC.Fedor Sergeev2020-05-181-0/+1
* Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille2020-03-172-6/+7
* Remove AllTargetsAsmPrintersNico Weber2020-01-171-1/+0
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-3/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Fix some include order and file headers issues. NFCFangrui Song2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWriter instead of a streamBrian Cain2018-08-171-3/+4
* make add_llvm_fuzzer calls slightly more consisten with other cmakeNico Weber2018-05-111-1/+3
* [llvm-mc-assemble-fuzzer] Catch up with API changes.Davide Italiano2018-05-041-7/+6
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie2017-11-271-1/+1
* Make MCAsmBackend and MCCodeEmiiter passed by unique_ptr rvalMitch Phillips2017-11-061-2/+4
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner2017-08-311-16/+10
* Fix build of llvm-mc-assemble/disassemble-fuzzerJustin Bogner2017-08-291-4/+4
* Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchainGeorge Karpenkov2017-08-232-7/+3
* llvm-mc-fuzzer: add support for assemblyBrian Cain2017-02-272-0/+332