[ADT] Switch a bunch of places in LLVM that were doing single-character
[oota-llvm.git] / lib / Target / SystemZ / SystemZRegisterInfo.td
2015-05-05 Ulrich Weigand[SystemZ] Add z13 vector facility and MC support
2015-05-04 Ulrich Weigand[SystemZ] Reclassify f32 subregs of f64 registers
2014-07-10 Richard Sandiford[SystemZ] Fix FPR dwarf numbering
2013-10-01 Richard Sandiford[SystemZ] Use upper words of GR64s for codegen
2013-09-30 Richard Sandiford[SystemZ] Add GRH32 for the high word of a GR64
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-09-30 Richard Sandiford[SystemZ] Add change missing from previous commit
2013-09-30 Richard Sandiford[SystemZ] Rename 32-bit GPR registers
2013-07-12 Richard Sandiford[SystemZ] Fix parsing of inline asm registers
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
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 :)