summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Mips/stack-alignment.ll
AgeCommit message (Expand)Author
2024-12-10[test] Change llc -march=mips* to -mtriple=mips*Fangrui Song
2021-06-08reland [IR] make -stack-alignment= into a module attrNick Desaulniers
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-07-09[mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFCSimon Atanasyan
2017-08-14[MIPS] Implement support for -mstack-alignment.John Baldwin
2017-08-11[MIPS] Use ABI to determine stack alignment.John Baldwin
2013-11-11[mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka
2013-10-29[mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka