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