llvm-6502/test/Transforms
Chris Lattner 780b6d08ab new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21837 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-10 00:33:36 +00:00
..
ADCE New files, testing for a crash in ADCE compiling QT and a missed optimization. 2005-02-17 19:27:44 +00:00
ArgumentPromotion
BlockPlacement
BranchCombine
CodeExtractor
CondProp new testcase 2005-04-15 19:24:36 +00:00
ConstantMerge
ConstProp New testcase. 2005-01-28 19:08:32 +00:00
CorrelatedExprs
DeadArgElim
DeadStoreElimination
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
GlobalOpt new testcase globalopt should handle. 2005-02-27 18:48:19 +00:00
IndVarsSimplify A testcase that we miscompile, noticed from the demo page. 2005-02-26 18:49:04 +00:00
Inline Make sure to not accidentally get a bogus tail marker 2005-05-06 06:47:37 +00:00
InstCombine New testcase 2005-05-09 04:54:18 +00:00
IPConstantProp
LevelRaise
LICM New testcase that crashes licm. 2005-03-25 05:49:13 +00:00
LoopSimplify
LoopStrengthReduce cleanup the test 2005-03-06 22:24:45 +00:00
LoopUnroll New testcase for PR532 2005-03-06 20:56:55 +00:00
LoopUnswitch
LowerInvoke
LowerSetJmp new testcase for a bug Jim found 2005-05-05 15:47:16 +00:00
LowerSwitch
Mem2Reg
PRE
ProfilePaths
PruneEH Test the noreturn function optimization 2005-04-27 04:51:01 +00:00
RaiseAllocations
Reassociate add a testcase for a case we do not handle yet 2005-05-08 21:47:42 +00:00
ScalarRepl
SCCP
SimplifyCFG testcase I've had in my tree 2005-05-09 21:21:10 +00:00
SimplifyLibCalls * Break tests into individual cases so its easier to see what's going on. 2005-05-07 20:21:04 +00:00
TailCallElim new testcase 2005-05-10 00:33:36 +00:00
TailDup