summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/bswap.ll
AgeCommit message (Expand)Author
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-03-31[mips] Check emitted code for llvm.bswap.i32 on MIPS16/MIPS64 and llvm.bswap....Daniel Sanders
2014-03-18Add support for scalarizing/splitting vector bswap.Raul E. Silvera
2013-11-19[Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan
2013-10-08Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-12-20Test case for r147017.Akira Hatanaka