summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseInstrInfo.h
Commit message (Expand)AuthorAge
* Turn on if-conversion for thumb2.Evan Cheng2009-08-15
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* Add support to reduce most of 32-bit Thumb2 arithmetic instructions.Evan Cheng2009-08-10
* Code refactoring. No functionality change.Evan Cheng2009-08-08
* A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR.Evan Cheng2009-08-07
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* - 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
* Clean up.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
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-25
* Remove unused member functions.Eli Friedman2009-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
* Fix a regression from 76124. Thumb1 instructions default to S bit being true.Evan Cheng2009-07-19
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-16
* Move isPredicated from .cpp to .hEvan Cheng2009-07-10
* 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