index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMBaseRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
add ARM cmd line option to force always using virtual base regs when possible.
Jim Grosbach
2010-08-24
1
-4
/
+16
*
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
1
-6
/
+61
*
Add Thumb1 support for virtual frame indices.
Jim Grosbach
2010-08-19
1
-13
/
+15
*
Enable ARM base register reuse to local stack slot allocation. Whenever a new
Jim Grosbach
2010-08-18
1
-0
/
+69
*
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-18
1
-0
/
+6
*
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
1
-0
/
+43
*
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-17
1
-0
/
+41
*
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
1
-40
/
+49
*
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
1
-44
/
+40
*
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-08-10
1
-40
/
+44
*
ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(
Evan Cheng
2010-08-09
1
-1
/
+2
*
For local variables in functions with a frame pointer, use FP as a base
Jim Grosbach
2010-08-05
1
-18
/
+37
*
Silence a GCC warning about && and || without explicit parentheses. This
Chandler Carruth
2010-08-05
1
-3
/
+3
*
and back in. false alarm on the tests from another unrelated local change.
Jim Grosbach
2010-08-04
1
-2
/
+7
*
oops. revert for a moment to clean up tests first.
Jim Grosbach
2010-08-04
1
-7
/
+2
*
Reserve a stack slot if the function adjusts the stack but doesn't
Jim Grosbach
2010-08-04
1
-2
/
+7
*
Add support for getting & setting the FPSCR application register on ARM when ...
Nate Begeman
2010-08-03
1
-0
/
+1
*
switch a private implementation of GetFunctionSizeInBytes.
Chris Lattner
2010-07-22
1
-1
/
+14
*
Constify some arguments.
Eric Christopher
2010-07-20
1
-2
/
+2
*
Remove unnecessary check that was subsumed into canRealignStack.
Eric Christopher
2010-07-17
1
-3
/
+2
*
Make more explicit and add some currently disabled error messages for
Eric Christopher
2010-07-17
1
-4
/
+18
*
Add parentheses yet again to satisfy GCC's warnings.
Chandler Carruth
2010-07-10
1
-3
/
+3
*
In the presence of variable sized objects, allocate an emergency spill slot.
Jim Grosbach
2010-07-09
1
-3
/
+10
*
Changes to ARM tail calls, mostly cosmetic.
Dale Johannesen
2010-07-08
1
-1
/
+2
*
When using ADDri to get the address of a stack object, 255 is a conservative
Jakob Stoklund Olesen
2010-06-18
1
-0
/
+9
*
An attempt to fix the problem Anton reported with
Dale Johannesen
2010-06-18
1
-1
/
+2
*
Next round of tail call changes. Register used in a tail
Dale Johannesen
2010-06-15
1
-3
/
+5
*
Early implementation of tail call for ARM.
Dale Johannesen
2010-06-03
1
-0
/
+30
*
Rename canCombinedSubRegIndex method to something more grammatically correct
Bob Wilson
2010-06-02
1
-1
/
+1
[next]