aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor GetInstSize() out of constpool island pass.Evan Cheng2007-01-291-1/+70
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-4/+0
* ARM backend contribution from Apple.Evan Cheng2007-01-191-21/+384
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+3
* fix warning about missing newline at end of fileRafael Espindola2006-10-241-1/+1
* implement uncond branch insertion, mark branches with isBranch.Chris Lattner2006-10-241-0/+8
* add shifts to addressing mode 1Rafael Espindola2006-09-131-3/+6
* partial implementation of the ARM Addressing Mode 1Rafael Espindola2006-09-111-7/+7
* change the addressing mode of the str instruction to reg+immRafael Espindola2006-08-081-0/+4
* create the raddr addressing mode that matches any register and the frame indexRafael Espindola2006-07-101-22/+0
* handle the "mov reg1, reg2" case in isMoveInstrRafael Espindola2006-06-271-1/+13
* implement minimal versions ofRafael Espindola2006-05-231-5/+0
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+58