llvm-6502/test/Transforms
2012-05-10 17:14:00 +00:00
..
ADCE
ArgumentPromotion
BBVectorize Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.). 2012-04-27 19:34:00 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination teach DSE and isInstructionTriviallyDead() about calloc 2012-05-10 17:14:00 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt Fix a crash on valid (if UB) bitcode that is produced for some global 2012-04-24 18:42:47 +00:00
GVN
IndVarSimplify
Inline
InstCombine objectsize: 2012-05-09 21:30:57 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading formatting change: strip debug info from test 2012-05-10 16:55:31 +00:00
LCSSA
LICM An instruction in a loop is not guaranteed to be executed just because the loop 2012-05-01 04:03:01 +00:00
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce Make sure HoistInsertPosition finds a position that is dominated by all 2012-04-30 03:53:06 +00:00
LoopUnroll Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
LoopUnswitch Second attempt at PR12573: 2012-04-30 10:44:54 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC Fix the objc_storeStrong recognizer to stop before walking off the 2012-05-09 23:08:33 +00:00
PhaseOrdering Reapply r155136 after fixing PR12599. 2012-04-23 17:39:52 +00:00
PruneEH
Reassociate Calling ReassociateExpression recursively is extremely dangerous since it will 2012-05-08 12:16:05 +00:00
ScalarRepl
SCCP Reapply r155682, making constant folding more consistent, with a fix to work 2012-04-27 17:50:22 +00:00
SimplifyCFG
SimplifyLibCalls change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept. 2012-05-09 15:52:43 +00:00
Sink
StripSymbols
TailCallElim
TailDup