Declare the callee saved regs
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-08-03 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-01 Rafael Espindolastart comments with #
2006-07-21 Rafael Espindolaimplemented sub
2006-07-18 Rafael Espindolainitial prologue and epilogue implementation. Need...
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-05-30 Rafael EspindolaExpand ret into "CopyToReg;BRIND"
2006-05-26 Rafael EspindolaOn ARM, alignment is in bits
2006-05-18 Rafael Espindolaimplement movri
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend