summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Thumb2InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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