llvm-6502/test/Transforms
2009-09-24 18:33:42 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp Peer through zext and sext to eliminate them when it is safe to do so. 2009-09-20 07:31:25 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt Auto-upgrade malloc instructions to malloc calls. 2009-09-24 17:47:49 +00:00
GVN fix PR5016, a crash I introduced in GVN handing first class 2009-09-21 17:24:04 +00:00
GVNPRE
IndMemRem
IndVarSimplify
Inline Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
InstCombine Auto-upgrade malloc instructions to malloc calls. 2009-09-24 17:47:49 +00:00
Internalize
IPConstantProp Constant propagating byval pointer is safe if function is readonly. 2009-09-24 18:33:42 +00:00
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg Fix PR5023: The instruction form of DominatorTree::dominates did not 2009-09-21 22:39:35 +00:00
MemCpyOpt When extending a memset range past the front, set the alignment of the 2009-09-14 23:39:10 +00:00
MergeFunc
PredicateSimplifier Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
PruneEH
RaiseAllocations Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
Reassociate Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
ScalarRepl
SCCP Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
SimplifyCFG
SimplifyLibCalls
SRETPromotion
SSI
StripSymbols
TailCallElim Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
TailDup