summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-021-2/+1
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-281-44/+59
* More DCE.Evan Cheng2009-07-271-5/+1
* Get rid of more dead code.Evan Cheng2009-07-271-2/+0
* Clean up.Evan Cheng2009-07-271-0/+5
* Get rid of some more getOpcode calls.Evan Cheng2009-07-271-4/+14
* Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng2009-07-271-2/+1
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-251-3/+0
* Remove unused member functions.Eli Friedman2009-07-241-10/+0
* FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng2009-07-241-9/+1
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-241-9/+4
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-231-0/+7
* Fix a regression from 76124. Thumb1 instructions default to S bit being true.Evan Cheng2009-07-191-0/+5
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-161-2/+13
* Move isPredicated from .cpp to .hEvan Cheng2009-07-101-1/+4
* 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-0/+298
OpenPOWER on IntegriCloud