llvm-6502/test/Transforms
Chris Lattner 2dee43d317 New testcase that crashes licm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17912 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-17 17:39:19 +00:00
..
ADCE Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
ArgumentPromotion Add a testcase we should continue to argpromote 2004-11-13 23:30:22 +00:00
BlockPlacement Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
BranchCombine Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
CodeExtractor Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
ConstantMerge Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
ConstProp Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
CorrelatedExprs Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
DeadArgElim Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
DeadStoreElimination Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
DecomposeMultiDimRefs Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
DSAnalysis Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
FunctionResolve Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
GCSE Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
GlobalDCE Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
GlobalOpt New testcase. Believe it or not, this happens a LOT in vortex 2004-11-14 20:41:39 +00:00
IndVarsSimplify Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
Inline Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
InstCombine New testcase: the phi can be eliminated if the casts are sucked into it. 2004-11-14 19:12:17 +00:00
IPConstantProp Oops, make this test the right thing. 2004-11-14 06:11:41 +00:00
LevelRaise Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
LICM New testcase that crashes licm 2004-11-17 17:39:19 +00:00
LoopSimplify Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
LoopUnroll Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
LoopUnswitch Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
LowerInvoke Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
LowerSetJmp Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
LowerSwitch Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
Mem2Reg Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
PRE Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
ProfilePaths Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
PruneEH Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
RaiseAllocations Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
Reassociate Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
ScalarRepl New testcase, SROA with variable array index 2004-11-14 04:58:40 +00:00
SCCP New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing 2004-11-16 16:39:20 +00:00
SimplifyCFG Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
TailCallElim Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00
TailDup Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) 2004-11-13 23:00:45 +00:00