summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-03MCSymbolELF: Remove classofFangrui Song
2025-07-28[Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457)yingopq
2025-07-17MC: Rework .reloc directive and fix the offset when it evaluates to a constantFangrui Song
2025-07-15Remove Native Client support (#133661)Brad Smith
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: Rename MipsMCExpr::MEK_ to Mips::S_Fangrui Song
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-14[NFC][MC] Use `StringRef` for Modifier in Inst/Asm Printers (#135403)Rahul Joshi
2025-03-20[Mips] Rename MipsExprKind to SpecifierFangrui Song
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-03-02Move MIPS-specific GPRel32Directive and EK_GPRel32BlockAddress from generic c...Fangrui Song
2025-03-02[MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamerFangrui Song
2025-02-17[Targets] Move *TargetStreamer.h files into their MCTargetDesc directory. (#1...Craig Topper
2025-02-16[Mips] Use MCRegister. NFCCraig Topper
2024-11-01[MC][Mips] Rename MipsMCAsmInfo to MipsELFMCAsmInfo (#112592)Hervé Poussineau
2024-09-26[Mips] Avoid repeated map lookups (NFC) (#110075)Kazu Hirata
2024-07-29[AsmPrinter] Don't EmitToStreamer instructions lowered by tblgenned code (#10...Sergei Barannikov
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2024-06-22[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song
2024-05-20MIPS: Support '%w' token in inline asm template for MSA (#91920)YunQiang Su
2024-02-06[MIPS] Use generic isBlockOnlyReachableByFallthrough (#80799)Fangrui Song
2024-01-20[Mips] Use MachineBasicBlock::pred_size (NFC)Kazu Hirata
2023-09-11[InlineAsm] refactor InlineAsm class NFC (#65649)Nick Desaulniers
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-02-06MIPS: fix build from IR files, nan2008 and FpAbiYunQiang Su
2022-12-22Revert D138179 "MIPS: fix build from IR files, nan2008 and FpAbi"Fangrui Song
2022-12-15MIPS: fix build from IR files, nan2008 and FpAbiYunQiang Su
2022-12-02[Target] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitCodeAlignmentGuillaume Chatelet
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2022-06-18[Target, CodeGen] Use isImm(), isReg(), etc (NFC)Kazu Hirata
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-01-19[NFC] Use Register instead of unsignedJim Lin
2022-01-07[Target] use range-based for loops (NFC)Kazu Hirata
2021-11-27[Target] Use range-based for loops (NFC)Kazu Hirata
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith
2020-09-20[XRay] Change mips to use version 2 sled (PC-relative address)Fangrui Song
2020-02-15[MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etcFangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song