llvm-6502/test/Transforms
Jakub Staszak a7e3701658 Revert 179826. Tests were worthless.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179845 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-19 09:32:30 +00:00
..
ADCE
ArgumentPromotion
BBVectorize CostModel: increase the default cost of supported floating point operations from 1 to two. Fixed a few tests that changes because now the cost of one insert + a vector operation on two doubles is lower than two scalar operations on doubles. 2013-04-12 21:15:03 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim Revert "PR14606: debug info imported_module support" 2013-04-19 07:47:16 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GCOVProfiling Revert "PR14606: debug info imported_module support" 2013-04-19 07:47:16 +00:00
GlobalDCE Revert 179826. Tests were worthless. 2013-04-19 09:32:30 +00:00
GlobalOpt
GVN
IndVarSimplify
Inline
InstCombine In the function InstCombiner::visitExtractElementInst() removed the limitation that extract is promoted over a cast only if the cast has only one use. 2013-04-18 19:56:44 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize LoopVectorizer: Recognize min/max reductions 2013-04-18 17:22:34 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc We are not able to bitcast a pointer to an integral value. 2013-04-15 22:33:50 +00:00
MetaRenamer
ObjCARC [objc-arc] Do not mismatch up retains inside a for loop with releases outside said for loop in the presense of differing provenance caused by escaping blocks. 2013-04-18 05:39:45 +00:00
PhaseOrdering Revert 179826. Tests were worthless. 2013-04-19 09:32:30 +00:00
PruneEH
Reassociate
Reg2Mem
ScalarRepl
SCCP
SimplifyCFG simplifycfg: Fix integer overflow converting switch into icmp. 2013-04-16 08:35:36 +00:00
SimplifyLibCalls
Sink
SLPVectorizer SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops. 2013-04-15 22:00:26 +00:00
SROA
StripSymbols
TailCallElim
TailDup