index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARM fix for missing implicit operands on ldmia_ret.
Andrew Trick
2011-08-25
1
-1
/
+3
*
whitespace
Andrew Trick
2011-08-25
1
-1
/
+1
*
ARM refactor indexed store instructions.
Jim Grosbach
2011-08-05
1
-8
/
+2
*
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-26
1
-5
/
+6
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-1
/
+1
*
ARM estimateStackSize() needs to account for simplified call frames.
Jim Grosbach
2011-07-05
1
-7
/
+39
*
Refact ARM Thumb1 tMOVr instruction family.
Jim Grosbach
2011-06-30
1
-5
/
+5
*
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
2011-06-30
1
-11
/
+13
*
Update an insertion point iterator after replacing a return instruction with a
Cameron Zwarich
2011-06-17
1
-0
/
+1
*
Fix coordination for using R4 in Thumb1 as a scratch for SP restore.
Jim Grosbach
2011-06-13
1
-2
/
+7
*
In Thumb2 mode, lower frame indix references to:
Evan Cheng
2011-04-22
1
-8
/
+11
*
Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
Jim Grosbach
2011-03-15
1
-4
/
+6
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
1
-14
/
+22
*
Fix typo.
Evan Cheng
2011-02-25
1
-1
/
+1
*
Each prologue may have multiple vpush instructions to store callee-saved
Evan Cheng
2011-02-25
1
-2
/
+14
*
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
1
-6
/
+0
*
Don't merge restore with tail call instruction.
Evan Cheng
2011-01-25
1
-1
/
+6
*
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-18
1
-2
/
+0
*
Spill R4 if it's going to be used to restore SP from FP.
Evan Cheng
2011-01-16
1
-4
/
+12
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-2
/
+2
*
Tidy comments, indentation, and 80-column violations.
Bob Wilson
2011-01-13
1
-37
/
+39
*
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-11
1
-0
/
+1
*
Expand on the safeness of restoring the sp from the fp a bit more.
Eric Christopher
2011-01-10
1
-1
/
+2
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-0
/
+1012
[prev]