summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/micromips-attr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to ↵Fangrui Song2019-12-241-2/+2
| | | | "frame-pointer"="none" as cleanups after D56351
* [mips] Support micromips attribute passed by front-endSimon Atanasyan2017-05-221-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
OpenPOWER on IntegriCloud