llvm-6502/test/Transforms
Chris Lattner f4eec627d2 add a couple more cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26468 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-02 06:50:04 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
CodeExtractor
CondProp
ConstantMerge
ConstProp Add bswap intrinsics as documented in the Language Reference 2006-01-14 01:25:24 +00:00
CorrelatedExprs
DeadArgElim
DeadStoreElimination
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
GlobalOpt
IndVarsSimplify
Inline New testcase for a regression last night: the -inline pass wasn't updating 2006-01-14 20:07:07 +00:00
InstCombine add a couple more cases 2006-03-02 06:50:04 +00:00
IPConstantProp
LevelRaise
LICM
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch new testcase distilled from SPASS 2006-02-22 23:54:15 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
PruneEH
RaiseAllocations
Reassociate
ScalarRepl testcase that crashes scalarrepl 2006-01-24 19:34:57 +00:00
SCCP new testcase for more interesting select sccp cases 2006-02-08 02:37:40 +00:00
SimplifyCFG new testcase that crashes simplifycfg 2006-02-18 00:32:44 +00:00
SimplifyLibCalls Update comments to be actually accurate 2006-02-11 09:37:07 +00:00
TailCallElim
TailDup