summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRegisterInfo.td
Commit message (Expand)AuthorAge
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders2014-05-08
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-04-01
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-31
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-31
* [MIPS] Add cpu octeon and some instructionsKai Nacke2014-03-20
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-21
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-15
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-25
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-16
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-28
* [mips][msa] Split MSA128 regset into size-specific sets containing the same r...Daniel Sanders2013-08-23
* [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.Daniel Sanders2013-08-21
* [mips][msa] Define registers using foreachDaniel Sanders2013-08-21
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-15
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-14
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-14
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-14
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-13
* [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] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-04
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-30
* [mips] Increase the number of floating point condition code registers to eight.Akira Hatanaka2013-07-26
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-26
* [mips] Use "foreach" loop to make register definitions more concise.Akira Hatanaka2013-07-17
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-01
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-24
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-19
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-03
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-30
* [mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka2013-04-18
* [mips] Change type of accumulator registers to Untyped. Add two more accumulatorAkira Hatanaka2013-03-29
* [mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka2013-03-14
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-17
* reverting 172579Jack Carter2013-01-16
* Akira,Jack Carter2013-01-16
* This patch tackles the problem of parsing Mips Jack Carter2013-01-12
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* 1. Add load/store words from the stackReed Kotler2012-09-28
* Add DSP accumulator registers and register class. Remove hi/lo registers.Akira Hatanaka2012-09-26
* Add MIPS accumulator and DSP control registers.Akira Hatanaka2012-09-21
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17