Switch SubRegSet to using symbolic SubRegIndices
[oota-llvm.git] / lib / Target / ARM / ARMRegisterInfo.td
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Jakob Stoklund OlesenLose the dummies
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenFix a few places that depended on the numeric value...
2010-05-24 Jakob Stoklund OlesenSwitch ARMRegisterInfo.td to use SubRegIndex and elimin...
2010-05-14 Evan ChengTeach two-address pass to do some coalescing while...
2010-05-14 Evan ChengAdded a QQQQ register file to model 4-consecutive Q...
2010-05-13 Evan ChengAdd comment about the pseudo registers QQ, each of...
2010-05-06 Evan ChengRe-apply 103156 and 103157. 103156 didn't break anythin...
2010-05-06 Eric ChristopherRevert r103156 since it was breaking the build bots.
2010-05-06 Evan ChengAdding pseudo 256-bit registers QQ0 . . . QQ7 to repres...
2010-01-25 Johnny ChenMake it SP, LR, PC for GPR Register Class instead of...
2010-01-25 Johnny ChenFixed the order of GPR RegisterClass regs to be: ....
2010-01-13 Jakob Stoklund OlesenRemove the JustSP single-register regclass.
2009-12-22 Jakob Stoklund OlesenAdd a SPR register class to the ARM target.
2009-11-03 Evan ChengAdd QPR_8 as a superreg class of SPR_8 and DPR_8.
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-10-24 Jim GrosbachRestrict Thumb1 register allocation to low registers...
2009-10-23 Jim GrosbachFIXME no longer applies. R12 and R3 are available for...
2009-10-19 Jim GrosbachEnable allocation of R3 in Thumb1
2009-09-13 Anton KorobeynikovFix merge problem
2009-09-13 Anton KorobeynikovDefine proper subreg sets for arm - this should fix...
2009-09-12 Anton KorobeynikovAdd QPR_VFP2 regclass and add copy_to_regclass nodes...
2009-09-08 Anton KorobeynikovAdd NEON 'laned' operations. This fixes another bunch...
2009-08-05 David GoodwinWhen using NEON for single-precision FP, the NEON resul...
2009-08-04 Evan ChengIn thumb mode, r7 is used as frame register. This fixes...
2009-07-29 Evan ChengAdd VFP3 D registers to the DPR register class.
2009-07-22 Evan ChengFix a obvious copy-n-paste bug.
2009-07-20 Evan ChengModel fpscr to prevent fcmped / fcmpezs etc from being...
2009-07-14 Bob WilsonFix an obvious copy-and-paste error.
2009-07-14 Bob WilsonRevert 75309.
2009-07-10 Bob WilsonAdd superclasses of ARM Neon quad registers. The Q2PR...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-04-20 Evan ChengSpecify S registers as D registers' sub-registers.
2007-03-08 Evan ChengChange register allocation order to Dale's suggestion.
2007-03-07 Evan ChengARM always use register scavenger. No longer reserves...
2007-02-28 Evan ChengMake requiresRegisterScavenging determination on a...
2007-02-28 Evan ChengTemporary: make R12 available in ARM mode if RegScaveng...
2007-02-27 Evan ChengMinor tweak. Allocate r0 to r3 in reverse order, r3...
2007-01-29 Evan ChengComment.
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-09-29 Rafael Espindolaadd floating point registers
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend