.. |
ADCE
|
|
|
ArgumentPromotion
|
|
|
BBVectorize
|
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
|
2012-12-26 01:36:57 +00:00 |
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
|
|
CodeGenPrepare
|
|
|
ConstantMerge
|
|
|
ConstProp
|
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
|
2012-11-08 20:34:25 +00:00 |
CorrelatedValuePropagation
|
|
|
DeadArgElim
|
|
|
DeadStoreElimination
|
|
|
EarlyCSE
|
|
|
FunctionAttrs
|
|
|
GlobalDCE
|
|
|
GlobalOpt
|
Revert previous check in r168581, r169079 as they are still in code review status.
|
2012-12-01 10:54:28 +00:00 |
GVN
|
unHECKify test. It was fixed by Chris in 2009.
|
2012-12-12 20:43:00 +00:00 |
IndVarSimplify
|
Follow up to 168711: It's safe to base this analysis on the found compare, just return the value for the right predicate.
|
2012-11-29 19:07:57 +00:00 |
Inline
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
InstCombine
|
Transform (x&C)>V into (x&C)!=0 where possible
|
2012-12-19 19:47:13 +00:00 |
InstSimplify
|
Added a slew of SimplifyInstruction floating-point optimizations, many of which take advantage of fast-math flags. Test cases included.
|
2012-12-12 00:27:46 +00:00 |
Internalize
|
|
|
IPConstantProp
|
|
|
JumpThreading
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
LCSSA
|
|
|
LICM
|
|
|
LoopDeletion
|
|
|
LoopIdiom
|
- Re-enable population count loop idiom recognization
|
2012-12-09 03:12:46 +00:00 |
LoopRotate
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
LoopSimplify
|
|
|
LoopStrengthReduce
|
|
|
LoopUnroll
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
LoopUnswitch
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
LoopVectorize
|
If all of the write objects are identified then we can vectorize the loop even if the read objects are unidentified.
|
2012-12-26 23:30:53 +00:00 |
LowerAtomic
|
|
|
LowerExpectIntrinsic
|
|
|
LowerInvoke
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
|
|
MemCpyOpt
|
|
|
MergeFunc
|
|
|
MetaRenamer
|
|
|
ObjCARC
|
|
|
PhaseOrdering
|
|
|
PruneEH
|
|
|
Reassociate
|
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
|
2012-11-18 19:27:01 +00:00 |
ScalarRepl
|
|
|
SCCP
|
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
|
2012-11-08 20:34:25 +00:00 |
SimplifyCFG
|
Fix logic to determine whether to turn a switch into a lookup table. When
|
2012-11-30 02:02:42 +00:00 |
SimplifyLibCalls
|
instcombine: Migrate puts optimizations
|
2012-11-29 19:15:17 +00:00 |
Sink
|
|
|
SROA
|
Rename the test so that we can add additional vectors-of-pointers tests
|
2012-12-18 05:50:54 +00:00 |
StripSymbols
|
|
|
TailCallElim
|
|
|
TailDup
|
|
|