llvm-6502/test/Transforms
Chris Lattner bf2d595dca This pass has been removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25350 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-16 01:06:43 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
CodeExtractor
CondProp new testcase that condprop should handle. The PHI node becomes useless 2005-08-05 00:59:55 +00:00
ConstantMerge
ConstProp Add bswap intrinsics as documented in the Language Reference 2006-01-14 01:25:24 +00:00
CorrelatedExprs
DeadArgElim
DeadStoreElimination new testcase dse is miscompiling 2005-11-30 19:37:08 +00:00
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
GlobalOpt Testcase for PR632 2005-09-27 22:27:19 +00:00
IndVarsSimplify testcase for recent indvars patches 2005-11-18 19:38:15 +00:00
Inline New testcase for a regression last night: the -inline pass wasn't updating 2006-01-14 20:07:07 +00:00
InstCombine new testcases for the stackrestore instcombine optimizations 2006-01-13 22:01:47 +00:00
IPConstantProp
LevelRaise remove test 2005-05-13 18:19:29 +00:00
LICM
LoopSimplify New testcase 2005-08-10 02:06:35 +00:00
LoopStrengthReduce new testcase 2005-10-30 05:14:02 +00:00
LoopUnroll
LoopUnswitch
LowerInvoke Add a simple testcase for lowerinvoke 2005-09-27 18:34:31 +00:00
LowerSetJmp
LowerSwitch
Mem2Reg new testcase for pr670 2005-11-29 01:06:51 +00:00
PruneEH
RaiseAllocations
Reassociate new testcase for recent bugfix 2005-09-02 06:12:12 +00:00
ScalarRepl new (undefined) testcase, distilled from 126.gcc that scalarrepl crashes on 2005-12-14 17:23:20 +00:00
SCCP fix buggy test 2005-05-13 15:51:31 +00:00
SimplifyCFG expand testcase, which has been in my tree for a while now 2005-12-03 18:26:41 +00:00
SimplifyLibCalls new testcase for isascii 2005-09-29 06:16:37 +00:00
TailCallElim New testcase 2005-11-05 08:20:28 +00:00
TailDup