Age | Commit message (Expand) | Author |
2011-04-19 | Avoid write-after-write issue hazards for Cortex-A9. | Bob Wilson |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-25 | Ignore special ARM allocation hints for unexpected register classes. | Jakob Stoklund Olesen |
2011-03-07 | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich |
2011-03-05 | Implement frame unwinding information emission for Thumb1. Not finished yet b... | Anton Korobeynikov |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2011-01-10 | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen |
2010-12-17 | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling |
2010-12-09 | When using multiple instructions to reference a frame index, make sure to | Jim Grosbach |
2010-11-27 | Move more PEI-related hooks to TFI | Anton Korobeynikov |
2010-11-22 | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng |
2010-11-20 | Move some more hooks to TargetFrameInfo | Anton Korobeynikov |
2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
2010-11-18 | Code clean up. | Evan Cheng |
2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
2010-11-11 | Revert this temporarily. | Eric Christopher |
2010-11-11 | Change the prologue and epilogue to use push/pop for the low ARM registers. | Eric Christopher |
2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach |
2010-10-27 | Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like | Jim Grosbach |
2010-10-27 | Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on | Jim Grosbach |
2010-10-26 | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach |
2010-10-26 | Nuke extraneous comment. It's applicable elsewhere, but not in this func. | Jim Grosbach |
2010-10-19 | Nuke a commented out bit that got missed a while back. | Jim Grosbach |
2010-10-18 | For Thumb2, try to use frame pointer references for stack slots even when a | Jim Grosbach |
2010-10-18 | ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediate | Jim Grosbach |
2010-10-18 | Grammar tweak. | Jim Grosbach |
2010-09-20 | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach |
2010-09-15 | move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper | Jim Grosbach |
2010-09-15 | simplify getRegisterNumbering(). Remove the unused isSPVFP argument and | Jim Grosbach |
2010-09-08 | Re-enable usage of the ARM base pointer. r113394 fixed the known failures. | Jim Grosbach |
2010-09-08 | Fix errant fall-throughs causing the base pointer to be used when the frame | Jim Grosbach |
2010-09-08 | Be more careful about when to do dynamic stack realignment. Since we have an | Jim Grosbach |
2010-09-08 | Add missing assert | Jim Grosbach |
2010-09-08 | disable for the moment while tracking down a few Thumb2-O0 failure that look | Jim Grosbach |
2010-09-08 | woops. need to update a test along with this. | Jim Grosbach |
2010-09-08 | disable temporarily while sorting out a few test failures in Thumb2-O0 tests. | Jim Grosbach |
2010-09-03 | Re-apply r112883: | Jim Grosbach |
2010-09-03 | Check the local frame alignment for determining whether dynamic stack | Jim Grosbach |
2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
2010-09-02 | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach |
2010-09-02 | trailing whitespace | Jim Grosbach |
2010-08-31 | SP relative offsets need to be adjusted by the local allocation size when | Jim Grosbach |
2010-08-31 | this assert should just be a condition, since this function is just asking if | Jim Grosbach |
2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
2010-08-26 | tidy up a bit. no functional change. | Jim Grosbach |
2010-08-26 | Turn off the scavenging based frame reg reuse briefly to measure whether it's | Jim Grosbach |
2010-08-26 | Enable pre-RA virtual frame base register allocation. rdar://8277890 | Jim Grosbach |
2010-08-25 | Don't override the var from the enclosing scope. | Jim Grosbach |
2010-08-24 | Add ARM heuristic for when to allocate a virtual base register for stack | Jim Grosbach |
2010-08-24 | Move enabling the local stack allocation pass into the target where it belongs. | Jim Grosbach |