summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Implement SLL and NOP instructionsZoran Jovanovic2015-07-011-0/+2
* [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.Daniel Sanders2015-06-271-10/+14
* [mips] [IAS] Add partial support for the ULW pseudo-instruction.Toma Tabacu2015-06-261-0/+3
* [mips][microMIPS] Implement BREAK, EHB and EI instructionsZoran Jovanovic2015-06-241-2/+8
* [mips] [IAS] Add partial support for the ULHU pseudo-instruction.Toma Tabacu2015-06-231-0/+3
* [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.Toma Tabacu2015-06-171-0/+14
* Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....Toma Tabacu2015-06-111-0/+11
* [mips][microMIPS] Implement ERET and ERETNC instructionsZoran Jovanovic2015-06-111-0/+2
* [mips] Change existing uimm10 operand to restrict the accepted immediatesZoran Jovanovic2015-06-111-0/+8
* [mips][microMIPSr6] Implement SEB and SEH instructionsZoran Jovanovic2015-05-271-2/+2
* [mips][microMIPSr6] Implement NOR, OR, ORI, XOR and XORI instructionsZoran Jovanovic2015-05-191-7/+7
* [mips][microMIPSr6] Implement AND and ANDI instructionsZoran Jovanovic2015-05-191-3/+4
* [mips][microMIPSr6] Implement ADD, ADDU and ADDIU instructionsZoran Jovanovic2015-04-291-4/+5
* [mips][microMIPSr6] Implement BALC and BC instructionsJozef Kolek2015-04-201-0/+4
* [mips][microMIPSr6] Implement initial subtarget supportJozef Kolek2015-04-201-0/+5
* [mips] [IAS] Add support for the BNEZL and BEQZL pseudo-instructions.Toma Tabacu2015-04-081-0/+4
* [mips] [IAS] Remove AssemblerPredicate's from RelocPIC and RelocStatic.Toma Tabacu2015-04-081-4/+2
* [mips] Add itineraries for ext and ins instructions.Kai Nacke2015-03-181-2/+2
* [mips] [IAS] Add support for the XOR $reg,imm pseudo-instruction.Toma Tabacu2015-03-171-0/+2
* [mips][microMIPS] Make usage of NOT16 by code generatorJozef Kolek2015-03-111-0/+2
* [mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generatorJozef Kolek2015-03-041-1/+2
* [mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC.Toma Tabacu2015-03-041-6/+7
* [mips] Reformat some TableGen definitions. NFC.Toma Tabacu2015-02-241-1/+1
* Reversed revision 229706. The reason is regression, which is caused by theJozef Kolek2015-02-201-2/+1
* [mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generatorJozef Kolek2015-02-191-0/+2
* [mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generatorJozef Kolek2015-02-181-1/+2
* [mips][microMIPS] Implement JALX instructionJozef Kolek2015-02-181-2/+2
* [mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructionsZoran Jovanovic2015-02-041-0/+8
* [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, i...Toma Tabacu2015-01-301-2/+5
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-0/+2
* Reverted revision 226577.Jozef Kolek2015-01-201-2/+0
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-0/+2
* Remove unused predicate.Eric Christopher2015-01-141-2/+0
* [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructionsJozef Kolek2014-12-231-7/+8
* [mips] Support SELECT nodes for targets that don't have conditional-move inst...Vasileios Kalintiris2014-12-121-0/+5
* [mips][microMIPS] Implement CodeGen support for LI16 instruction.Jozef Kolek2014-12-111-0/+2
* [mips] Add synci instruction.Daniel Sanders2014-11-271-1/+22
* Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.Craig Topper2014-11-261-6/+6
* [mips][microMIPS] Implement CodeGen support for ADDIUS5 instruction.Jozef Kolek2014-11-191-2/+3
* [mips][microMIPS] Implement SDBBP and RDHWR instructions.Jozef Kolek2014-11-191-3/+3
* [mips] Add preliminary support for the MIPS II target.Vasileios Kalintiris2014-11-111-0/+6
* ps][microMIPS] Implement CodeGen support for ANDI16 instructionZoran Jovanovic2014-11-051-2/+3
* ps][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructionsZoran Jovanovic2014-11-051-0/+2
* Reverted revisions 221351, 221352 and 221353.Zoran Jovanovic2014-11-051-5/+2
* [mips][microMIPS] Implement CodeGen support for ANDI16 instructionZoran Jovanovic2014-11-051-2/+3
* [mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructionsZoran Jovanovic2014-11-051-0/+2
* [mips] Move COP2 & COP3 load/store instructions from MipsInstrFPU.td to MipsI...Vasileios Kalintiris2014-11-041-0/+54
* [mips] Add support for COP0's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-171-6/+25
* [mips] Marked the DI/EI instruction aliases as MIPS32r2Vasileios Kalintiris2014-10-161-2/+2
* [mips] Fix disassembly of [ls][wd]c[23], cache, and pref ...Daniel Sanders2014-10-011-4/+6
OpenPOWER on IntegriCloud