llvm-6502/test/CodeGen/Mips
Dan Gohman ae3a0be92e Split the Add, Sub, and Mul instruction opcodes into separate
integer and floating-point opcodes, introducing
FAdd, FSub, and FMul.

For now, the AsmParser, BitcodeReader, and IRBuilder all preserve
backwards compatability, and the Core LLVM APIs preserve backwards
compatibility for IR producers. Most front-ends won't need to change
immediately.

This implements the first step of the plan outlined here:
http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72897 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 22:49:04 +00:00
..
2008-06-05-Carry.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-03-SRet.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-05-ByVal.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-06-fadd64.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2008-07-07-Float2Int.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-07-FPExtend.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-07-IntDoubleConvertions.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-15-InternalConstant.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-15-SmallSection.ll Batch 3 of Mips CodeGen tests 2008-08-08 04:05:51 +00:00
2008-07-16-SignExtInReg.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-22-Cstpool.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2008-07-23-fpcmp.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2008-07-29-icmp.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-07-31-fcopysign.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-08-01-AsmInline.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-08-03-fabs64.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2008-08-03-ReturnDouble.ll Batch 6 of Mips CodeGen tests 2008-08-08 04:11:30 +00:00
2008-08-04-Bitconvert.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-08-06-Alloca.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-08-07-CC.ll [Last] Batch 7 of Mips CodeGen tests 2008-08-08 04:12:42 +00:00
2008-08-07-FPRound.ll Turn on LegalizeTypes, the new type legalization 2008-10-27 08:42:46 +00:00
2008-08-08-bswap.ll Added testcase for bswap allegrexel intrinsic 2008-09-15 19:38:11 +00:00
2008-08-08-ctlz.ll Support added for ctlz intrinsic, test case added. 2008-08-08 06:16:31 +00:00
2008-10-13-LegalizerBug.ll FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington. 2008-10-13 18:46:18 +00:00
2008-11-10-xint_to_fp.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
dg.exp Batch 1 of Mips CodeGen tests, more coming... 2008-08-08 03:58:34 +00:00
private.ll Add the private linkage. 2009-01-15 20:18:42 +00:00