llvm-6502/test/Transforms
2012-02-13 23:05:18 +00:00
..
ADCE
ArgumentPromotion
BBVectorize Update BBVectorize to use aliasesUnknownInst. 2012-02-10 15:52:40 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge If the global variable is removed by the linker, then don't constant merge it 2012-01-11 00:13:08 +00:00
ConstProp Add r149110 back with a fix for when the vector and the int have the same 2012-01-27 23:33:07 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt GlobalOpt: Be more aggressive about elminating side-effect free static dtors. 2012-02-09 14:26:06 +00:00
GVN Reduce the number of dom queries made by GVN's conditional propagation 2012-02-05 18:25:50 +00:00
IndVarSimplify
Inline Remove all references to the old EH. 2012-01-31 02:09:07 +00:00
InstCombine Check against umin while converting fcmp into an icmp. 2012-02-13 23:05:18 +00:00
InstSimplify Fix PR11948: the result type of an icmp may be a vector of boolean - 2012-02-10 14:31:24 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce Handle a corner case with IV chain collection with bailout instead of assert. 2012-01-20 21:23:40 +00:00
LoopUnroll
LoopUnswitch Improved compile time: 2012-01-11 08:40:51 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC Just like in regular escape analysis, loads and stores through 2012-02-13 22:57:02 +00:00
PhaseOrdering
PruneEH
Reassociate
ScalarRepl Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the 2012-02-03 01:07:01 +00:00
SCCP Remove all references to the old EH. 2012-01-31 02:09:07 +00:00
SimplifyCFG The 'unwind' instruction is deprecated and will be removed, making this test 2012-02-06 18:18:47 +00:00
SimplifyLibCalls
Sink
StripSymbols
TailCallElim
TailDup