summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/fpelim-basic.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to ↵Fangrui Song2019-12-241-1/+1
| | | | "frame-pointer"="none" as cleanups after D56351
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵Fangrui Song2019-12-241-1/+1
| | | | as cleanups after D56351
* [Hexagon] Implement frame pointer elimination with -fomit-frame-pointerKrzysztof Parzyszek2017-06-301-0/+91
It applies to leaf functions that are otherwise not required to have a frame pointer. llvm-svn: 306888
OpenPOWER on IntegriCloud