Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / Mips / MipsRegisterInfo.td
2012-02-27 Jia Liudelete useless comment&blank
2012-02-02 Akira HatanakaAdd DWARF numbers of 64-bit registers.
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2011-12-07 Akira HatanakaAdd newline.
2011-12-07 Akira HatanakaAdd 64-bit HWR29 register.
2011-09-23 Akira HatanakaAdd definitions of 64-bit register files. Add code...
2011-09-23 Akira HatanakaAdd definitions of 64-bit int registers.
2011-09-22 Akira HatanakaChange subreg index of AFPR64 from sub_fpeven to sub_32...
2011-09-22 Akira HatanakaDefine a new sub-register index sub_32 for accessing...
2011-09-22 Akira HatanakaAdd definition of 64-bit floating registers used for...
2011-09-09 Akira HatanakaMake F31 and D15 non-reserved registers.
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-29 Rafael EspindolaRemove the dwarf numbers from the D registers. They...
2011-05-26 Rafael EspindolaFix some dwarf register numbers.
2011-05-19 Akira HatanakaIncrease number of available registers when target...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-25 Jakob Stoklund OlesenRemove NumberHack entirely.
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenSubRegIndex'ize Mips
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2009-03-21 Bruno Cardoso LopesRemoved AFGR32 register class
2008-08-02 Bruno Cardoso LopesImproved asm inline for hi,lo results
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-07 Bruno Cardoso LopesAdded support for FP Registers
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)