aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16FrameLowering.h
Commit message (Collapse)AuthorAgeFilesLines
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-211-0/+5
| | | | | | | Patch by Reed Kotler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164349 91177308-0d34-0410-b5e6-96231b3b80d8
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-0/+43
MipsSEFrameLowering. Implement MipsSEFrameLowering::hasReservedCallFrame. Call frames will not be reserved if there is a call with a large call frame or there are variable sized objects on the stack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161090 91177308-0d34-0410-b5e6-96231b3b80d8