summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
AgeCommit message (Expand)Author
2025-11-12[Mips] Remove implicit conversions of MCRegister to unsigned. NFC (#167645)Craig Topper
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-02MCFragment: Use trailing data for fixed-size partFangrui 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-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-05MC: Remove unneeded MCFixupKind castsFangrui Song
2025-06-29MCFragment: Add addFixup to replace getFixups().push_back()Fangrui Song
2025-06-17MIPS: Replace MipsMCExpr with MCSpecifierExprFangrui Song
2025-06-15MIPS: Rename MipsMCExpr::MEK_ to Mips::S_Fangrui Song
2025-06-15MIPS: Replace MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-03-05[MC] Remove unneeded MCSymbolRefExpr::create overload and add commentsFangrui Song
2025-03-02[MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamerFangrui Song
2025-02-16[Mips] Use MCRegister. NFCCraig Topper
2024-11-14Fixed un-renamed CodeGenTargetMachineImpl Intheritances in Experimental Targe...Matin Raayai
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-07-30[MC] Forward declare ELFObjectWriter (#100989)Sergei Barannikov
2024-07-22MCAssmembler: Move ELFHeaderEFlags to ELFObjectWriterFangrui Song
2024-06-27[MC] Make changeSection privateFangrui Song
2024-06-23[NC,MIPS] Avoid some registerSection callsFangrui Song
2024-03-16[Mips][NFC] Garbage collect unused code (#85499)Brad Smith
2024-02-26MIPS: fix emitDirectiveCpsetup on N32 (#80534)YunQiang Su
2023-07-27Adjust includes in MCTargetDesc to avoid unnecessary CodeGen deps, NFCReid Kleckner
2023-02-17Simplify with hasFeature. NFCFangrui Song
2022-11-28[NFC] Add helper method to ensure min alignment on MCSectionGuillaume Chatelet
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitCodeAlignmentGuillaume Chatelet
2022-11-24[reland][Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet
2022-11-24Revert D138653 [Alignment][NFC] Use the Align type in MCSection"Guillaume Chatelet
2022-11-24[Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-05-11[MIPS] Remove an incorrect microMIPS instruction aliasSimon Dardis
2022-03-11[MC] Fix letter case of some MCSection member functionsFangrui Song
2022-02-09Cleanup LLVMMC headersserge-sans-paille
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith
2021-02-16[MC][ELF] Support for zero flag section groupsPetr Hosek
2020-03-22[mips] Implement .cpadd directiveSimon Atanasyan
2020-03-17[MIPS] Implement MIPS3D vector instructionsSimon Atanasyan
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song
2019-11-27[mips] Fix sc, scs, ll, lld instructions expandingSimon Atanasyan