summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2RegisterInfo.h
Commit message (Expand)AuthorAge
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov2011-03-05
* 80-column cleanup of file header commentsJim Grosbach2009-11-07
* Cleanup now that frame index scavenging via post-pass is working for ARM and ...Jim Grosbach2009-10-28
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28
* Refactor. Get rid of a few more getOpcode() calls.Evan Cheng2009-07-26
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-24
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* 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
* Push methods into base class in preparation for sharing.David Goodwin2009-07-08
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-02