aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Do not use frame register to reference fixed stack objects if the function is...Evan Cheng2009-08-151-1/+1
* Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng2009-08-141-0/+2
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-301-0/+2
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-2/+2
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-281-18/+2
* Refactor. Get rid of a few more getOpcode() calls.Evan Cheng2009-07-261-4/+16
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-241-7/+4
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-231-0/+7
* Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng2009-07-221-6/+4
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-1/+2
* 80 col violation.Evan Cheng2009-07-101-1/+2
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-081-1/+4
* Push methods into base class in preparation for sharing.David Goodwin2009-07-081-6/+33
* Start breaking out common base functionality for register info.David Goodwin2009-07-081-0/+113