summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-27
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-22
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-20
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* Code clean up.Evan Cheng2010-11-18
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Revert this temporarily.Eric Christopher2010-11-11
* Change the prologue and epilogue to use push/pop for the low ARM registers.Eric Christopher2010-11-11
* Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach2010-11-02
* Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, likeJim Grosbach2010-10-27
* Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing onJim Grosbach2010-10-27
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-26
* Nuke extraneous comment. It's applicable elsewhere, but not in this func.Jim Grosbach2010-10-26
* Nuke a commented out bit that got missed a while back.Jim Grosbach2010-10-19
* For Thumb2, try to use frame pointer references for stack slots even when aJim Grosbach2010-10-18
* ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediateJim Grosbach2010-10-18
* Grammar tweak.Jim Grosbach2010-10-18
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-20
* move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-15
* simplify getRegisterNumbering(). Remove the unused isSPVFP argument andJim Grosbach2010-09-15
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-08
* Fix errant fall-throughs causing the base pointer to be used when the frameJim Grosbach2010-09-08
* Be more careful about when to do dynamic stack realignment. Since we have anJim Grosbach2010-09-08
* Add missing assertJim Grosbach2010-09-08
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-08
* woops. need to update a test along with this.Jim Grosbach2010-09-08
* disable temporarily while sorting out a few test failures in Thumb2-O0 tests.Jim Grosbach2010-09-08
* Re-apply r112883:Jim Grosbach2010-09-03
* Check the local frame alignment for determining whether dynamic stackJim Grosbach2010-09-03
* Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar2010-09-03
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* trailing whitespaceJim Grosbach2010-09-02
* SP relative offsets need to be adjusted by the local allocation size whenJim Grosbach2010-08-31
* this assert should just be a condition, since this function is just asking ifJim Grosbach2010-08-31
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* tidy up a bit. no functional change.Jim Grosbach2010-08-26
* Turn off the scavenging based frame reg reuse briefly to measure whether it'sJim Grosbach2010-08-26
* Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach2010-08-26
* Don't override the var from the enclosing scope.Jim Grosbach2010-08-25
* Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach2010-08-24
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-24
* add ARM cmd line option to force always using virtual base regs when possible.Jim Grosbach2010-08-24
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-19
* Add Thumb1 support for virtual frame indices.Jim Grosbach2010-08-19
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-18
* 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
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-10
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-10