Add a way to define the bit range covered by a SubRegIndex.
[oota-llvm.git] / lib / Target / SystemZ / SystemZRegisterInfo.td
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-22 Richard Sandiford[SystemZ] Rename PSW to CC
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-06-17 Jakob Stoklund OlesenAllocate SystemZ callee-saved registers backwards:...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-15 Jakob Stoklund OlesenRemove custom allocation orders in SystemZ.
2011-05-30 Rafael EspindolaRemove the DwarfNumbers from the subregisters. They...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-05-28 Jakob Stoklund OlesenMerge the SystemZ subreg_even32 SubRegIndex into subreg...
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 OlesenUse SubRegIndex in SystemZ.
2009-07-16 Anton KorobeynikovOut GR128 regclass is not a 'real' i128 one.
2009-07-16 Anton KorobeynikovAdd FP regs
2009-07-16 Anton KorobeynikovProvide consistent subreg idx scheme. This (hopefully...
2009-07-16 Anton KorobeynikovProperly handle divides. As a bonus - implement memory...
2009-07-16 Anton KorobeynikovAdd proper register aliases
2009-07-16 Anton KorobeynikovFix thinko
2009-07-16 Anton KorobeynikovFix epic bug with invalid regclass for R0D
2009-07-16 Anton KorobeynikovMore register pairs (now 32 bit ones)
2009-07-16 Anton KorobeynikovAdd even-odd register pairs
2009-07-16 Anton KorobeynikovChange register allocation order to reduce amount of...
2009-07-16 Anton KorobeynikovChange register allocation order, so R0 will be allocat...
2009-07-16 Anton KorobeynikovAdd shifts and reg-imm address matching
2009-07-16 Anton KorobeynikovAdd bunch of 32-bit patterns... Uffff :)
2009-07-16 Anton KorobeynikovAdd 32 bit subregs
2009-07-16 Anton KorobeynikovAdd add reg-reg and reg-imm patterns
2009-07-16 Anton KorobeynikovLet's start another backend :)