summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/M68k
AgeCommit message (Expand)Author
2025-11-20CodeGen: Add missing subtarget to TargetLoweringBase constructor for ARC, CSK...Jim Lin
2025-11-16[SelectionDAG] Verify SDTCisVT and SDTCVecEltisVT constraints (#150125)Sergei Barannikov
2025-11-10ARC,M68k: Adapt #158240Fangrui Song
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-31[M68k] Use non-deprecated CasesLowerFangrui Song
2025-10-25[llvm] Make getEffectiveRelocModel helper consistent across targets. NFC (#16...Sam Clegg
2025-09-26[LLVM][M68k] Fix build failure caused by #160797 (#160926)Rahul Joshi
2025-09-26[NFC][LLVM] Pass/return SMLoc by value instead of const reference (#160797)Rahul Joshi
2025-09-20[M68k] Remove STI from M68kAsmParser (#159827)Sergei Barannikov
2025-09-13[M68k] Add missing dependency on TargetParserSergei Barannikov
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault
2025-09-04[TableGen][Decoder] Decode operands with zero width or all bits known (#156358)Sergei Barannikov
2025-08-25[M68k] Fix encoding of CAS instructions (#154481)Sergei Barannikov
2025-08-22[M68k] Rename a generated file to be consistent with other targets (NFC)Sergei Barannikov
2025-08-21[TableGen][DecoderEmitter] Resolve a FIXME in emitDecoder (#154649)Sergei Barannikov
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-08-20[M68k] Fix reverse BTST condition causing opposite failure/success logic (#15...Dan Salvato
2025-08-16[M68k] Add anyext patterns for PCD addressing mode (#150356)knickish
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-08-12[M68k] Fix incorrect boolean content type (#152572)Dan Salvato
2025-08-04Revert "[X86][ARM][RISCV][XCore][M68K] Invert the low bit to get the inverse ...Craig Topper
2025-08-04[X86][ARM][RISCV][XCore][M68K] Invert the low bit to get the inverse predicat...AZero13
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-08-01MCAsmBackend::applyFixup: Replace Data.getSize() with F.getSize()Fangrui Song
2025-07-08MC: Store MCRelaxableFragment MCInst out-of-lineFangrui Song
2025-07-06MCAsmBackend: Use assert for unreachable relaxInstruction dump codeFangrui Song
2025-07-06M68k: Simplify relaxation code and reduce MCInst usesFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04M68k: Remove unused deprecated FK_PCRel_Fangrui Song
2025-07-04M68: Replace FK_PCRel_ with FK_Data_+PCRelFangrui Song
2025-07-04M68kMCCodeEmitter: Standardize how fixups are appendedFangrui Song
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song
2025-07-03[llvm] Use range-based for loops (NFC) (#146945)Kazu Hirata
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02MCAsmBackend: Make some target overrides out-of-lineFangrui Song
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song
2025-06-15M68k: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-15M68k: Remove M68kMCExprFangrui Song
2025-06-15M68k: Replace M68kMCExpr::VK_ to M68k::S_Fangrui Song
2025-06-07MC: Add MCSpecifierExpr to unify target MCExprsFangrui Song
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24M68k: Fix encodeRelocImmFangrui Song
2025-05-24MCFixup: Remove FK_PCRel_ from getKindForSizeFangrui Song
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song
2025-05-23[NFC][CodeGen] Adopt MachineFunctionProperties convenience accessors (#141101)Rahul Joshi