summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Mips.td
AgeCommit message (Expand)Author
2025-09-19Mips: Switch to RegClassByHwMode (#158273)Matt Arsenault
2025-05-30[MIPS] Reland Add FeatureMSA to i6400 and i6500 cores (#134985) (#141730)Mallikarjuna Gouda
2025-05-08Revert "[MIPS] Add FeatureMSA to i6400 and i6500 cores (#134985)"Kirill Stoimenov
2025-05-07[MIPS] Add FeatureMSA to i6400 and i6500 cores (#134985)Mallikarjuna Gouda
2025-05-04[MIPS] Reland Scheduling model for MIPS i6400 and i6500 CPUs (#132704) (#137984)Mallikarjuna Gouda
2025-04-29Revert "[MIPS] Add Scheduling model for MIPS i6400 and i6500 CPUs (#132704)" ...Brad Smith
2025-04-29[MIPS] Add Scheduling model for MIPS i6400 and i6500 CPUs (#132704)Mallikarjuna Gouda
2025-03-28Reland [MIPS] Define SubTargetFeature for i6500 cpu (#132907) (#133366)Mallikarjuna Gouda
2025-03-27Revert "[MIPS] Define SubTargetFeature for i6500 cpu" (#133215)Djordje Todorovic
2025-03-27[MIPS] Define SubTargetFeature for i6500 cpu (#132907)Mallikarjuna Gouda
2025-03-20[MIPS] Add MIPS i6400 and i6500 processors (#130587)Mallikarjuna Gouda
2024-03-20MIPS: Support -m(no-)unaligned-access for r6 (#85174)YunQiang Su
2022-10-26[MIPS] Fix useDeprecatedPositionallyEncodedOperands errors.James Y Knight
2022-09-24[TableGen] Add useDeprecatedPositionallyEncodedOperands option.James Y Knight
2022-04-15[llvm-objdump] Implemented PrintBranchImmAsAddress for MIPSPavel Kosov
2022-04-14Mips/GlobalISel: Add stub post-legalizer combinerMatt Arsenault
2020-07-15[mips] Rename FeatureMadd4 to FeatureNoMadd4. NFCYunQiang Su
2020-03-17[MIPS] Implement MIPS3D vector instructionsSimon Atanasyan
2020-03-13[TableGen] Support combining AssemblerPredicates with ORsSimon Cook
2019-11-21[mips] Add a 'generic' Mips CPUMiloš Stojanović
2019-11-07[mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan
2019-11-03[mips] Split long lines in the code. NFCSimon Atanasyan
2019-10-11[Mips][llvm-exegesis] Add a Mips targetSimon Atanasyan
2019-09-18[mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan
2019-08-28[mips] Fix 64-bit address loading in case of applying 32-bit mask to the resultSimon Atanasyan
2019-01-28[mips] Support for +abs2008 attributeAleksandar Beserminji
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-17[mips] Add support for Global INValidate ASEPetar Jovanovic
2018-04-27[mips] Add support for Virtualization ASEPetar Jovanovic
2018-04-11[MIPS GlobalISel] Select add i32, i32Petar Jovanovic
2018-03-14[mips] Add support for CRC ASEPetar Jovanovic
2018-03-12[mips] Split out ASEPredicate from InsnPredicates (NFC)Simon Dardis
2018-02-23[MachineOperand][Target] MachineOperand::isRenamable semantics changesGeoff Berry
2018-02-21[mips] Spectre variant two mitigation for MIPSR2Simon Dardis
2017-07-15[mips] Handle the `long-calls` feature flags in the MIPS backendSimon Atanasyan
2017-07-11[mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis
2017-06-06[mips] Add madd4 subtarget featurePetar Jovanovic
2017-01-27[mips] Recommit: "N64 static relocation model support"Simon Dardis
2017-01-26Revert "[mips] N64 static relocation model support"Simon Dardis
2017-01-26[mips] N64 static relocation model supportSimon Dardis
2016-09-01[mips] interAptiv based generic schedule modelSimon Dardis
2016-08-02[mips] Update the P5600 scheduler for isComplete = 1Simon Dardis
2016-06-14[mips][atomics] Fix atomic instruction descriptions and uses.Simon Dardis
2015-12-29[TableGen] Remove MnemonicContainsDot from AsmParser. It isn't used. NFCCraig Topper
2015-10-15[mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.Daniel Sanders
2015-10-12[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic
2015-09-28[mips][p5600] Added P5600 processor and initial scheduler.Daniel Sanders
2015-09-15[mips] Added support for various EVA ASE instructions.Daniel Sanders
2015-09-03[mips] Added support for the div, divu, ddiv and ddivu macros which use traps...Daniel Sanders
2015-05-07[mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu