aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMRegisterInfo.cpp
AgeCommit message (Expand)Author
2006-08-16Declare the callee saved regsRafael Espindola
2006-08-09correctly set LocalAreaOffset of TargetFrameInfoRafael Espindola
2006-08-09fix the spill codeRafael Espindola
2006-08-09fix the loading of the link register in emitepilogueRafael Espindola
2006-08-08change the addressing mode of the str instruction to reg+immRafael Espindola
2006-08-08initial support for variable number of argumentsRafael Espindola
2006-07-21implemented subRafael Espindola
2006-07-18initial prologue and epilogue implementation. Need to define add and sub befo...Rafael Espindola
2006-07-11add the memri memory operandRafael Espindola
2006-07-10create the raddr addressing mode that matches any register and the frame indexRafael Espindola
2006-06-27handle the "mov reg1, reg2" case in isMoveInstrRafael Espindola
2006-06-18initial implementation of ARMRegisterInfo::eliminateFrameIndexRafael Espindola
2006-05-18implement movriRafael Espindola
2006-05-18getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng
2006-05-14added a skeleton of the ARM backendRafael Espindola