summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/const-mult.ll
AgeCommit message (Expand)Author
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih
2017-11-15[mips] Improve genConstMult() to work with arbitrary precisionPetar Jovanovic
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-04-19[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-02-20[mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders
2014-02-19[mips] Use multiple FileCheck prefixes rather than run the test multiple timesDaniel Sanders
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-01[mips] Fix test case to check that mips64 instructions are generated.Akira Hatanaka
2013-06-26[mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka