llvm-6502/test/CodeGen/X86
Dale Johannesen a5a2117a46 Implement smarter algorithm for choosing which blocks to tail-merge.
See test/CodeGen/X86/test-pic-jtbl.ll for a case where it works well;
shaves another 10K off our favorite benchmark.  I was hesitant about
this because of compile speed, but seems to do OK on a bootstrap.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37392 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-01 23:02:45 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2002-12-23-LocalRAProblem.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-12-23-SubProblem.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-08-03-CallArgLiveRanges.llx For PR1319: 2007-04-16 15:15:52 +00:00
2003-08-23-DeadBlockTest.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-11-03-GlobalBool.llx For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2004-02-12-Memcpy.llx Upgrade intrinsic function calls manually. 2006-12-02 20:41:53 +00:00
2004-02-13-FrameReturnAddress.llx For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2004-02-14-InefficientStackPointer.llx For PR1336: 2007-04-16 14:14:31 +00:00
2004-02-22-Casts.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-03-30-Select-Max.llx For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2004-04-09-SameValueCoalescing.llx For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2004-04-13-FPCMOV-Crash.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-06-10-StackifierCrash.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-10-08-SelectSetCCFold.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-01-17-CycleInDAG.ll For PR1319: 2007-04-16 15:31:49 +00:00
2005-02-14-IllegalAssembler.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-05-08-FPStackifierPHI.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-01-19-ISelFoldingBug.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-03-01-InstrSchedBug.ll For PR1319: 2007-04-16 15:31:49 +00:00
2006-03-02-InstrSchedBug.ll For PR1319: 2007-04-16 15:15:52 +00:00
2006-04-04-CrossBlockCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-04-27-ISelFoldingBug.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-05-01-SchedCausingSpills.ll For PR1319: 2007-04-16 15:15:52 +00:00
2006-05-02-InstrSched1.ll For PR1319: 2007-04-16 15:15:52 +00:00
2006-05-02-InstrSched2.ll For PR1319: 2007-04-16 15:15:52 +00:00
2006-05-08-CoalesceSubRegClass.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-05-08-InstrSched.ll For PR1319: 2007-04-16 15:31:49 +00:00
2006-05-11-InstrSched.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-05-17-VectorArg.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-05-22-FPSetEQ.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-05-25-CycleInDAG.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-07-10-InlineAsmAConstraint.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-07-12-InlineAsmQConstraint.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-07-19-ATTAsm.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-07-20-InlineAsm.ll update for new inline asm syntax 2007-04-28 05:20:26 +00:00
2006-07-28-AsmPrint-Long-As-Pointer.ll update this to work with recent asmprinter change 2007-01-12 21:16:56 +00:00
2006-07-31-SingleRegClass.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-08-07-CycleInDAG.ll It is no longer permissible to have undefined types in function parameters. 2007-01-03 17:03:48 +00:00
2006-08-16-CycleInDAG.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-08-21-ExtraMovInst.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-09-01-CycleInDAG.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-02-BoolRetCrash.ll Eliminate enable-x86-fastcc 2007-02-28 18:38:58 +00:00
2006-10-07-ScalarSSEMiscompile.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-09-CycleInDAG.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-10-FindModifiedNodeSlotBug.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-12-CycleInDAG.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-13-CycleInDAG.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-19-SwitchUnnecessaryBranching.ll For PR1319: 2007-04-16 17:36:08 +00:00
2006-11-12-CSRetCC.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-11-17-IllegalMove.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-11-27-SelectLegalize.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-11-28-Memcpy.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2006-12-19-IntelSyntax.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2007-01-08-InstrSched.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2007-01-13-StackPtrIndex.ll For PR1319: 2007-04-16 15:31:49 +00:00
2007-01-29-InlineAsm-ir.ll test that the 'ir' constraint works. 2007-01-29 23:55:20 +00:00
2007-02-04-OrAddrMode.ll For PR1319: 2007-04-16 15:31:49 +00:00
2007-02-19-LiveIntervalAssert.ll Doh. .cpp -> .ll 2007-05-14 20:43:28 +00:00
2007-02-25-FastCCStack.ll new testcase 2007-02-25 22:23:15 +00:00
2007-03-01-SpillerCrash.ll For PR1258: 2007-03-19 18:27:35 +00:00
2007-03-15-GEP-Idx-Sink.ll refix this 2007-04-16 21:30:21 +00:00
2007-03-16-InlineAsm.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-03-18-LiveIntervalAssert.ll Add test for PR1259. 2007-05-21 23:30:33 +00:00
2007-03-24-InlineAsmMultiRegConstraint.ll new testcase 2007-03-25 02:17:58 +00:00
2007-03-24-InlineAsmPModifier.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2007-03-24-InlineAsmVectorOp.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2007-03-24-InlineAsmXConstraint.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
2007-04-08-InlineAsmCrash.ll update for new inline asm syntax 2007-04-28 05:20:26 +00:00
2007-04-11-InlineAsmVectorResult.ll new testcase 2007-04-12 05:58:21 +00:00
2007-04-17-LiveIntervalAssert.ll New crasher test case. 2007-04-18 02:35:10 +00:00
2007-04-24-Huge-Stack.ll PR1348 test case. 2007-04-26 01:14:14 +00:00
2007-04-24-VectorCrash.ll new testcase that crashes llc 2007-04-25 00:00:12 +00:00
2007-04-25-MMX-PADDQ.ll && no longer needed 2007-04-25 22:32:55 +00:00
2007-04-27-InlineAsm-IntMemInput.ll new testcase for PR1356 2007-04-28 06:41:13 +00:00
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
aliases.ll Updated aliases test 2007-04-29 10:34:42 +00:00
and-or-fold.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
asm-global-imm.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
bitcast.ll For PR1319: 2007-04-16 17:36:08 +00:00
bswap.ll For PR1319: 2007-04-16 17:36:08 +00:00
cmp-test.ll For PR1319: 2007-04-16 17:36:08 +00:00
commute-two-addr.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
compare_folding.llx For PR1319: 2007-04-16 17:36:08 +00:00
compare-add.ll For PR1319: 2007-04-16 17:36:08 +00:00
darwin-no-dead-strip.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +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_const.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
dollar-name.ll testcase for PR1339: http://llvm.org/PR1339 2007-04-26 21:04:39 +00:00
extend.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
extern_weak.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
fabs.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fast-cc-callee-pops.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fast-cc-merge-stack-adj.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fast-cc-pass-in-regs.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fastcall-correct-mangling.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fildll.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
fp_constant_op.llx For PR1336: 2007-04-16 14:20:28 +00:00
fp_load_cast_fold.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
fp_load_fold.llx For PR1336: 2007-04-16 14:20:28 +00:00
fp-immediate-shorten.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fp-stack-compare.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
fp-stack-ret.ll For PR1319: 2007-04-16 17:36:08 +00:00
i128-mul.ll new testcase, by Dan Gohman 2007-02-13 23:41:24 +00:00
i128-ret.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
iabs.ll For PR1319: 2007-04-16 15:15:52 +00:00
imul-lea.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
inline-asm-x-scalar.ll add another test 2007-04-09 05:26:48 +00:00
inline-asm.ll upgrade this testcase, add test for fp immediate to memory operand. 2007-03-08 22:33:06 +00:00
isel-sink.ll Fix test. 2007-04-20 00:45:36 +00:00
isnan.llx For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
ispositive.ll For PR1370: 2007-04-30 05:11:58 +00:00
jump_sign.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
lea-2.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
lea-3.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
lea.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
long-setcc.ll For PR1319: 2007-04-16 17:36:08 +00:00
loop-hoist.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
loop-strength-reduce2.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
loop-strength-reduce.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
lsr-negative-stride.ll add source 2007-05-19 01:22:52 +00:00
mingw-alloca.ll Implemented correct stack probing on mingw/cygwin for dynamic alloca's. 2007-04-17 09:20:00 +00:00
mmx-arith.ll And now support for MMX logical operations. 2007-03-16 09:44:46 +00:00
mmx-emms.ll Add the emms intrinsic for MMX support. 2007-03-05 23:09:45 +00:00
mmx-insert-element.ll Testcases for MMX. 2007-04-24 22:28:30 +00:00
mmx-punpckhdq.ll Testcases for MMX. 2007-04-24 22:28:30 +00:00
mmx-shuffle.ll testcase for PR1427 2007-05-17 03:29:17 +00:00
mul-shift-reassoc.ll For PR1319: 2007-04-16 17:36:08 +00:00
negative_zero.ll negatize -> negative 2007-05-03 18:20:17 +00:00
or-branch.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
overlap-shift.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
packed_struct.ll For PR1319: 2007-04-16 17:36:08 +00:00
pic_jumptable.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
rdtsc.ll For PR1319: 2007-04-16 17:36:08 +00:00
regpressure.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
rem.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
rotate.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
scalar_sse_minmax.ll For PR1319: 2007-04-16 17:36:08 +00:00
select.ll For PR1319: 2007-04-16 17:36:08 +00:00
setuge.ll For PR1319: 2007-04-16 15:31:49 +00:00
shift-coalesce.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
shift-codegen.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
shift-double.llx For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
shift-folding.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
shift-one.ll For PR1319: 2007-04-16 15:31:49 +00:00
shl_elim.ll new testcase 2007-04-18 03:04:37 +00:00
sse-fcopysign.ll For PR1336: 2007-04-16 14:23:07 +00:00
sse-load-ret.ll Fixes tests and remove xfail. 2007-04-16 20:04:11 +00:00
store_op_load_fold2.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
store_op_load_fold.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
store-fp-constant.ll For PR1319: 2007-04-16 17:36:08 +00:00
store-global-address.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
test-hidden.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-load-fold.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
test-pic-1.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-2.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-3.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-4.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-5.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-6.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-cpool.ll For PR1319: 2007-04-16 17:36:08 +00:00
test-pic-jtbl.ll Implement smarter algorithm for choosing which blocks to tail-merge. 2007-06-01 23:02:45 +00:00
tls1.ll Add TLS tests. 2007-04-23 01:29:35 +00:00
tls2.ll Add TLS tests. 2007-04-23 01:29:35 +00:00
trunc-to-bool.ll For PR1319: 2007-04-16 15:31:49 +00:00
vec_add.ll New test case. 2007-04-26 00:07:36 +00:00
vec_call.ll use an x86 t-t for an x86 test. Thanks to Dan for noticing this! 2007-04-16 21:26:37 +00:00
vec_clear.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_extract.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_ins_extract.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_insert.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_return.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vec_select.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vec_set-2.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_set-3.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_set-4.ll For PR411: 2007-01-30 16:16:01 +00:00
vec_set-5.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_set-6.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_set-7.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vec_set.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vec_shuffle-2.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-3.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-4.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-5.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-6.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-7.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-8.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-9.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_shuffle-10.ll For PR1319: 2007-04-16 15:31:49 +00:00
vec_shuffle.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_splat-2.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vec_splat.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_ss_load_fold.ll For PR1319: 2007-04-16 17:36:08 +00:00
vec_zero.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vector.ll Split target dependent test portions to target-specific directories. 2007-05-01 02:56:15 +00:00
weak.ll fix test/Regression/CodeGen/X86/weak.ll 2006-12-09 23:14:08 +00:00
x86-64-arg.ll For PR1319: Upgrade to new test harness. 2007-04-15 22:20:47 +00:00
x86-64-asm.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
x86-64-mem.ll For PR1319: 2007-04-16 17:36:08 +00:00
x86-64-shortint.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
xmm-r64.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00