summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2InstrInfo.cpp
Commit message (Expand)AuthorAge
...
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* Always use the 16-bit tMOVgpr2gpr instead of the 32-bit t2MOVr.Evan Cheng2009-08-10
* Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode.Evan Cheng2009-08-07
* It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng2009-08-07
* Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...Evan Cheng2009-08-03
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...Evan Cheng2009-07-29
* Thumb-2: fix typo that caused incorrect stack elimination for VFP operations ...David Goodwin2009-07-28
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28
* More DCE.Evan Cheng2009-07-27
* Get rid of more dead code.Evan Cheng2009-07-27
* Get rid of some more getOpcode calls.Evan Cheng2009-07-27
* Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng2009-07-27
* Use the right instructions to copy between GPR and the more strictive tGPR cl...Evan Cheng2009-07-27
* Get rid of a couple of unnecessary getOpcode calls.Evan Cheng2009-07-25
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-25
* Clean up.Evan Cheng2009-07-24
* FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng2009-07-24
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-24
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-23
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-16
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-11
* t2LDM_RET does not fall-through.David Goodwin2009-07-10
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-08
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-08
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-02