llvm-mirror/test/Transforms/SCCP
Eli Bendersky 4afdeeb682 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.

llvm-svn: 150664
2012-02-16 06:28:33 +00:00
..
2002-05-02-MissSecondInst.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2002-05-20-MissedIncomingValue.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2002-05-21-InvalidSimplify.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2002-08-30-GetElementPtrTest.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2003-06-24-OverdefinedPHIValue.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2003-08-26-InvokeHandling.ll Update the tests to the new EH scheme. 2011-08-31 20:55:40 +00:00
2004-11-16-DeadInvoke.ll Update the tests to the new EH scheme. 2011-08-31 20:55:40 +00:00
2004-12-10-UndefBranchBug.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2006-10-23-IPSCCP-Crash.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2006-12-04-PackedType.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2006-12-19-UndefBug.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2007-05-16-InvokeCrash.ll Update the tests to the new EH scheme. 2011-08-31 20:55:40 +00:00
2008-01-27-UndefCorrelate.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2008-04-22-multiple-ret-sccp.ll remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. 2011-06-17 06:57:15 +00:00
2008-05-23-UndefCallFold.ll Manually upgrade the test suite to specify the flag to cttz and ctlz. 2011-12-12 11:59:10 +00:00
2009-01-14-IPSCCP-Invoke.ll Remove all references to the old EH. 2012-01-31 02:09:07 +00:00
2009-05-27-VectorOperandZero.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
apint-array.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
apint-basictest2.ll Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
apint-basictest3.ll Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
apint-basictest4.ll Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
apint-basictest.ll Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
apint-bigarray.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
apint-bigint2.ll Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
apint-bigint.ll Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
apint-ipsccp1.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
apint-ipsccp2.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
apint-ipsccp3.ll Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
apint-ipsccp4.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
apint-load.ll Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
apint-phi.ll Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
apint-select.ll Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
atomic-load-store.ll Add missing newline. 2011-09-01 21:20:11 +00:00
calltest.ll fix a bunch of spurious failures for people whose home directory 2009-09-11 17:02:12 +00:00
crash.ll fix a crash in SCCP handling extractvalue of an array, pointed out and 2009-11-10 22:02:09 +00:00
ipsccp-addr-taken.ll fix PR7876: If ipsccp decides that a function's address is taken 2010-08-12 22:25:23 +00:00
ipsccp-basic.ll Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::ResolvedUndefsIn. If we do, we can end up in a situation where a function is resolved to return a constant, but the caller is marked overdefined, which confuses the code later. 2011-09-20 23:28:51 +00:00
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
loadtest.ll Use the libanalysis 'ConstantFoldLoadFromConstPtr' function 2009-11-02 06:06:14 +00:00
logical-nuke.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
retvalue-undef.ll fix PR6414, a nondeterminism issue in IPSCCP which was because 2010-02-27 00:07:42 +00:00
sccptest.ll merge two tests and convert to filecheck. 2009-10-20 20:33:46 +00:00
select.ll Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
switch.ll Minor bug in SCCP found by inspection. (I don't think it's possible to hit this with a normal pass pipeline, but fixing for completeness.) 2011-08-16 21:12:35 +00:00
undef-resolve.ll Silly mistake from r137777; restore significant isStructTy() checks. While here, be a bit more defensive 2011-08-17 18:10:43 +00:00