Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim"="false" to ↵ | Fangrui Song | 2019-12-24 | 1 | -2/+2 |
| | | | | "frame-pointer"="none" as cleanups after D56351 | ||||
* | [mips] Support micromips attribute passed by front-end | Simon Atanasyan | 2017-05-22 | 1 | -0/+39 |
This patch adds handling of the `micromips` and `nomicromips` attributes passed by front-end. The patch depends on D33363. Differential revision: https://reviews.llvm.org/D33364 llvm-svn: 303545 |