In thumb mode, r7 is used as frame register. This fixes pr4681.
[oota-llvm.git] / lib / Target / ARM / ARMRegisterInfo.td
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