llvm/test/Transforms
2005-09-27 05:02:03 +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 that condprop should handle. The PHI node becomes useless 2005-08-05 00:59:55 +00:00
ConstantMerge
ConstProp New testcase. 2005-01-28 19:08:32 +00:00
CorrelatedExprs
DeadArgElim
DeadStoreElimination
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
GlobalOpt add a new testcase for constant foldable calls 2005-09-27 05:02:03 +00:00
IndVarsSimplify now that we handle non-constant strides, this testcase passes 2005-08-10 17:17:45 +00:00
Inline Fix buggy test 2005-05-13 15:48:41 +00:00
InstCombine All of these should turn into sign extends (e.g. extsh/extsb on PPC) 2005-09-24 23:42:18 +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 New testcase 2005-08-10 02:06:35 +00:00
LoopStrengthReduce relax pattern match on name 2005-09-12 17:09:40 +00:00
LoopUnroll New testcase for PR532 2005-03-06 20:56:55 +00:00
LoopUnswitch
LowerInvoke new testcase for PR612 2005-08-03 18:51:15 +00:00
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 new testcase for recent bugfix 2005-09-02 06:12:12 +00:00
ScalarRepl
SCCP fix buggy test 2005-05-13 15:51:31 +00:00
SimplifyCFG new testcase 2005-09-23 18:43:57 +00:00
SimplifyLibCalls Enhance this to check for a crash, add a case that crashes simplifylibcalls, 2005-09-24 22:16:04 +00:00
TailCallElim New testcases for PR615 2005-08-07 04:25:39 +00:00
TailDup