summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/madd-msub.ll
AgeCommit message (Expand)Author
2017-07-13Reland "[mips] Fix multiprecision arithmetic."Simon Dardis
2017-06-29Revert "[mips] Fix multiprecision arithmetic."Simon Dardis
2017-06-14[mips] Fix multiprecision arithmetic.Simon Dardis
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-06-23[mips] Don't derive the default ABI from the CPU in the backend.Daniel Sanders
2016-01-12[mips] Correct operand order in DSP's mthi/mtloDaniel Sanders
2015-10-15[mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.Daniel Sanders
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-06-12[mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6Daniel Sanders
2013-03-30[mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka
2013-03-30[mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka
2011-09-30Remove unnecessary checking of register operands.Akira Hatanaka
2011-09-09Fix test cases.Akira Hatanaka
2011-01-18Add support for mips32 madd and msub instructions. Patch by Akira HatanakaBruno Cardoso Lopes