aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsRegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert r159851.Akira Hatanaka2012-07-061-114/+99
* Reapply r158846.Akira Hatanaka2012-07-061-99/+114
* Revert r158846.Akira Hatanaka2012-06-201-114/+99
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-201-99/+114
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-241-0/+2
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-161-0/+7
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-041-12/+4
* delete useless comment&blankJia Liu2012-02-271-16/+14
* Add DWARF numbers of 64-bit registers.Akira Hatanaka2012-02-021-64/+64
* Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen2012-01-181-0/+1
* Add newline.Akira Hatanaka2011-12-071-1/+2
* Add 64-bit HWR29 register.Akira Hatanaka2011-12-071-0/+2
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-231-0/+25
* Add definitions of 64-bit int registers.Akira Hatanaka2011-09-231-0/+41
* Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.Akira Hatanaka2011-09-221-1/+1
* Define a new sub-register index sub_32 for accessing the 32-bit sub-register ofAkira Hatanaka2011-09-221-4/+5
* Add definition of 64-bit floating registers used for Mips64.Akira Hatanaka2011-09-221-0/+40
* Make F31 and D15 non-reserved registers.Akira Hatanaka2011-09-091-3/+1
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-151-18/+10
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-091-71/+3
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-311-0/+10
* Remove the dwarf numbers from the D registers. They don't have dwarf numbersRafael Espindola2011-05-291-16/+16
* Fix some dwarf register numbers.Rafael Espindola2011-05-261-1/+1
* Increase number of available registers when target is MIPS32.Akira Hatanaka2011-05-191-2/+2
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-8/+8
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-8/+8
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-18/+18
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-20/+6
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-6/+20
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-20/+6
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-2/+2
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-8/+8
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-1/+1
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-241-2/+4
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-191-2/+26
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-7/+5
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-211-30/+41
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-021-0/+8