summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/select.ll
AgeCommit message (Expand)Author
2017-07-20Reland r308585Stefan Maksimovic
2017-07-20Revert r308585Stefan Maksimovic
2017-07-20[mips] Fix fp select machine verifier errorsStefan Maksimovic
2016-10-19[DAG] optimize negation of boolSanjay Patel
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-07-10Make it possible for ints/floats to return different values from getBooleanCo...Daniel Sanders
2014-07-09[mips][mips64r6] Correct select patterns that have the condition or true/fals...Daniel Sanders
2014-07-09[mips][mips64r6] Correct cond names in the cmp.cond.[ds] instructionsDaniel Sanders
2014-06-12[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2011-09-09Fix test cases.Akira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-09-09Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka
2011-03-31Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka