llvm-6502/test/Transforms
2011-09-13 05:23:49 +00:00
..
ADCE Try to eliminate the use of the 'unwind' instruction. 2011-09-02 22:41:11 +00:00
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination Try again at r138809 (make DSE more aggressive in removing dead stores at the end of a function), now with less deleting stores before memcpy's. 2011-09-06 18:14:09 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GVN Mark the eh.typeid.for intrinsic as being 'const', which it is inside 2011-09-09 07:50:37 +00:00
IndVarSimplify [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920. 2011-09-13 05:23:49 +00:00
Inline Try to eliminate the use of the 'unwind' instruction. 2011-09-02 22:41:11 +00:00
InstCombine Forgot to add this trampoline testcase. 2011-09-07 09:21:38 +00:00
InstSimplify InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the original value if types don't match. 2011-09-05 18:16:19 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA Try to eliminate the use of the 'unwind' instruction. 2011-09-02 22:41:11 +00:00
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify Generalize test case to handle multiple indvars modes. 2011-09-13 03:17:25 +00:00
LoopStrengthReduce
LoopUnroll [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920. 2011-09-13 05:23:49 +00:00
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG Delete trivial landing pads that just continue unwinding the caught 2011-09-05 12:57:57 +00:00
SimplifyLibCalls
Sink
StripSymbols
TailCallElim Try to eliminate the use of the 'unwind' instruction. 2011-09-02 22:41:11 +00:00
TailDup