aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/hf16call32_body.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-251-12/+12
| | | | | | | | | and make one cosmetic cleanup to make it look the same as gcc in this area; adjusting test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191400 91177308-0d34-0410-b5e6-96231b3b80d8
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to ↵Bill Wendling2013-08-221-1/+1
| | | | | | 'false'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-161-0/+294
This creates stubs that help Mips32 functions call Mips16 functions which have floating point parameters that are normally passed in floating point registers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181972 91177308-0d34-0410-b5e6-96231b3b80d8