summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
Commit message (Expand)AuthorAge
* [mips][sched] Split IIStore into II_S[BHWD], II_S[WD][LR], and II_SAVEDaniel Sanders2014-01-23
* [mips][sched] Split IILoad into II_L[BHWD], II_L[BHW]U, II_L[WD][LR], and II_...Daniel Sanders2014-01-21
* [mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIUDaniel Sanders2014-01-21
* [mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and II_DDIVUDaniel Sanders2014-01-17
* [mips][sched] Split IIImul and IIImult into subclasses.Daniel Sanders2014-01-17
* [mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTHI_MTLODaniel Sanders2014-01-17
* [mips][sched] Split IIseb into II_SEB and II_SEHDaniel Sanders2014-01-16
* [mips][sched] Split IILogic into II_AND, II_OR, II_XOR, II_ANDI, II_ORI, II_XORIDaniel Sanders2014-01-16
* [mips][sched] Split IIArith in preparation for the first scheduler targeting ...Daniel Sanders2014-01-16
* Support for microMIPS load effective address.Zoran Jovanovic2013-12-25
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-20
* Support for microMIPS control instructions.Zoran Jovanovic2013-12-19
* Support for microMIPS LL and SC instructions.Zoran Jovanovic2013-12-19
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* [mips] Redefine TAILCALL as a pseudo instruction.Akira Hatanaka2013-11-27
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-15
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-13
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-07
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-15
* [mips] Use predicates to guard instructions using accumulator registers insteadAkira Hatanaka2013-10-15
* [mips] Rename isel nodes.Akira Hatanaka2013-10-15
* Mips: Disassemble sign-extended 64 bit immediates properly.Benjamin Kramer2013-10-11
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-07
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-01
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* [mips] MUL should clobber HI0 and LO0.Akira Hatanaka2013-09-20
* Fixed bug when generating Load Upper Immediate microMIPS instruction.Zoran Jovanovic2013-09-14
* Support for microMIPS DIV instructions.Zoran Jovanovic2013-09-14
* Support for misc microMIPS instructions.Zoran Jovanovic2013-09-14
* [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fitAkira Hatanaka2013-09-07
* [mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".Akira Hatanaka2013-09-06
* [mips] Delete unused classes and defs.Akira Hatanaka2013-09-06
* [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka2013-09-06
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-06
* This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...Vladimir Medic2013-09-06
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic2013-09-06
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-28
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-28
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-28
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-27
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-26
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-20
* This patch implements wait instruction for mips. Examples are added in test f...Vladimir Medic2013-08-16
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-15
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-14
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-13