llvm-6502/test/CodeGen/X86
Dale Johannesen e7e7d0d7e3 Skeleton of post-RA scheduler; doesn't do anything yet.
Change name of -sched option and DEBUG_TYPE to
pre-RA-sched; adjust testcases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39816 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-13 17:13:54 +00:00
..
2002-12-23-LocalRAProblem.llx
2002-12-23-SubProblem.llx
2003-08-03-CallArgLiveRanges.llx
2003-08-23-DeadBlockTest.llx
2003-11-03-GlobalBool.llx
2004-02-12-Memcpy.llx
2004-02-13-FrameReturnAddress.llx
2004-02-14-InefficientStackPointer.llx
2004-02-22-Casts.llx
2004-03-30-Select-Max.llx
2004-04-09-SameValueCoalescing.llx
2004-04-13-FPCMOV-Crash.llx
2004-06-10-StackifierCrash.llx
2004-10-08-SelectSetCCFold.llx
2005-01-17-CycleInDAG.ll
2005-02-14-IllegalAssembler.ll
2005-05-08-FPStackifierPHI.ll
2006-01-19-ISelFoldingBug.ll
2006-03-01-InstrSchedBug.ll
2006-03-02-InstrSchedBug.ll
2006-04-04-CrossBlockCrash.ll
2006-04-27-ISelFoldingBug.ll
2006-05-01-SchedCausingSpills.ll
2006-05-02-InstrSched1.ll
2006-05-02-InstrSched2.ll
2006-05-08-CoalesceSubRegClass.ll
2006-05-08-InstrSched.ll
2006-05-11-InstrSched.ll
2006-05-17-VectorArg.ll
2006-05-22-FPSetEQ.ll
2006-05-25-CycleInDAG.ll
2006-07-10-InlineAsmAConstraint.ll
2006-07-12-InlineAsmQConstraint.ll
2006-07-19-ATTAsm.ll
2006-07-20-InlineAsm.ll
2006-07-28-AsmPrint-Long-As-Pointer.ll
2006-07-31-SingleRegClass.ll
2006-08-07-CycleInDAG.ll
2006-08-16-CycleInDAG.ll
2006-08-21-ExtraMovInst.ll
2006-09-01-CycleInDAG.ll
2006-10-02-BoolRetCrash.ll
2006-10-07-ScalarSSEMiscompile.ll
2006-10-09-CycleInDAG.ll
2006-10-10-FindModifiedNodeSlotBug.ll
2006-10-12-CycleInDAG.ll
2006-10-13-CycleInDAG.ll
2006-10-19-SwitchUnnecessaryBranching.ll
2006-11-12-CSRetCC.ll
2006-11-17-IllegalMove.ll
2006-11-27-SelectLegalize.ll
2006-11-28-Memcpy.ll
2006-12-19-IntelSyntax.ll
2007-01-08-InstrSched.ll
2007-01-13-StackPtrIndex.ll Skeleton of post-RA scheduler; doesn't do anything yet. 2007-07-13 17:13:54 +00:00
2007-01-29-InlineAsm-ir.ll
2007-02-04-OrAddrMode.ll
2007-02-19-LiveIntervalAssert.ll Doh. .cpp -> .ll 2007-05-14 20:43:28 +00:00
2007-02-25-FastCCStack.ll
2007-03-01-SpillerCrash.ll
2007-03-15-GEP-Idx-Sink.ll
2007-03-16-InlineAsm.ll
2007-03-18-LiveIntervalAssert.ll Add test for PR1259. 2007-05-21 23:30:33 +00:00
2007-03-24-InlineAsmMultiRegConstraint.ll
2007-03-24-InlineAsmPModifier.ll
2007-03-24-InlineAsmVectorOp.ll
2007-03-24-InlineAsmXConstraint.ll
2007-04-08-InlineAsmCrash.ll
2007-04-11-InlineAsmVectorResult.ll
2007-04-17-LiveIntervalAssert.ll
2007-04-24-Huge-Stack.ll
2007-04-24-VectorCrash.ll
2007-04-25-MMX-PADDQ.ll
2007-04-27-InlineAsm-IntMemInput.ll
2007-05-05-VecCastExpand.ll new testcase for PR1371 2007-05-05 19:38:43 +00:00
2007-05-07-InvokeSRet.ll Testcase for PR1398. 2007-05-07 20:45:20 +00:00
2007-05-14-LiveIntervalAssert.ll New test. 2007-05-14 20:47:21 +00:00
2007-05-15-maskmovq.ll testcase for maskmovq 2007-05-16 06:14:10 +00:00
2007-05-17-ShuffleISelBug.ll New test case. 2007-05-17 18:49:50 +00:00
2007-06-04-tailmerge4.ll Tail merging wasn't working for predecessors of landing pads. PR 1496. 2007-06-04 23:52:54 +00:00
2007-06-04-X86-64-CtorAsmBugs.ll New test. 2007-06-05 01:45:08 +00:00
2007-06-05-LSR-Dominator.ll new testcase for PR1495 2007-06-06 01:21:46 +00:00
2007-06-14-branchfold.ll Do not treat FP_REG_KILL as terminator in branch analysis (X86). 2007-06-14 22:03:45 +00:00
2007-06-15-IntToMMX.ll Allow a GR64 to be moved into an MMX register via the "movd" instruction. 2007-07-04 00:19:54 +00:00
2007-06-28-X86-64-isel.ll New tests. 2007-06-29 00:27:18 +00:00
2007-06-29-DAGCombinerBug.ll New test. 2007-06-29 23:17:15 +00:00
2007-06-29-VecFPConstantCSEBug.ll New test. 2007-06-29 21:40:30 +00:00
2007-07-03-GR64ToVR64.ll Allow a GR64 to be moved into an MMX register via the "movd" instruction. 2007-07-04 00:19:54 +00:00
2007-07-10-StackerAssert.ll Add test case for PR1545. 2007-07-11 19:29:05 +00:00
aliases.ll
and-or-fold.ll
asm-global-imm.ll
bitcast2.ll ensure we don't regress on these tests. We generate aweful code in x86-32 for 2007-06-17 23:29:57 +00:00
bitcast.ll
bswap.ll
cmp-test.ll
commute-two-addr.ll
compare_folding.llx
compare-add.ll
darwin-no-dead-strip.ll
dg.exp
div_const.ll
dollar-name.ll
extend.ll
extern_weak.ll
fabs.ll
fast-cc-callee-pops.ll
fast-cc-merge-stack-adj.ll
fast-cc-pass-in-regs.ll
fastcall-correct-mangling.ll
fildll.ll
fp_constant_op.llx force a cpu without SSE 2007-07-09 17:35:18 +00:00
fp_load_cast_fold.llx
fp_load_fold.llx
fp-immediate-shorten.ll
fp-stack-compare.ll
fp-stack-ret.ll
i128-mul.ll
i128-ret.ll
iabs.ll
illegal-vector-args-return.ll allow this to work on ppc-darwin 2007-07-09 17:32:28 +00:00
imul-lea.ll
inline-asm-x-scalar.ll make this test harder, include a tied register. 2007-06-15 19:09:53 +00:00
inline-asm.ll
isel-sink.ll
isnan.llx
ispositive.ll For PR1370: 2007-04-30 05:11:58 +00:00
jump_sign.ll
lea-2.ll
lea-3.ll
lea.ll
long-setcc.ll
loop-hoist.ll
loop-strength-reduce2.ll
loop-strength-reduce.ll
lsr-negative-stride.ll add source 2007-05-19 01:22:52 +00:00
mingw-alloca.ll
mmx-arith.ll
mmx-emms.ll
mmx-insert-element.ll
mmx-punpckhdq.ll
mmx-shuffle.ll testcase for PR1427 2007-05-17 03:29:17 +00:00
mul-shift-reassoc.ll
negative_zero.ll negatize -> negative 2007-05-03 18:20:17 +00:00
negative-sin.ll New test case. DAGCombiner should be able to fold -sin(-x) 2007-07-02 15:43:20 +00:00
or-branch.ll
overlap-shift.ll
packed_struct.ll
peep-vector-extract-concat.ll Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for 2007-07-10 18:20:44 +00:00
peep-vector-extract-insert.ll Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for 2007-07-10 18:20:44 +00:00
pic_jumptable.ll
pr1489.ll New testcases for rev 37847 (PR's 1489 and 1505). 2007-07-03 00:58:37 +00:00
pr1505.ll New testcases for rev 37847 (PR's 1489 and 1505). 2007-07-03 00:58:37 +00:00
pr1505b.ll New testcases for rev 37847 (PR's 1489 and 1505). 2007-07-03 00:58:37 +00:00
rdtsc.ll
regpressure.ll
rem.ll
rotate.ll
scalar_sse_minmax.ll
scalar-min-max-fill-operand.ll Add a regression test for folding spill code into scalar min and max. 2007-07-10 15:34:29 +00:00
select.ll
setuge.ll
shift-coalesce.ll
shift-codegen.ll
shift-double.llx
shift-folding.ll
shift-one.ll
shl_elim.ll
sse-fcopysign.ll
sse-load-ret.ll
store_op_load_fold2.ll
store_op_load_fold.ll
store-fp-constant.ll
store-global-address.ll
test-hidden.ll
test-load-fold.ll
test-pic-1.ll
test-pic-2.ll
test-pic-3.ll
test-pic-4.ll
test-pic-5.ll
test-pic-6.ll
test-pic-cpool.ll
test-pic-jtbl.ll Implement smarter algorithm for choosing which blocks to tail-merge. 2007-06-01 23:02:45 +00:00
tls1.ll
tls2.ll
trunc-to-bool.ll
vec_add.ll
vec_call.ll
vec_clear.ll
vec_extract.ll
vec_fneg.ll New tests. 2007-06-29 00:27:18 +00:00
vec_ins_extract.ll
vec_insert.ll
vec_return.ll
vec_select.ll
vec_set-2.ll
vec_set-3.ll
vec_set-4.ll
vec_set-5.ll
vec_set-6.ll
vec_set-7.ll
vec_set.ll
vec_shuffle-2.ll
vec_shuffle-3.ll
vec_shuffle-4.ll
vec_shuffle-5.ll
vec_shuffle-6.ll
vec_shuffle-7.ll
vec_shuffle-8.ll
vec_shuffle-9.ll
vec_shuffle-10.ll
vec_shuffle-11.ll New test case: identity operation of RHS / LHS of a VECTOR_SHUFFLE. 2007-06-19 00:06:08 +00:00
vec_shuffle.ll
vec_splat-2.ll
vec_splat.ll
vec_ss_load_fold.ll
vec_zero.ll
vector.ll Split target dependent test portions to target-specific directories. 2007-05-01 02:56:15 +00:00
weak.ll
x86-64-arg.ll
x86-64-asm.ll
x86-64-mem.ll
x86-64-shortint.ll
xmm-r64.ll