summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/AsmParser
AgeCommit message (Expand)Author
2025-11-12[Mips] Remove implicit conversions of MCRegister to unsigned. NFC (#167645)Craig Topper
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-10[Mips] Fix clang crashes when assembling invalid MIPS beql instructions with ...yingopq
2025-09-19Mips: Switch to RegClassByHwMode (#158273)Matt Arsenault
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-08-03MIPS: Avoid MCSymbol::isUnsetFangrui Song
2025-08-03MCSymbol: Replace isELF with MCContext::isELFFangrui Song
2025-07-17MC: Rework .reloc directive and fix the offset when it evaluates to a constantFangrui Song
2025-06-28MCExpr: Migrate away from operator<<Fangrui Song
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-27MC: Reduce MCSymbolRefExpr::VK_None usesFangrui 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-15MIPS: Reduce MipsMCExpr usesFangrui Song
2025-06-15MIPS: Rename MipsMCExpr::MEK_ to Mips::S_Fangrui Song
2025-06-08MipsMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-07MC: Add MCSpecifierExpr to unify target MCExprsFangrui Song
2025-05-26MIPS: Register .set created symbolsFangrui Song
2025-05-25MCParser: Replace deprecated alias MCAsmLexer with AsmLexerFangrui Song
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song
2025-04-05[Mips,MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-03-29MCValue: Simplify code with getSubSymFangrui Song
2025-03-20[Mips] Rename MipsExprKind to SpecifierFangrui Song
2025-03-20[MC] Return MCRegister from MCRegisterClass::getRegister. NFC (#132126)Craig Topper
2025-03-15[MC] evaluateAsRelocatableImpl: remove the Fixup argumentFangrui Song
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-03-02[MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamerFangrui Song
2025-03-02[MC] Add MCTargetStreamer::getContext to simplify codeFangrui Song
2025-03-02[Mips] Rework relocation expression parsingFangrui Song
2025-03-01[MCParser] Remove parseParenExprOfDepthFangrui Song
2025-03-01[Mips] Allow expressions in some immediate operandsFangrui Song
2025-02-17[Targets] Move *TargetStreamer.h files into their MCTargetDesc directory. (#1...Craig Topper
2025-02-16[Mips] Use MCRegister. NFCCraig Topper
2025-02-16[Mips] Use MCRegisterClass::getRegister() instead of begin()+RegNo. NFCCraig Topper
2024-12-23MIPS: Adding a check for JAL argument in PIC mode to prevent crashing on getE...Renat Idrisov
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-09-18[NFC] Update function names in MCTargetAsmParser.h (#108643)Lei Huang
2024-09-03[MIPS] Fix error messages when rejecting certain assembly not supported by IS...Jesse D
2024-08-26[MC] Update MCOperand::getReg/setReg/createReg and MCInstBuilder::addReg to u...Craig Topper
2024-03-25[MC] Make `MCParsedAsmOperand::getReg()` return `MCRegister` (#86444)Sergei Barannikov
2024-02-24[Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77...yingopq
2024-02-14MipsAsmParser/O32: Don't add redundant $ to $-prefixed symbol in the la macro...YunQiang Su
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-09-06[MC] Change tryParseRegister to return ParseStatus (NFC)Sergei Barannikov
2023-07-06[Mips] Replace OperandMatchResultTy with ParseStatus (NFC)Sergei Barannikov
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman
2023-05-25[MIPS] Check if register is non-null before calling isSuperOrSubRegisterEq (N...Sergei Barannikov