llvm-6502/test/Transforms
Reid Spencer 8fe86dde1c * Add a test case for StrLenOptimization
* Rename ExitInMain and StrCat tests so they don't have the date the
  regression was entered since they are feature tests, not regressions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21558 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-26 05:22:38 +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
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
InstCombine rename fn 2005-04-25 20:17:16 +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
LowerSwitch
Mem2Reg
PRE
ProfilePaths
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
SCCP
SimplifyCFG new testcase for a simple optimization that simplifycfg is about to do. 2005-02-24 06:15:27 +00:00
SimplifyLibCalls * Add a test case for StrLenOptimization 2005-04-26 05:22:38 +00:00
TailCallElim
TailDup