aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/CSKY
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[CodeGen][InlineSpiller] Add SubReg argument to loadRegFromStackSlot for subr...Christudasan Devadasan2-1/+2
2026-01-11[TargetLowering] Change the `softPromoteHalfType` default to `true` (#175149)Trevor Gross1-2/+0
2026-01-09[CSKY] Use `softPromoteHalfType` (#175138)Trevor Gross1-0/+2
2025-12-16[CodeGen] expand-fp: Change frem expansion criterion (#158285)Frederik Harwath1-3/+3
2025-11-26CodeGen: Make all targets override pseudos with pointers (#159881)Matt Arsenault1-0/+2
2025-11-20CodeGen: Add missing subtarget to TargetLoweringBase constructor for ARC, CSK...Jim Lin1-1/+1
2025-11-11[CSKY] Fix build (#167510)Sergei Barannikov5-17/+17
2025-11-10CodeGen: Keep reference to TargetRegisterInfo in TargetInstrInfo (#158224)Matt Arsenault1-1/+1
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille1-1/+0
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-36/+36
2025-11-01[CSKY] Use non-deprecated CasesLowerFangrui Song1-1/+1
2025-10-14[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163330)Kazu Hirata1-1/+1
2025-09-15[NFC][DecoderEmitter] Code cleanup in `DecoderEmitter::emitTable` (#158014)Rahul Joshi1-0/+1
2025-09-14[CSKY][Xtensa] Add missing dependency on TargetParserSergei Barannikov1-0/+1
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner1-16/+1
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault2-3/+4
2025-09-07[CSKY] Decode CARRY / GPRSP operands not encoded into instruction (NFCI) (#15...Sergei Barannikov8-200/+155
2025-09-04[TableGen][Decoder] Decode operands with zero width or all bits known (#156358)Sergei Barannikov1-1/+2
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi1-0/+1
2025-08-21[Target] Remove SoftFail field on targets that don't use it (NFC) (#154659)Sergei Barannikov1-1/+0
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata1-1/+1
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov1-4/+1
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-1/+2
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-2/+2
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song2-12/+10
2025-08-01MCAsmBackend::applyFixup: Replace Data.getSize() with F.getSize()Fangrui Song1-1/+1
2025-07-15MC: Restructure MCFragment as a fixed part and a variable tailFangrui Song2-2/+4
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song1-1/+1
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song1-4/+4
2025-07-08MC: Store MCRelaxableFragment MCInst out-of-lineFangrui Song2-5/+4
2025-07-07DAG: Remove verifyReturnAddressArgumentIsConstant (#147240)Matt Arsenault1-3/+0
2025-07-05MC: Remove unneeded MCFixupKind castsFangrui Song1-11/+11
2025-07-05MCAsmBackend: Reduce FK_NONE usesFangrui Song1-1/+1
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song1-1/+0
2025-07-05MC: Sink FKF_IsAlignedDownTo32Bits to needed targetsFangrui Song2-6/+20
2025-07-04CSKY: Remove unused deprecated FK_PCRel_4Fangrui Song1-1/+0
2025-07-04CSKY: Remove unneeded MCFixupKindInfo::FKF_IsPCRelFangrui Song1-12/+8
2025-07-04CSKYMCCodeEmitter: Set PCRel at fixup creationFangrui Song3-190/+184
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song1-6/+6
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song2-3/+6
2025-06-28CSKY: Migrate to the new relocation specifier representationFangrui Song14-260/+174
2025-06-28CSKY: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song2-4/+6
2025-06-28MCExpr: Remove error-prone operator<<Fangrui Song1-2/+2
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song1-1/+2
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song1-2/+2
2025-06-05[llvm] Ensure newline at the end of files (NFC) (#143061)Kazu Hirata1-1/+1
2025-05-27MCSymbol: Remove the default argument of getVariableValueFangrui Song1-3/+3
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song1-1/+1
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song1-3/+1
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song1-4/+3