summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips64InstrInfo.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] 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 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
* [mips] Redefine TAILCALL as a pseudo instruction.Akira Hatanaka2013-11-27
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-15
* [mips] Rename isel nodes.Akira Hatanaka2013-10-15
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-07
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-07
* [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fitAkira Hatanaka2013-09-07
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-06
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-28
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-20
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-14
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-06
* [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-06
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06
* [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also,Akira Hatanaka2013-08-01
* [mips] Rename instruction DANDi to ANDi64.Akira Hatanaka2013-07-31
* [mips] Define instruction itineraries IIArith and IILogic.Akira Hatanaka2013-07-31
* [mips] Use ADDu instead of OR to copy general purpose registers. Also, deleteAkira Hatanaka2013-07-22
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-12
* [mips] Add new InstrItinClasses for move from/to coprocessor instructions andAkira Hatanaka2013-07-02
* [mips] Add instruction selection patterns for blez and bgez.Akira Hatanaka2013-05-21
* [mips] Trap on integer division by zero.Akira Hatanaka2013-05-20
* Mips assembler: Add branch macro definitionsJack Carter2013-05-16
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-30
* [mips] Define pseudo instructions for spilling and copying accumulatorAkira Hatanaka2013-03-30
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-28
* [Mips Assembler] Add alias definitions for jalJack Carter2013-03-28
* [mips] Print move instructions.Akira Hatanaka2013-03-04
* [mips] Add definition of JALR instruction which has two register operands. Ch...Akira Hatanaka2013-02-07
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-05
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* This patch tackles the problem of parsing Mips Jack Carter2013-01-12
* Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper2013-01-07
* [mips] 80 columns.Akira Hatanaka2013-01-04
* [mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka2013-01-04
* [mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka2013-01-04
* [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka2012-12-21