summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Commit message (Expand)AuthorAge
* 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
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-10
* ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(Evan Cheng2010-08-09
* For local variables in functions with a frame pointer, use FP as a baseJim Grosbach2010-08-05
* Silence a GCC warning about && and || without explicit parentheses. ThisChandler Carruth2010-08-05
* and back in. false alarm on the tests from another unrelated local change.Jim Grosbach2010-08-04
* oops. revert for a moment to clean up tests first.Jim Grosbach2010-08-04
* Reserve a stack slot if the function adjusts the stack but doesn'tJim Grosbach2010-08-04
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-03
* switch a private implementation of GetFunctionSizeInBytes.Chris Lattner2010-07-22
* Constify some arguments.Eric Christopher2010-07-20
* Remove unnecessary check that was subsumed into canRealignStack.Eric Christopher2010-07-17
* Make more explicit and add some currently disabled error messages forEric Christopher2010-07-17
* Add parentheses yet again to satisfy GCC's warnings.Chandler Carruth2010-07-10
* In the presence of variable sized objects, allocate an emergency spill slot.Jim Grosbach2010-07-09
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-08
* When using ADDri to get the address of a stack object, 255 is a conservativeJakob Stoklund Olesen2010-06-18
* An attempt to fix the problem Anton reported withDale Johannesen2010-06-18