aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc
AgeCommit message (Expand)AuthorFilesLines
2023-09-01[llvm] Add assembly color highlightingJonas Devlieghere1-2/+13
2023-08-31[llvm-mc] Remove unused argument (NFC)Jonas Devlieghere3-9/+7
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song1-1/+1
2022-09-08[MC] Support writing ELFCOMPRESS_ZSTD compressed debug info sectionsFangrui Song1-6/+6
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov1-6/+6
2022-09-08[MC] Support writing ELFCOMPRESS_ZSTD compressed debug info sectionsFangrui Song1-6/+6
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-14Remove zlibgnu support in llvm-mcDavid Blaikie1-3/+1
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane1-1/+1
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-2/+2
2022-02-16Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN1-2/+2
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-2/+2
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner2-2/+2
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith2-2/+2
2021-07-21[llvm][tools] Hide more unrelated LLVM tool optionsTimm Bäder1-74/+104
2021-05-26[llvm-mc] Add -M to replace -riscv-no-aliases and -riscv-arch-reg-namesFangrui Song1-0/+9
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-3/+4
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-15/+16
2021-04-16[SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDINJonathan Crowther1-1/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-2/+3
2021-04-05[M68k] Add support for Motorola literal syntax to AsmParserRicky Taylor1-0/+5
2020-11-21[llvm][clang][mlir] Add checks for the return values from Target::createXXX t...Ella Ma1-0/+3
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-10-28[llvm-mc] Drop unneeded dependency on CodeGenFangrui Song1-1/+0
2020-09-29[ms] [llvm-ml] Add MASM hex float supportEric Astor1-0/+5
2020-06-16[MC] Add --dwarf64 to generate DWARF64 debug info [1/7]Igor Kudrin1-0/+25
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille2-2/+5
2020-02-25[MC] Default MCContext::UseNamesOnTempLabels to false and only set it to true...Fangrui Song1-3/+0
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-1/+0
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-2/+1
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin3-5/+9
2019-10-15[WebAssembly] Allow multivalue types in block signature operandsThomas Lively3-18/+11
2019-10-08[Tools] Mark output of tools as text if it is textKai Nacke1-4/+7
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-08[llvm-mc] Add reportWarning() to MCContextBrian Cain1-3/+3
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-25[MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyleFangrui Song1-1/+1
2019-03-01[DWARF] Make -g with empty assembler source work better.Paul Robinson1-12/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2018-10-24[MC] Separate masm integer literal lexer support from inline asmReid Kleckner1-0/+5
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek1-1/+0
2018-07-10Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson1-0/+9
2018-06-12[DWARFv5] llvm-mc -dwarf-version does not imply -g.Paul Robinson1-1/+1
2018-05-21MC: Introduce an ELF dwo object writer and teach llvm-mc about it.Peter Collingbourne1-13/+30
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne1-3/+4