llvm-6502/test/Transforms
2005-07-07 20:39:45 +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 Add a comment, add a new testcase 2004-12-29 04:35:30 +00:00
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
GlobalOpt new testcase for PR579 2005-06-15 21:11:18 +00:00
IndVarsSimplify new testcase for PR582 2005-06-15 21:28:55 +00:00
Inline Fix buggy test 2005-05-13 15:48:41 +00:00
InstCombine New testcase distilled from a large chunk of code Misha sent me. 2005-07-07 20:39:45 +00:00
IPConstantProp
LevelRaise remove test 2005-05-13 18:19:29 +00:00
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 new testcase for PR590 2005-06-30 07:28:54 +00:00
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 fix buggy test 2005-05-13 15:51:31 +00:00
SimplifyCFG new testcase for PR584 2005-06-17 01:45:03 +00:00
SimplifyLibCalls new testcase 2005-05-20 22:25:44 +00:00
TailCallElim new testcase 2005-05-10 00:33:36 +00:00
TailDup