summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a couple of unnecessary getOpcode calls.Evan Cheng2009-07-251-1/+1
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-251-6/+1
* Clean up.Evan Cheng2009-07-241-3/+1
* FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng2009-07-241-8/+0
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-241-25/+4
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-231-0/+23
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-161-0/+21
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-111-6/+3
* t2LDM_RET does not fall-through.David Goodwin2009-07-101-1/+1
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-081-283/+1
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-081-0/+1
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-081-37/+98
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-021-0/+312
OpenPOWER on IntegriCloud