summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
Commit message (Expand)AuthorAge
...
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-18
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-17
* Add hook to examine an instruction referencing a frame index to determineJim Grosbach2010-08-17
* For local variables in functions with a frame pointer, use FP as a baseJim Grosbach2010-08-05
* prune #includes a little.Chris Lattner2010-07-20
* Constify some arguments.Eric Christopher2010-07-20
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Rename canCombinedSubRegIndex method to something more grammatically correctBob Wilson2010-06-02
* Replace ARM's getCalleeSavedRegClasses with a simpler solutionRafael Espindola2010-06-02
* Teach two-address pass to do some coalescing while eliminating REG_SEQUENCEEvan Cheng2010-05-14
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* Updated version of r96634 (which was reverted due to failing 176.gcc andJim Grosbach2010-02-22
* Revert 96634. It causes assertion failures for 126.gcc and 176.gcc inBob Wilson2010-02-19
* Radar 7636153. In the presence of large call frames, it's not sufficientJim Grosbach2010-02-19
* constify a method argument.Chris Lattner2010-01-26
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* Generate more correct debug info for frame indices.Jim Grosbach2009-11-22
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Infrastructure for dynamic stack realignment on ARM. For now, this is off byJim Grosbach2009-10-27
* Add ARM getMatchingSuperRegClass to handle S / D / Q cross regclass coalescing.Evan Cheng2009-10-25
* Enable post-pass frame index register scavenging for ARM and Thumb2Jim Grosbach2009-10-20
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Do not use frame register to reference fixed stack objects if the function is...Evan Cheng2009-08-15
* Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng2009-08-14
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-30
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-29
* - 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
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-23
* Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng2009-07-22
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* 80 col violation.Evan Cheng2009-07-10
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-08
* Push methods into base class in preparation for sharing.David Goodwin2009-07-08
* Start breaking out common base functionality for register info.David Goodwin2009-07-08