summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/no-frame-pointer-elim.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to ↵Fangrui Song2019-12-241-1/+1
| | | | "frame-pointer"="non-leaf" as cleanups after D56351
* [Mips] Always save RA when disabling frame pointer eliminationSimon Atanasyan2019-10-071-0/+37
This ensures that frame-based unwinding will continue to work when calling a noreturn function; there is not much use having the caller's frame pointer saved if you don't also have the caller's program counter. Patch by James Clarke. Differential Revision: https://reviews.llvm.org/D68542 llvm-svn: 373907
OpenPOWER on IntegriCloud