aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/M68k/MCTargetDesc
AgeCommit message (Expand)AuthorFilesLines
2026-01-14[NFC] Exactly one kind typo fixes, change defintions to definitions. (#174333)willmafh1-1/+1
2025-10-31[M68k] Use non-deprecated CasesLowerFangrui Song1-1/+1
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-2/+2
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song1-7/+4
2025-08-01MCAsmBackend::applyFixup: Replace Data.getSize() with F.getSize()Fangrui Song1-1/+1
2025-07-08MC: Store MCRelaxableFragment MCInst out-of-lineFangrui Song1-3/+3
2025-07-06MCAsmBackend: Use assert for unreachable relaxInstruction dump codeFangrui Song1-9/+1
2025-07-06M68k: Simplify relaxation code and reduce MCInst usesFangrui Song1-26/+5
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song1-1/+0
2025-07-04M68k: Remove unused deprecated FK_PCRel_Fangrui Song1-3/+0
2025-07-04M68: Replace FK_PCRel_ with FK_Data_+PCRelFangrui Song2-24/+3
2025-07-04M68kMCCodeEmitter: Standardize how fixups are appendedFangrui Song1-4/+8
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song1-4/+2
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song1-4/+8
2025-07-02MCAsmBackend: Make some target overrides out-of-lineFangrui Song1-17/+22
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song1-2/+2
2025-06-15M68k: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song1-4/+5
2025-06-15M68k: Remove M68kMCExprFangrui Song6-70/+16
2025-06-15M68k: Replace M68kMCExpr::VK_ to M68k::S_Fangrui Song4-43/+37
2025-06-07MC: Add MCSpecifierExpr to unify target MCExprsFangrui Song2-26/+2
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song1-4/+3
2025-05-24M68k: Fix encodeRelocImmFangrui Song1-2/+3
2025-05-24MCFixup: Remove FK_PCRel_ from getKindForSizeFangrui Song1-3/+2
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song1-3/+2
2025-05-15[M68k] Fix incorrect move mask encoding with pre-decrement operandMin Hsu1-0/+12
2025-04-05MCValue: Replace getAccessVariant with getSpecifierFangrui Song1-1/+1
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song1-2/+2
2025-03-29[M68k] applyFixup: don't reference Target and IsResolvedFangrui Song1-23/+5
2025-03-29MCValue: Simplify code with getSubSymFangrui Song1-3/+2
2025-03-22[M68k] Set STT_TLS for TLS relocationsFangrui Song2-1/+16
2025-03-22[M68k] Add stub M68kMCExpr and migrate away from MCSymbolRefExpr::VariantKindFangrui Song5-22/+117
2025-03-16[MC] Remove unneeded getNumFixupKindsFangrui Song1-1/+0
2025-03-02[MC] Port initializeVariantKinds to a few targetsFangrui Song1-0/+14
2024-12-11[M68k] add 32 bit branch instrs and relaxations (#117371)knickish1-17/+85
2024-11-03[MC] Make generated `MCInstPrinter::getMnemonic` const (NFC) (#114682)Sergei Barannikov1-1/+2
2024-10-29[MCInstPrinter] Make printRegName non-constFangrui Song2-2/+2
2024-08-14[M68k] Remove use of APInt::getRawData(). NFC (#103529)Craig Topper1-9/+5
2024-07-01[MC] Remove two unused parameters from MCAsmBackend::fixupNeedsRelaxationFangrui Song1-6/+4
2023-12-11[M68k][MC] Add fmove.l from / to fp control registersMin-Yih Hsu1-0/+24
2023-10-26Let M68kMCCodeEmitter set Scratch size. (#69898)Erik Jonsson1-1/+1
2023-10-17[M68k] Fix assertion build after cc6a5ea6e33d3febafc4334617230c528a0c4fa7Fangrui Song1-1/+1
2023-10-16[M68k][NFC] Fix some unused variable warningsMin-Yih Hsu1-4/+3
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata3-4/+4
2023-06-06[M68k,MSP430,VE,Xtensa] Migrate to new encodeInstruction that uses SmallVecto...Fangrui Song1-3/+4
2023-06-03[m68k] Add TLS SupportSheng2-0/+82
2023-03-08[M68k] Add support for basic memory constraints in inline asmMin-Yih Hsu1-0/+26
2023-03-08[M68k] Factoring out memory operand printer into a separate fileMin-Yih Hsu3-67/+85
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-24[M68k][Disassembler] Use custom decoder for 32-bit immediatesMin-Yih Hsu2-21/+22
2023-01-17[MC] Use MCRegister instead of unsigned in MCInstPrinter (NFC)Sergei Barannikov2-4/+4