llvm-6502/test/Transforms
Dan Gohman 03e091f0b5 Reapply r155682, making constant folding more consistent, with a fix to work
properly with how the code handles all-undef PHI nodes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155721 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-27 17:50:22 +00:00
..
ADCE
ArgumentPromotion
BBVectorize Fix an error in BBVectorize important for vectorizing pointer types. 2012-04-14 07:32:50 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt Fix a crash on valid (if UB) bitcode that is produced for some global 2012-04-24 18:42:47 +00:00
GVN
IndVarSimplify
Inline Sink the collection of return instructions until after *all* 2012-04-06 17:21:31 +00:00
InstCombine Reapply r155682, making constant folding more consistent, with a fix to work 2012-04-27 17:50:22 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate Fix ValueTracking to conclude that debug intrinsics are safe to 2012-04-07 19:22:18 +00:00
LoopSimplify
LoopStrengthReduce Flip the new block-placement pass to be on by default. 2012-04-16 13:49:17 +00:00
LoopUnroll Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
LoopUnswitch Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC Avoid a bug in the path count computation, preventing an infinite 2012-04-19 21:50:46 +00:00
PhaseOrdering Reapply r155136 after fixing PR12599. 2012-04-23 17:39:52 +00:00
PruneEH
Reassociate Teach the reassociate pass to fold chains of multiplies with repeated 2012-04-26 05:30:30 +00:00
ScalarRepl
SCCP Reapply r155682, making constant folding more consistent, with a fix to work 2012-04-27 17:50:22 +00:00
SimplifyCFG
SimplifyLibCalls FileCheckify, un-XFAIL SimplifyLibCalls/floor test 2012-04-18 00:36:07 +00:00
Sink
StripSymbols
TailCallElim
TailDup