summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRegisterInfo.td
Commit message (Expand)AuthorAge
* 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
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-24
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-19
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-27
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-21
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-02
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Added support for FP RegistersBruno Cardoso Lopes2008-06-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06