summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRegisterInfo.td
Commit message (Expand)AuthorAge
* [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
* In register classes in MipsRegisterInfo.td, list the registers in ascendingAkira Hatanaka2012-07-11
* revert r159851.Akira Hatanaka2012-07-06
* Reapply r158846.Akira Hatanaka2012-07-06
* Revert r158846.Akira Hatanaka2012-06-20
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-20
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-24
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-16
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-04
* delete useless comment&blankJia Liu2012-02-27
* Add DWARF numbers of 64-bit registers.Akira Hatanaka2012-02-02
* Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen2012-01-18
* Add newline.Akira Hatanaka2011-12-07
* Add 64-bit HWR29 register.Akira Hatanaka2011-12-07
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-23
* Add definitions of 64-bit int registers.Akira Hatanaka2011-09-23
* Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.Akira Hatanaka2011-09-22
* Define a new sub-register index sub_32 for accessing the 32-bit sub-register ofAkira Hatanaka2011-09-22
* Add definition of 64-bit floating registers used for Mips64.Akira Hatanaka2011-09-22
* Make F31 and D15 non-reserved registers.Akira Hatanaka2011-09-09
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-09
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-31
* Remove the dwarf numbers from the D registers. They don't have dwarf numbersRafael Espindola2011-05-29
* Fix some dwarf register numbers.Rafael Espindola2011-05-26
* Increase number of available registers when target is MIPS32.Akira Hatanaka2011-05-19
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24