summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZRegisterInfo.td
Commit message (Expand)AuthorAge
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-01
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-30
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-30
* [SystemZ] Add change missing from previous commitRichard Sandiford2013-09-30
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-30
* [SystemZ] Fix parsing of inline asm registersRichard Sandiford2013-07-12
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-22
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Allocate SystemZ callee-saved registers backwards: R13-R6Jakob Stoklund Olesen2011-06-17
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-15
* Remove the DwarfNumbers from the subregisters. They should use DW_OP_bit_pieceRafael Espindola2011-05-30
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen2010-05-28
* 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
* Use SubRegIndex in SystemZ.Jakob Stoklund Olesen2010-05-24
* Out GR128 regclass is not a 'real' i128 one.Anton Korobeynikov2009-07-16
* Add FP regsAnton Korobeynikov2009-07-16
* Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...Anton Korobeynikov2009-07-16
* Properly handle divides. As a bonus - implement memory versions of them.Anton Korobeynikov2009-07-16
* Add proper register aliasesAnton Korobeynikov2009-07-16
* Fix thinkoAnton Korobeynikov2009-07-16
* Fix epic bug with invalid regclass for R0DAnton Korobeynikov2009-07-16
* More register pairs (now 32 bit ones)Anton Korobeynikov2009-07-16
* Add even-odd register pairsAnton Korobeynikov2009-07-16
* Change register allocation order to reduce amount of callee-saved regs to be ...Anton Korobeynikov2009-07-16
* Change register allocation order, so R0 will be allocated the last among scra...Anton Korobeynikov2009-07-16
* Add shifts and reg-imm address matchingAnton Korobeynikov2009-07-16
* Add bunch of 32-bit patterns... Uffff :)Anton Korobeynikov2009-07-16
* Add 32 bit subregsAnton Korobeynikov2009-07-16
* Add add reg-reg and reg-imm patternsAnton Korobeynikov2009-07-16
* Let's start another backend :)Anton Korobeynikov2009-07-16