Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim"="false" to ↵ | Fangrui Song | 2019-12-24 | 1 | -1/+1 |
| | | | | "frame-pointer"="none" as cleanups after D56351 | ||||
* | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵ | Fangrui Song | 2019-12-24 | 1 | -1/+1 |
| | | | | as cleanups after D56351 | ||||
* | [Hexagon] Implement frame pointer elimination with -fomit-frame-pointer | Krzysztof Parzyszek | 2017-06-30 | 1 | -0/+91 |
It applies to leaf functions that are otherwise not required to have a frame pointer. llvm-svn: 306888 |