index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMFrameLowering.cpp
Age
Commit message (
Expand
)
Author
2011-03-15
Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
Jim Grosbach
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-02-25
Fix typo.
Evan Cheng
2011-02-25
Each prologue may have multiple vpush instructions to store callee-saved
Evan Cheng
2011-02-14
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-01-25
Don't merge restore with tail call instruction.
Evan Cheng
2011-01-18
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-16
Spill R4 if it's going to be used to restore SP from FP.
Evan Cheng
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
Tidy comments, indentation, and 80-column violations.
Bob Wilson
2011-01-11
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-10
Expand on the safeness of restoring the sp from the fp a bit more.
Eric Christopher
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov