1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Transforms
2012-11-29 01:47:31 +00:00
..
ADCE
ArgumentPromotion
BBVectorize BBVectorize: Correctly merge SubclassOptionalData 2012-11-28 03:04:10 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GVN Add error handling in getInt. 2012-11-28 12:13:12 +00:00
IndVarSimplify SCEV: Even if the latch terminator is foldable we can't deduce the result of an unrelated condition with it. 2012-11-27 18:16:32 +00:00
Inline Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
InstCombine Instruction::isAssociative() returns true for fmul/fadd if they are tagged "unsafe" mode. 2012-11-29 01:47:31 +00:00
InstSimplify Fast-math test for SimplifyInstruction: fold multiply by 0 2012-11-27 01:00:22 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize Add support for pointer induction variables even when there is no integer induction variable. 2012-11-25 08:41:35 +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
SimplifyCFG
SimplifyLibCalls Move sprintf simplifier tests to test/Transforms/InstCombine 2012-11-27 15:35:58 +00:00
Sink
SROA PR14055: Implement support for sub-vector operations in SROA. 2012-11-21 08:16:30 +00:00
StripSymbols
TailCallElim
TailDup