llvm-project/llvm/test/Transforms
Peter Collingbourne 8d24ae9441 Re-apply r247080 with order of evaluation fix.
llvm-svn: 247095
2015-09-08 22:49:35 +00:00
..
ADCE
AddDiscriminators
AlignmentFromAssumptions
ArgumentPromotion
AtomicExpand
BBVectorize
BDCE
BranchFolding
CodeExtractor
CodeGenPrepare
ConstProp
ConstantHoisting
ConstantMerge
CorrelatedValuePropagation
DeadArgElim DeadArgElim: don't eliminate arguments from naked functions 2015-09-01 18:06:46 +00:00
DeadStoreElimination
EarlyCSE
EliminateAvailableExternally
Float2Int
FunctionAttrs [FunctionAttr] Infer nonnull attributes on returns 2015-08-31 19:44:38 +00:00
GCOVProfiling
GVN assuem(X) handling in GVN bugfix 2015-09-02 20:00:03 +00:00
GlobalDCE
GlobalOpt
IPConstantProp
IRCE
IndVarSimplify
Inline
InstCombine Merge or combine tests and convert to FileCheck. 2015-09-08 18:36:56 +00:00
InstMerge
InstSimplify Merge or combine tests and convert to FileCheck. 2015-09-08 18:36:56 +00:00
Internalize
JumpThreading [LazyValueInfo] Look through Phi nodes when trying to prove a predicate 2015-08-31 18:31:48 +00:00
LCSSA
LICM Fix CHECK directives that weren't checking. 2015-08-31 21:10:35 +00:00
LoadCombine
LoopDeletion
LoopDistribute
LoopIdiom
LoopInterchange
LoopReroll
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize Simplify testcase added in r246759. NFC 2015-09-04 11:37:20 +00:00
LowerAtomic
LowerBitSets Re-apply r247080 with order of evaluation fix. 2015-09-08 22:49:35 +00:00
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg DI: Update tests before adding !dbg subprogram attachments 2015-08-28 23:32:00 +00:00
MemCpyOpt
MergeFunc [WinEH] Add cleanupendpad instruction 2015-09-03 09:09:43 +00:00
MetaRenamer
NaryReassociate
ObjCARC
PartiallyInlineLibCalls
PhaseOrdering
PlaceSafepoints
PruneEH
Reassociate
Reg2Mem
RewriteStatepointsForGC [RewriteStatepointsForGC] Improve debug output [NFC] 2015-09-02 21:11:44 +00:00
SCCP
SLPVectorizer
SROA Fix CHECK directives that weren't checking. 2015-08-31 21:10:35 +00:00
SafeStack
SampleProfile
ScalarRepl
Scalarizer
SeparateConstOffsetFromGEP
SimplifyCFG Fixing bad test syntax. 2015-09-04 23:47:34 +00:00
Sink
SpeculativeExecution
StraightLineStrengthReduce
StripSymbols
StructurizeCFG Fix CHECK directives that weren't checking. 2015-08-31 21:10:35 +00:00
TailCallElim
TailDup
Util