aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.cpp
AgeCommit message (Expand)Author
2007-02-07Spill / restore should avoid modifying the condition register.Evan Cheng
2007-01-30Copy and paste bug.Evan Cheng
2007-01-30Misseed thumb jumptable branch.Evan Cheng
2007-01-29Factor GetInstSize() out of constpool island pass.Evan Cheng
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-10-24fix warning about missing newline at end of fileRafael Espindola
2006-10-24implement uncond branch insertion, mark branches with isBranch.Chris Lattner
2006-09-13add shifts to addressing mode 1Rafael Espindola
2006-09-11partial implementation of the ARM Addressing Mode 1Rafael Espindola
2006-08-08change the addressing mode of the str instruction to reg+immRafael 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-05-23implement minimal versions ofRafael Espindola
2006-05-14added a skeleton of the ARM backendRafael Espindola