aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc/llvm-mc.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng1-5/+0
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song1-9/+3
2023-09-01[llvm] Add assembly color highlightingJonas Devlieghere1-2/+13
2023-08-31[llvm-mc] Remove unused argument (NFC)Jonas Devlieghere1-1/+1
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+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-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 Kleckner1-1/+1
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith1-1/+1
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-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-paille1-2/+4
2020-02-25[MC] Default MCContext::UseNamesOnTempLabels to false and only set it to true...Fangrui Song1-3/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-2/+3
2019-10-15[WebAssembly] Allow multivalue types in block signature operandsThomas Lively1-2/+2
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 Carruth1-4/+3
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
2018-04-30[MC] Change AsmParser to leverage Assembler during evaluationNirav Dave1-0/+3
2018-04-27[MC] Undo spurious commit added into r331052.Nirav Dave1-3/+0
2018-04-27[MC] Provide default value for IsResolved.Nirav Dave1-0/+3
2018-04-27[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave1-9/+10
2018-04-22[llvm-mc] Make error handling more consistent.Jonas Devlieghere1-11/+14
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-7/+2