summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc
AgeCommit message (Expand)Author
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda
2025-10-04[MC] Make .note.GNU-stack explicit for the trampoline case (#151754)ssijaric-nv
2025-09-19[MC] Add support for -mcpu=native. (#159414)Cameron McInally
2025-09-17llvm-mc: Error on MCSubtargetInfo construction failure (#159226)Matt Arsenault
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-07-30[llvm-mc] Add --runs option for benchmarking (#151149)Rahul Joshi
2025-07-18[Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807)quic-areg
2025-07-08Minimal unwinding information (DWARF CFI) checker (#145633)AmirHossein PashaeeHir
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song
2025-04-08[llc] Add -M for InstPrinter optionsFangrui Song
2024-12-18[llvm-mc] --no-exec-stack: replace initSection with switchSection. NFCFangrui Song
2024-12-16[llvm-mc] Don't print initial .text for disassemblerFangrui Song
2024-12-16[llvm-mc] Add --hex to disassemble hex bytesFangrui Song
2024-08-16[MC] Drop whitespace padding in AMDGPU combined asm/disasm tests. (#104433)Ivan Kosarev
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke
2024-07-21[MC] Migrate to new createAsmStreamer that avoids unused bool parametersFangrui Song
2024-07-20[MC] MCAsmStreamer: use MCTargetOptionsFangrui Song
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song
2024-06-12[MC] Move -save-temp-labels from llvm-mc to MCTargetOptionsCommandFlagsFangrui Song
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song
2023-09-01[llvm] Add assembly color highlightingJonas Devlieghere
2023-08-31[llvm-mc] Remove unused argument (NFC)Jonas Devlieghere
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song
2022-09-08[MC] Support writing ELFCOMPRESS_ZSTD compressed debug info sectionsFangrui Song
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov
2022-09-08[MC] Support writing ELFCOMPRESS_ZSTD compressed debug info sectionsFangrui Song
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-14Remove zlibgnu support in llvm-mcDavid Blaikie
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN
2022-02-16Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith
2021-07-21[llvm][tools] Hide more unrelated LLVM tool optionsTimm Bäder
2021-05-26[llvm-mc] Add -M to replace -riscv-no-aliases and -riscv-arch-reg-namesFangrui Song
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones
2021-04-16[SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDINJonathan Crowther
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-04-05[M68k] Add support for Motorola literal syntax to AsmParserRicky Taylor