summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb1RegisterInfo.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-02
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen2011-04-26
* Provide a legal pointer register class when targeting thumb1.Jakob Stoklund Olesen2011-03-31
* Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov2011-03-05
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* Add Thumb1 support for virtual frame indices.Jim Grosbach2010-08-19
* Constify some arguments.Eric Christopher2010-07-20
* Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola2010-07-11
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* 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
* Missing piece of the ARM frame index post-scavenging conditionalizationJim Grosbach2009-10-21
* Now that all ARM subtargets use frame index scavenging, the Thumb1 requires*Jim Grosbach2009-10-20
* Adjust the scavenge register spilling to allow the target to choose anJim Grosbach2009-10-19
* Re-enable register scavenging in Thumb1 by default.Jim Grosbach2009-10-08
* reverting thumb1 scavenging default due to test failure while I figure out wh...Jim Grosbach2009-10-07
* Enable thumb1 register scavenging by default.Jim Grosbach2009-10-07
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* In Thumb1, the register scavenger is not always able to use an emergencyJim Grosbach2009-10-05
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* - 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
* 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