summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
AgeCommit message (Expand)Author
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-07-08MCAsmInfo: Explicitly set AllowDollarAtStartOfIdentifier to false for some ta...Fangrui Song
2025-06-17MIPS: Replace MipsMCExpr with MCSpecifierExprFangrui 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-05-16[COFF][Mips] Set PrivateGlobalPrefix to .L (#140033)yingopq
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-03-02[Mips] Rework relocation expression parsingFangrui Song
2024-12-20[MC][Mips] Add MipsWinCOFFObjectWriter/MipsWinCOFFStreamer (#114611)Hervé Poussineau
2024-11-01[MC][Mips] Rename MipsMCAsmInfo to MipsELFMCAsmInfo (#112592)Hervé Poussineau
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2020-04-11[MC] Default MCAsmInfo::UseIntegratedAssembler to trueFangrui Song
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-12[mips] Enable using of integrated assembler in all cases.Simon Atanasyan
2018-10-09[mips] Set pointer size to 4 bytes for N32 ABISimon Atanasyan
2018-09-17[mips] Fix MIPS N32 ABI triples supportSimon Atanasyan
2018-06-25Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson
2018-06-24[mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.Brad Smith
2017-07-21[mips] Enable IAS by default for Android MIPS64Petar Jovanovic
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-04-10[mips] Use Triple::isLittleEndian to check endianness. NFCSimon Atanasyan
2016-09-15[mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis
2016-08-22[mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan
2016-08-08Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders
2016-08-08Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders
2016-08-08[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders
2016-07-19[mips] Correct label prefixes for N32 and N64.Daniel Sanders
2016-05-14[mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-06-04Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders
2015-05-20Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders
2015-05-20[mips] The naming convention for private labels is ABI dependant.Daniel Sanders
2014-12-04Allow target to specify prefix for labelsMatt Arsenault
2014-08-15Remove HasLEB128.Rafael Espindola
2014-06-24Print a=b as an assignment.Rafael Espindola
2013-10-16Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola
2013-05-10Remove unused argument.Rafael Espindola
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky
2013-01-08This patch produces the correct pointer size Jack Carter
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2011-12-2064-bit data directive.Akira Hatanaka