1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/CodeGen/PowerPC
Chandler Carruth 00e56b0e81 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported.

llvm-svn: 40807
2007-08-04 01:51:18 +00:00
..
2004-11-29-ShrCrash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-11-30-shift-crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-11-30-shr-var-crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-12-12-ZeroSizeCommon.ll For PR1319: 2007-04-16 15:31:49 +00:00
2005-01-14-SetSelectCrash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-01-14-UndefLong.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-08-12-rlwimi-crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-09-02-LegalizeDuplicatesCalls.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
2005-10-08-ArithmeticRotate.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-11-30-vastart-crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-01-11-darwin-fp-argument.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
2006-01-20-ShiftPartsCrash.ll these tests do not need a triple on Solaris. Thanks sabre! 2007-07-13 10:08:18 +00:00
2006-04-01-FloatDoubleExtend.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-04-05-splat-ish.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
2006-04-19-vmaddfp-crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-05-12-rlwimi-crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-07-07-ComputeMaskedBits.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-07-19-stwbrx-crash.ll Let llvm-upgrade upgrade bswap intrinsic. 2007-04-02 01:08:02 +00:00
2006-08-11-RetVector.ll For PR1319: 2007-04-16 17:36:08 +00:00
2006-08-15-SelectionCrash.ll these tests do not need a triple on Solaris. Thanks sabre! 2007-07-13 10:08:18 +00:00
2006-09-28-shift_64.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-10-11-combiner-aa-regression.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
2006-10-13-Miscompile.ll For PR1319: 2007-04-16 17:36:08 +00:00
2006-10-17-brcc-miscompile.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-10-17-ppc64-alloca.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-11-10-DAGCombineMiscompile.ll For PR1370: 2007-04-30 05:11:58 +00:00
2006-11-29-AltivecFPSplat.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-12-07-LargeAlloca.ll For PR1319: 2007-04-16 17:36:08 +00:00
2006-12-07-SelectCrash.ll For PR1319: 2007-04-16 17:36:08 +00:00
2007-01-04-ArgExtension.ll For PR1319: 2007-04-16 17:36:08 +00:00
2007-01-15-AsmDialect.ll For PR411: 2007-01-30 16:16:01 +00:00
2007-01-29-lbrx-asm.ll For PR1319: 2007-04-16 17:36:08 +00:00
2007-01-31-InlineAsmAddrMode.ll For PR1319: 2007-04-16 17:36:08 +00:00
2007-02-16-AlignPacked.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
2007-02-16-InlineAsmNConstraint.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-02-23-lr-saved-twice.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-03-24-cntlzd.ll This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
2007-03-30-SpillerCrash.ll New test case. 2007-03-30 20:41:18 +00:00
2007-04-24-InlineAsm-I-Modifier.ll testcase for PR1351 2007-04-24 22:49:57 +00:00
2007-04-30-InlineAsmEarlyClobber.ll testcase for PR1357 2007-04-30 21:10:13 +00:00
2007-05-03-InlineAsm-S-Constraint.ll new testcase 2007-05-03 16:54:08 +00:00
2007-05-14-InlineAsmSelectCrash.ll new testcase that crashes llc 2007-05-15 01:33:12 +00:00
2007-05-22-tailmerge-3.ll new testcases for -enable-tail-merge default handling 2007-05-22 17:19:23 +00:00
2007-05-30-dagcombine-miscomp.ll For PR1553: 2007-07-19 23:13:04 +00:00
2007-06-28-BCCISelBug.ll Fix test. 2007-07-05 23:00:50 +00:00
addc.ll For PR1319: 2007-04-16 17:36:08 +00:00
addi-reassoc.ll For PR1319: 2007-04-16 17:36:08 +00:00
align.ll For PR1319: 2007-04-16 17:36:08 +00:00
and_add.ll For PR1319: 2007-04-16 17:36:08 +00:00
and_sext.ll For PR1553: 2007-07-19 23:13:04 +00:00
and_sra.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
and-branch.ll For PR1319: 2007-04-16 17:36:08 +00:00
and-elim.ll For PR1553: 2007-07-19 23:13:04 +00:00
and-imm.ll For PR1319: 2007-04-16 15:31:49 +00:00
big-endian-actual-args.ll Add an explicit triple to the big-endian tests so that the assembly 2007-07-06 13:15:51 +00:00
big-endian-call-result.ll Remove the trailing semicolon from function declarations in LLVM, 2007-07-16 13:37:30 +00:00
big-endian-formal-args.ll Add an explicit triple to the big-endian tests so that the assembly 2007-07-06 13:15:51 +00:00
branch-opt.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
bswap-load-store.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
buildvec_canonicalize.ll For PR1319: 2007-04-16 17:36:08 +00:00
calls.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
cmp-cmp.ll For PR1319: 2007-04-16 17:36:08 +00:00
compare-duplicate.ll add target triple to fix PR1546 2007-07-09 17:14:58 +00:00
compare-simm.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
constants.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
cttz.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
darwin-labels.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
dg.exp Use the llvm_supports_target function to prevent running of tests for 2007-04-21 20:41:27 +00:00
div-2.ll For PR1319: 2007-04-16 17:36:08 +00:00
eqv-andc-orc-nor.ll For PR1319: 2007-04-16 17:36:08 +00:00
extsh.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
fma.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
fnabs.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
fneg.ll new testcase 2007-05-14 22:04:16 +00:00
fnegsel.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
fold-li.ll For PR1319: 2007-04-16 17:36:08 +00:00
fp_to_uint.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
fp-branch.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
fp-int-fp.ll For PR1319: 2007-04-16 17:36:08 +00:00
fpcopy.ll For PR1319: 2007-04-16 17:36:08 +00:00
Frames-align.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
Frames-alloca.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
Frames-large.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
Frames-leaf.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
Frames-small.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
fsqrt.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
hello.ll PR1399 test case. 2007-05-09 19:20:37 +00:00
i64_fp.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
iabs.ll For PR1319: 2007-04-16 15:15:52 +00:00
illegal-element-type.ll Fix a bug in getCopyFromParts turned up in the testcase for PR1132. 2007-07-30 19:09:17 +00:00
inlineasm-copy.ll For PR1319: 2007-04-16 17:36:08 +00:00
inverted-bool-compares.ll For PR1319: 2007-04-16 17:36:08 +00:00
ispositive.ll For PR1370: 2007-04-30 05:11:58 +00:00
LargeAbsoluteAddr.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
lha.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
load-constant-addr.ll For PR1319: 2007-04-16 17:36:08 +00:00
long-compare.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
mem_update.ll For PR1319: 2007-04-16 17:36:08 +00:00
mem-rr-addr-mode.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
mul-neg-power-2.ll For PR1319: 2007-04-16 17:36:08 +00:00
mulhs.ll For PR1319: 2007-04-16 17:36:08 +00:00
neg.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
no-dead-strip.ll new testcase 2007-07-31 16:18:25 +00:00
or-addressing-mode.ll fix the remaining 3 testcases that missed a target triple 2007-07-12 13:21:08 +00:00
reg-coalesce-simple.ll For PR1319: 2007-04-16 17:36:08 +00:00
rlwimi2.ll For PR1319: 2007-04-16 17:36:08 +00:00
rlwimi3.ll For PR1319: 2007-04-16 15:15:52 +00:00
rlwimi-commute.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
rlwimi.ll For PR1319: 2007-04-16 17:36:08 +00:00
rlwinm2.ll For PR1319: 2007-04-16 17:36:08 +00:00
rlwinm.ll For PR1319: 2007-04-16 17:36:08 +00:00
rotl-2.ll For PR1319: 2007-04-16 17:36:08 +00:00
rotl.ll For PR1319: 2007-04-16 17:36:08 +00:00
select_lt0.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
setcc_no_zext.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
seteq-0.ll For PR1319: Upgrade to new test harness. 2007-04-15 21:17:45 +00:00
shl_elim.ll new testcase 2007-04-17 21:12:26 +00:00
shl_sext.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
sign_ext_inreg1.ll new testcase 2007-04-17 19:03:02 +00:00
small-arguments.ll For PR1553: 2007-07-19 23:13:04 +00:00
stfiwx.ll For PR1319: 2007-04-16 17:36:08 +00:00
store-load-fwd.ll For PR1319: 2007-04-16 17:36:08 +00:00
subc.ll For PR1319: 2007-04-16 17:36:08 +00:00
unsafe-math.ll For PR1319: 2007-04-16 17:36:08 +00:00
vcmp-fold.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
vec_br_cmp.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_call.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
vec_constants.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_fneg.ll New test case. 2007-07-30 07:52:03 +00:00
vec_mul.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_perf_shuffle.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_spat.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_vrsave.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_zero.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
vector-identity-shuffle.ll For PR1370: 2007-04-30 05:11:58 +00:00
vector.ll Split target dependent test portions to target-specific directories. 2007-05-01 02:56:15 +00:00