aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc
AgeCommit message (Expand)AuthorFilesLines
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-1/+1
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille1-2/+0
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda1-0/+2
2025-10-04[MC] Make .note.GNU-stack explicit for the trampoline case (#151754)ssijaric-nv1-1/+2
2025-09-19[MC] Add support for -mcpu=native. (#159414)Cameron McInally1-5/+14
2025-09-17llvm-mc: Error on MCSubtargetInfo construction failure (#159226)Matt Arsenault1-1/+4
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault3-19/+19
2025-07-30[llvm-mc] Add --runs option for benchmarking (#151149)Rahul Joshi3-16/+70
2025-07-18[Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807)quic-areg1-1/+5
2025-07-08Minimal unwinding information (DWARF CFI) checker (#145633)AmirHossein PashaeeHir2-1/+19
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata1-1/+1
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song1-10/+15
2025-04-08[llc] Add -M for InstPrinter optionsFangrui Song1-5/+6
2024-12-18[llvm-mc] --no-exec-stack: replace initSection with switchSection. NFCFangrui Song1-1/+1
2024-12-16[llvm-mc] Don't print initial .text for disassemblerFangrui Song1-3/+0
2024-12-16[llvm-mc] Add --hex to disassemble hex bytesFangrui Song3-11/+32
2024-08-16[MC] Drop whitespace padding in AMDGPU combined asm/disasm tests. (#104433)Ivan Kosarev1-0/+5
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke1-0/+2
2024-07-21[MC] Migrate to new createAsmStreamer that avoids unused bool parametersFangrui Song1-4/+2
2024-07-20[MC] MCAsmStreamer: use MCTargetOptionsFangrui Song1-0/+3
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song1-3/+1
2024-06-12[MC] Move -save-temp-labels from llvm-mc to MCTargetOptionsCommandFlagsFangrui Song1-7/+0
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song1-3/+0
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov1-0/+3
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song1-3/+0
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 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