summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)Author
2025-11-12[Mips] Remove implicit conversions of MCRegister to unsigned. NFC (#167645)Craig Topper
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-04Reapply "MCFragment: Use trailing data for fixed-size part" (#150846)Fangrui Song
2025-08-03Revert "MCFragment: Use trailing data for fixed-size part"Fangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-02MCFragment: Use trailing data for fixed-size partFangrui Song
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-07-30Revert "MCFragment: Use trailing data for fixed-size part" (#151383)Nikolay Panchenko
2025-07-28MCFragment: Use trailing data for fixed-size partFangrui Song
2025-07-26MC: Move useCodeAlign from MCSection to MCAsmInfoFangrui Song
2025-07-21MIPS: Stable sort relocationsFangrui Song
2025-07-20MCStreamer: Add helpers and eliminate direct MCFragment operationsFangrui Song
2025-07-20MC: Replace getOrCreateDataFragment with getCurrentFragmentFangrui Song
2025-07-15MCFragment: Remove MCDataFragment/MCRelaxableFragment type aliasesFangrui Song
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-08MCAsmInfo: Explicitly set AllowDollarAtStartOfIdentifier to false for some ta...Fangrui Song
2025-07-08Triple: Record default exception handling typeMatt Arsenault
2025-07-05MC: Remove unneeded MCFixupKind castsFangrui Song
2025-07-05MCAsmBackend: Reduce FK_NONE usesFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04MipsMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song
2025-07-02MCAsmBackend: Simplify shouldForceRelocation overridesFangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-06-29MCFragment: Add addFixup to replace getFixups().push_back()Fangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-17MIPS: Replace MipsMCExpr with MCSpecifierExprFangrui Song
2025-06-16MIPS: Remove unneeded printImplFangrui Song
2025-06-15MIPS: Reduce MipsMCExpr usesFangrui Song
2025-06-15MIPS: Move MipsMCExpr functions to MipsMCAsmInfoFangrui Song
2025-06-15MIPS: Rename MipsMCExpr::MEK_ to Mips::S_Fangrui Song
2025-06-15MIPS: Replace MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-08MipsMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24ELFObjectWriter: Replace Ctx.reportError with reportErrorFangrui Song
2025-05-24ELFObjectWriter: Remove MCAssembler * argumentsFangrui Song
2025-05-23MCAsmBackend: Remove the MCAssembler argument from shouldForceRelocationFangrui Song
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song
2025-05-23MCAsmBackend: Add member variable MCAssembler * and define getContextFangrui Song
2025-05-23[MC] Don't pass MCSubtargetInfo down to shouldForceRelocation and evaluateTar...Fangrui Song
2025-05-16[COFF][Mips] Set PrivateGlobalPrefix to .L (#140033)yingopq
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song
2025-04-18MCFixup: Add isRelocation/isRelocRelocation helpersFangrui Song