llvm-6502/test/Transforms
John Criswell 2942e6356b Modify test to use the %t substition (temporary name). This is available
in the QMTest Testrunner tests.
Please note that putting output files in the Output directory no longer
works, as QMTest does not build Output directories anymore (nor does the
test run in a separate subdirectory, anyway).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12466 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-17 02:31:29 +00:00
..
ADCE New testcase for missed optimization 2003-12-19 09:08:15 +00:00
ArgumentPromotion New testcase 2004-03-08 00:58:19 +00:00
BasicAA new testcase 2004-03-12 22:38:31 +00:00
BlockPlacement Basic functionality testing. 2004-02-11 05:00:27 +00:00
CodeExtractor New testcase that causes the code extractor to generate bogus code. 2004-03-15 00:08:49 +00:00
ConstantMerge Improve test portability 2003-11-19 18:37:06 +00:00
ConstProp Fix testcase. This should no longer be XFAIL'd 2003-11-19 18:34:44 +00:00
CorrelatedExprs Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
DeadArgElim New testcase for the deadreturnvalue deletion extension to -deadargelim 2003-10-22 22:33:59 +00:00
DecomposeMultiDimRefs Updated for the new QMTest test suite. Temporary output file is now placed 2003-09-29 21:21:59 +00:00
DSAnalysis Changed all of these tests to be TestRunner tests (or, at least they can be 2003-10-03 18:42:25 +00:00
FunctionResolve Fix an all too common form of the 'Found global types that are not compatible' warning 2003-11-20 21:04:35 +00:00
GCSE Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
GlobalDCE new testcase. globaldce should not delete the global 2003-10-10 04:54:23 +00:00
IndVarsSimplify Fix test 2004-03-16 21:10:15 +00:00
Inline Improve portability with Mac OS/X 2003-12-09 16:49:12 +00:00
InstCombine New testcase, distilled from povray I think. 2004-03-13 23:53:04 +00:00
LevelRaise new testcase for problem causing 2003-10-12-GlobalVarInitializers failures 2003-11-29 05:19:15 +00:00
LICM New testcases to test LICM of call instructions 2004-03-15 04:10:08 +00:00
LoopSimplify New testcase for PR293 2004-03-16 05:44:02 +00:00
LowerInvoke Testcase for a bug that caused a whole bunch of testcases to die in the nightly 2004-02-29 22:15:51 +00:00
LowerSetJmp new testcase 2003-11-05 22:06:03 +00:00
LowerSwitch New testcase that crashes the -lowerswitch pass 2004-03-14 04:13:57 +00:00
Mem2Reg new testcase 2003-10-05 21:11:57 +00:00
ModuloSched Simple arithmetic loop-based test case for modulo scheduling. 2003-04-10 22:01:15 +00:00
PiNodeInserter Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
PRE Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
ProfilePaths Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
PruneEH New testcase that breaks the pruneeh pass 2003-11-22 02:20:08 +00:00
RaiseAllocations New testcase that the raiseallocations pass should be able to handle. 2003-12-07 01:25:36 +00:00
Reassociate Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
ScalarRepl New testcase 2004-01-12 01:17:42 +00:00
SCCP Test to make sure we can SCCP load instructions 2004-01-12 04:28:32 +00:00
SimplifyCFG Modify test to use the %t substition (temporary name). This is available 2004-03-17 02:31:29 +00:00
TailCallElim new test 2003-12-14 23:39:34 +00:00
TailDup Another simple testcase 2004-03-16 23:07:52 +00:00