..
.cvsignore
Tired of wading through cvs's list ? files that are generated when building
2006-03-23 23:41:57 +00:00
2004-11-29-ShrCrash.ll
New testcase
2004-11-30 06:35:52 +00:00
2004-11-30-shift-crash.ll
New testcase that crashes the PPC backend
2004-11-30 06:28:53 +00:00
2004-11-30-shr-var-crash.ll
New testcase that crashes the PPC BE
2004-11-30 06:39:45 +00:00
2004-12-12-ZeroSizeCommon.ll
New testcase that the PPC backend miscompiles. It is emitting
2004-12-12 20:34:06 +00:00
2005-01-14-SetSelectCrash.ll
Testcase that crashes the PPC backend. Thanks to Rob for finding this.
2005-01-14 19:30:42 +00:00
2005-01-14-UndefLong.ll
New testcase, problem found by Rob.
2005-01-14 20:21:51 +00:00
2005-08-12-rlwimi-crash.ll
testcase that crashed the ppc backend, distilled from crafty
2005-08-12 23:34:03 +00:00
2005-09-02-LegalizeDuplicatesCalls.ll
Make sure to disable 64-bit extensions for this test
2005-09-11 03:50:38 +00:00
2005-10-08-ArithmeticRotate.ll
Testcase that is miscompiled by the ppc backend
2005-10-09 05:31:47 +00:00
2005-11-30-vastart-crash.ll
Test that crashes the ppc backend.
2005-11-30 20:40:28 +00:00
2006-01-11-darwin-fp-argument.ll
Testcase the PPC backend is miscompiling.
2006-01-11 18:15:37 +00:00
2006-01-18-InvalidBranchOpcodeAssert.ll
new testcase
2006-01-18 19:16:07 +00:00
2006-01-20-ShiftPartsCrash.ll
new testcase that crashes llc for ppc
2006-01-21 04:25:07 +00:00
addc.ll
Fix a comment sabre noticed :)
2006-02-17 06:24:31 +00:00
addi-reassoc.ll
new testcase
2006-03-04 23:31:49 +00:00
and_add.ll
new testcase
2006-03-13 06:50:47 +00:00
and_sext.ll
New tests!
2006-02-17 21:22:08 +00:00
and_sra.ll
A few final (for now) tests
2006-02-17 21:38:45 +00:00
and-elim.ll
new testcase
2006-02-27 00:20:23 +00:00
and-imm.ll
this passes now, due to Nate's recent efforts
2006-02-13 07:26:36 +00:00
constants.ll
Use %s instead of hard coding the input filename.
2005-10-17 21:54:18 +00:00
cttz.ll
Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is
2005-05-11 23:45:54 +00:00
darwin-labels.ll
Check that this compiles to a label with a space in it.
2005-11-10 19:33:04 +00:00
dg.exp
Adding srcdir arg
2004-11-19 22:45:25 +00:00
div-2.ll
Reenable this
2006-02-27 01:00:12 +00:00
eqv-andc-orc-nor.ll
add testcase for nand
2005-09-28 18:08:58 +00:00
extsh.ll
New tests!
2006-02-17 21:22:08 +00:00
fma.ll
Add a case for float just to make sure the patterns for both precisions
2005-12-14 22:51:13 +00:00
fnabs.ll
Update dejagnu tests to use the new pattern isel flag
2005-04-16 04:25:48 +00:00
fnegsel.ll
remove dead options
2005-08-19 01:16:18 +00:00
fold-li.ll
add a testcase for a feature we regressed on because noone wrote the test! :(
2005-09-28 23:03:11 +00:00
fp_to_uint.ll
Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc
2005-10-25 23:53:21 +00:00
fp-int-fp.ll
new testcase. There should be no accesses to the stack for these functions.
2006-03-01 04:56:33 +00:00
fpcopy.ll
double to float casts should nto result in an fmr
2005-10-07 04:59:41 +00:00
fsqrt.ll
new testcase to ensure fsqrt is generated for correct subtargets only, and
2005-09-02 18:32:22 +00:00
i64_fp.ll
Test the new 64bit i64<->fp functionality
2005-09-06 22:23:15 +00:00
inverted-bool-compares.ll
new testcase
2005-09-23 00:53:06 +00:00
lha.ll
Nate implemented this :)
2005-10-13 06:04:34 +00:00
load-constant-addr.ll
new testcase
2006-03-20 22:37:05 +00:00
mul-neg-power-2.ll
new testcase
2005-10-30 06:37:33 +00:00
mulhs.ll
Use %s instead of hard coding the input filename.
2005-10-17 21:54:18 +00:00
neg.ll
Add a missing testcase
2006-03-17 22:39:45 +00:00
or-addressing-mode.ll
load (x|y) -> load (x+y) iff x and y have no common bits.
2006-03-01 07:13:56 +00:00
reg-coalesce-simple.ll
new testcase
2005-10-30 19:42:18 +00:00
rlwimi2.ll
Use %s instead of hard coding the input filename.
2005-10-17 21:54:18 +00:00
rlwimi-commute.ll
New testcase, neither should require a register-register copy
2005-09-09 17:48:57 +00:00
rlwimi.ll
Use %s instead of hard coding the input filename.
2005-10-17 21:54:18 +00:00
rlwinm.ll
Use %s instead of hard coding the input filename.
2005-10-17 21:54:18 +00:00
rotl.ll
Add testcase for rotate by register and rotate by immediate
2006-01-11 22:58:12 +00:00
select_lt0.ll
remove dead options
2005-08-19 01:16:18 +00:00
setcc_no_zext.ll
remove dead options
2005-08-19 01:16:18 +00:00
seteq-0.ll
Make sure this doesn't break when we're improving the isels
2005-08-24 16:48:49 +00:00
shl_sext.ll
A few final (for now) tests
2006-02-17 21:38:45 +00:00
small-arguments.ll
new testcases
2006-02-28 06:54:19 +00:00
stfiwx.ll
new testcase. These functions shouldn't touch the stack if stfiwx use
2006-03-01 05:49:05 +00:00
store-load-fwd.ll
new testcase
2005-10-10 21:57:37 +00:00
subc.ll
Fix a comment sabre noticed :)
2006-02-17 06:24:31 +00:00
vec_spat.ll
test that vspltw is generated for test cases
2006-03-22 19:12:46 +00:00