summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsInstrFormats.td
AgeCommit message (Expand)Author
2025-08-21[Target] Remove SoftFail field on targets that don't use it (NFC) (#154659)Sergei Barannikov
2020-01-28[mips][NFC] Remove unused instruction formatsMiloš Stojanović
2019-11-21[mips] Remove unused `IsPCRelativeLoad` MIPS instructions attribute. NFCSimon Atanasyan
2019-11-07[mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan
2019-06-18[mips] Set the hasNoSchedulingInfo flag for the `MipsAsmPseudoInst`Simon Atanasyan
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-12[mips] Mark standard encoded instructions as not being in MIPS16eSimon Atanasyan
2018-06-20[mips] Correct predicates for loads, bit manipulation instructions and some p...Simon Dardis
2018-05-30[mips] Sink PredicateControl further down the class hierarchy.Simon Dardis
2018-04-27[mips] Add support for Virtualization ASEPetar Jovanovic
2018-02-21[mips] Spectre variant two mitigation for MIPSR2Simon Dardis
2017-01-16[mips] Correct c.cond.fmt instruction definition.Simon Dardis
2016-09-09Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis
2016-09-09[mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis
2016-09-08[mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga
2016-03-14[mips] MIPS32R6 compact branch supportDaniel Sanders
2015-09-15[mips] Add support for branch-likely pseudo-instructionsZoran Jovanovic
2015-07-20[mips] Added support for the ERETNC instruction.Vasileios Kalintiris
2015-05-28[mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.Kai Nacke
2015-04-22[mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping supportZoran Jovanovic
2015-01-20[mips] Add octeon branch instructions bbit0/bbit032/bbit1/bbit132Kai Nacke
2014-11-27[mips] Add synci instruction.Daniel Sanders
2014-11-19[mips][microMIPS] Implement SDBBP and RDHWR instructions.Jozef Kolek
2014-08-17Revert: r215698 - Current implementation of c.cond.fmt instructions only acce...Daniel Sanders
2014-08-15Current implementation of c.cond.fmt instructions only accept default cc0 reg...Vladimir Medic
2014-06-24[mips] Added support for assembling sdbbp.Daniel Sanders
2014-06-13[mips] Add cache and pref instructionsDaniel Sanders
2014-06-11[mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida
2014-05-08[mips] Implement tlbp, tlbr, tlbwi, and tlbwrDaniel Sanders
2014-05-07[mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders
2014-04-04[mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu.Kai Nacke
2014-04-03[mips] Implement ehb, ssnop, and pause in assemblerDaniel Sanders
2014-04-02[mips] Add more Octeon cnMips instructionsKai Nacke
2014-04-01[mips] Add Octeon cnMips instructions mtmX and mtpXKai Nacke
2014-03-20[MIPS] Add cpu octeon and some instructionsKai Nacke
2014-03-20Implementation of microMIPS 16-bit instructions MOVE and JALR.Zoran Jovanovic
2013-12-25Support for microMIPS FPU instructions 2.Zoran Jovanovic
2013-12-20Support for microMIPS FPU instructions 1.Zoran Jovanovic
2013-12-19Support for microMIPS control instructions.Zoran Jovanovic
2013-11-13Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic
2013-11-07Support for microMIPS trap instructions 1.Zoran Jovanovic
2013-11-04Support for microMIPS branch instructions.Zoran Jovanovic
2013-10-29Support for microMIPS jump instructionsZoran Jovanovic
2013-09-14Fixed bug when generating Load Upper Immediate microMIPS instruction.Zoran Jovanovic
2013-09-14Support for misc microMIPS instructions.Zoran Jovanovic
2013-09-06[mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka
2013-09-06This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic
2013-09-06This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic
2013-08-26This patch implements trap instructions for mips. The test cases are added.Vladimir Medic
2013-08-12This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic