.. |
ADCE
|
|
|
ArgumentPromotion
|
|
|
BBVectorize
|
Revert "InstCombine: Fold more shuffles of shuffles."
|
2013-05-01 00:25:27 +00:00 |
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
|
|
CodeGenPrepare
|
|
|
ConstantMerge
|
Fix const merging when an alias of a const is llvm.used.
|
2013-05-06 01:48:55 +00:00 |
ConstProp
|
|
|
CorrelatedValuePropagation
|
|
|
DeadArgElim
|
DeadArgumentElimination: keep return value on functions that have a live argument with the 'returned' attribute (rather than generate invalid IR); however, if both can be eliminated, both will be
|
2013-06-30 20:26:21 +00:00 |
DeadStoreElimination
|
TBAA: remove !tbaa from testing cases if not used.
|
2013-04-30 17:52:57 +00:00 |
DebugIR
|
Adding tests for DebugIR pass
|
2013-06-28 20:37:20 +00:00 |
EarlyCSE
|
|
|
FunctionAttrs
|
Extend 'readonly' and 'readnone' to work on function arguments as well as
|
2013-07-06 00:29:58 +00:00 |
GCOVProfiling
|
Revert "Revert "PR14606: debug info imported_module support""
|
2013-04-22 06:12:31 +00:00 |
GlobalDCE
|
|
|
GlobalOpt
|
Always remove an alias when we rename the target.
|
2013-06-12 16:45:47 +00:00 |
GVN
|
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
|
2013-05-06 02:07:24 +00:00 |
IndVarSimplify
|
IndVarSimplify: check if loop invariant expansion can trap
|
2013-06-04 17:51:58 +00:00 |
Inline
|
|
|
InstCombine
|
InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
|
2013-07-06 00:54:07 +00:00 |
InstSimplify
|
|
|
Internalize
|
|
|
IPConstantProp
|
|
|
JumpThreading
|
TBAA: remove !tbaa from testing cases if not used.
|
2013-04-30 17:52:57 +00:00 |
LCSSA
|
|
|
LICM
|
|
|
LoopDeletion
|
|
|
LoopIdiom
|
|
|
LoopRotate
|
Rotate multi-exit loops even if the latch was simplified.
|
2013-05-06 17:58:18 +00:00 |
LoopSimplify
|
|
|
LoopStrengthReduce
|
LSR: Fix the parameters used to compute the scaling factor cost.
|
2013-06-19 19:59:41 +00:00 |
LoopUnroll
|
Prevent loop-unroll from making assumptions about undefined behavior.
|
2013-05-31 23:34:46 +00:00 |
LoopUnswitch
|
TBAA: remove !tbaa from testing cases if not used.
|
2013-04-30 17:52:57 +00:00 |
LoopVectorize
|
LoopVectorize: Math functions only read rounding mode
|
2013-07-01 00:54:44 +00:00 |
LowerAtomic
|
|
|
LowerExpectIntrinsic
|
|
|
LowerInvoke
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
|
|
MemCpyOpt
|
Fix a potential bug in r183584.
|
2013-06-08 04:56:05 +00:00 |
MergeFunc
|
TBAA: remove !tbaa from testing cases if not used.
|
2013-04-30 17:52:57 +00:00 |
MetaRenamer
|
|
|
ObjCARC
|
[objc-arc] Ensure that the cfg path count does not overflow when we multiply TopDownPathCount/BottomUpPathCount.
|
2013-06-07 06:16:49 +00:00 |
PhaseOrdering
|
|
|
PruneEH
|
|
|
Reassociate
|
TBAA: remove !tbaa from testing cases if not used.
|
2013-04-30 17:52:57 +00:00 |
Reg2Mem
|
|
|
ScalarRepl
|
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
|
2013-06-25 19:09:50 +00:00 |
SCCP
|
|
|
SimplifyCFG
|
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
|
2013-07-04 14:22:02 +00:00 |
Sink
|
|
|
SLPVectorizer
|
SLP Vectorizer: Add support for trees with external users.
|
2013-06-28 22:07:09 +00:00 |
SROA
|
SROA: Generate selects instead of shuffles when blending values because this is the cannonical form.
|
2013-05-01 19:53:30 +00:00 |
StripSymbols
|
|
|
StructurizeCFG
|
Move StructurizeCFG out of R600 to generic Transforms.
|
2013-06-19 20:18:24 +00:00 |
TailCallElim
|
[TRE] Combined another test into basic.ll
|
2013-07-05 22:24:06 +00:00 |
TailDup
|
|
|