aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZRegisterInfo.td
AgeCommit message (Expand)Author
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-06-17Allocate SystemZ callee-saved registers backwards: R13-R6Jakob Stoklund Olesen
2011-06-15Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen
2011-06-15Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen
2011-05-30Remove the DwarfNumbers from the subregisters. They should use DW_OP_bit_pieceRafael Espindola
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-05-28Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen
2010-05-26Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen
2010-05-25Remove NumberHack entirely.Jakob Stoklund Olesen
2010-05-24Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen
2010-05-24Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen
2010-05-24Use SubRegIndex in SystemZ.Jakob Stoklund Olesen
2009-07-16Out GR128 regclass is not a 'real' i128 one.Anton Korobeynikov
2009-07-16Add FP regsAnton Korobeynikov
2009-07-16Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...Anton Korobeynikov
2009-07-16Properly handle divides. As a bonus - implement memory versions of them.Anton Korobeynikov
2009-07-16Add proper register aliasesAnton Korobeynikov
2009-07-16Fix thinkoAnton Korobeynikov
2009-07-16Fix epic bug with invalid regclass for R0DAnton Korobeynikov
2009-07-16More register pairs (now 32 bit ones)Anton Korobeynikov
2009-07-16Add even-odd register pairsAnton Korobeynikov
2009-07-16Change register allocation order to reduce amount of callee-saved regs to be ...Anton Korobeynikov
2009-07-16Change register allocation order, so R0 will be allocated the last among scra...Anton Korobeynikov
2009-07-16Add shifts and reg-imm address matchingAnton Korobeynikov
2009-07-16Add bunch of 32-bit patterns... Uffff :)Anton Korobeynikov
2009-07-16Add 32 bit subregsAnton Korobeynikov
2009-07-16Add add reg-reg and reg-imm patternsAnton Korobeynikov
2009-07-16Let's start another backend :)Anton Korobeynikov