..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
DeadArgElim
DeadStoreElimination
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
FunctionAttrs
GlobalDCE
GlobalOpt
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
GVN
This fixes a bug introduced in 72661, which can
2009-06-17 20:48:23 +00:00
GVNPRE
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
IndMemRem
IndVarSimplify
Generalize isLoopGuardedByCond's checking to consider two
2009-06-20 00:35:32 +00:00
Inline
InstCombine
Generalize the zext(trunc(t) & C) instcombine to work even with
2009-06-18 16:30:21 +00:00
Internalize
IPConstantProp
JumpThreading
make jump threading handle lexically identical compare instructions
2009-06-19 16:27:56 +00:00
LCSSA
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
LICM
LoopDeletion
LoopIndexSplit
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
LoopRotate
LoopSimplify
Fix some incorrect logic in DominanceFrontier::splitBlock. Part of
2009-05-21 20:40:30 +00:00
LoopStrengthReduce
Don't (unconditionally) use getSCEVAtScope to simplify the step
2009-06-19 17:33:15 +00:00
LoopUnroll
remove a test that depends on -debug.
2009-03-13 20:31:48 +00:00
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
MemCpyOpt
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
MergeFunc
Given two identical weak functions, produce one internal function and two weak
2009-06-12 15:56:56 +00:00
PredicateSimplifier
PruneEH
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
RaiseAllocations
Reassociate
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
ScalarRepl
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
SCCP
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
SimplifyCFG
Fix the crash in this test. This is basically the same
2009-06-15 20:59:27 +00:00
SimplifyLibCalls
part of PR4405: disable a contentious optimization for
2009-06-19 04:17:36 +00:00
SRETPromotion
StripSymbols
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
TailCallElim
Improve tail call elim to move loads above readonly calls
2009-06-19 04:22:16 +00:00
TailDup