aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsRegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+40
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+27
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+16
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-59/+56
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-8/+17
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-151-8/+8
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-251-0/+37
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-161-0/+17
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-281-0/+13
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-281-1/+3
* [mips][msa] Split MSA128 regset into size-specific sets containing the same r...Daniel Sanders2013-08-231-3/+8
* [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.Daniel Sanders2013-08-211-1/+1
* [mips][msa] Define registers using foreachDaniel Sanders2013-08-211-32/+3
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-201-5/+18
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-151-2/+3
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-141-0/+18
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-141-1/+5
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-141-15/+14
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-131-0/+45
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-081-17/+17
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-081-11/+0
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-14/+14
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-061-1/+10
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-041-0/+7
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-301-0/+9
* [mips] Increase the number of floating point condition code registers to eight.Akira Hatanaka2013-07-261-3/+5
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-261-5/+5
* [mips] Use "foreach" loop to make register definitions more concise.Akira Hatanaka2013-07-171-80/+9
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-011-4/+9
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-241-0/+27
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-191-5/+9
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-10/+10
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-031-1/+21
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-301-2/+4
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-301-0/+4
* [mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka2013-04-181-8/+10
* [mips] Change type of accumulator registers to Untyped. Add two more accumulatorAkira Hatanaka2013-03-291-7/+30
* [mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka2013-03-141-8/+13
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-171-1/+1
* reverting 172579Jack Carter2013-01-161-1/+1
* Akira,Jack Carter2013-01-161-1/+1
* This patch tackles the problem of parsing Mips Jack Carter2013-01-121-0/+45
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-101-29/+20
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-021-2/+2
* 1. Add load/store words from the stackReed Kotler2012-09-281-0/+1
* Add DSP accumulator registers and register class. Remove hi/lo registers.Akira Hatanaka2012-09-261-33/+9
* Add MIPS accumulator and DSP control registers.Akira Hatanaka2012-09-211-1/+42
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-171-0/+3
* In register classes in MipsRegisterInfo.td, list the registers in ascendingAkira Hatanaka2012-07-111-99/+114