llvm-6502/test/CodeGen/XCore
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-11-17-Shl64.ll Don't produce ADDC/ADDE when expanding SHL unless they are legal 2008-11-17 17:34:31 +00:00
2009-01-08-Crash.ll Don't fold address calculations which use negative offsets into 2009-01-15 11:32:30 +00:00
2009-01-14-Remat-Crash.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2009-03-27-v2f64-param.ll testcase for PR3898 2009-04-18 20:49:22 +00:00
addsub64.ll [XCore] Fix expansion of 64 bit add/sub. Don't custom expand 2008-11-14 15:59:19 +00:00
basictest.ll
bitrev.ll Add XCore intrinsics for getid (returns thread id) and bitrev (reverses 2008-11-14 10:12:16 +00:00
cos.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
dg.exp
exp2.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
exp.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
fneg.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
getid.ll Add XCore intrinsics for getid (returns thread id) and bitrev (reverses 2008-11-14 10:12:16 +00:00
log2.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
log10.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
log.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
pow.ll Add soft float support for a bunch more operations. Original 2008-11-17 20:52:38 +00:00
powi.ll Add soft float support for a bunch more operations. Original 2008-11-17 20:52:38 +00:00
private.ll Add the private linkage. 2009-01-15 20:18:42 +00:00
sin.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
sqrt.ll Reapply r59464, this time using the correct type 2008-11-18 09:15:03 +00:00
trap.ll Add support for ISD::TRAP to the XCore backend 2008-12-03 10:59:16 +00:00