llvm-6502/test/Transforms
Duncan Sands befc9c16fa This file is empty.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52596 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-21 20:26:50 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CondProp
ConstantMerge
ConstProp
DeadArgElim This file is empty. 2008-06-21 20:26:50 +00:00
DeadStoreElimination
GCSE
GlobalDCE
GlobalOpt
GVN Add local PRE to GVN. This only operates in cases where it would not increase code size, namely when the instantiated expression 2008-06-18 21:41:49 +00:00
GVNPRE
IndVarsSimplify Fix PR2434. When scanning for exising binary operator to reuse don't 2008-06-15 19:07:39 +00:00
Inline
InstCombine Fix PR2471, which is a bug involving an invalid promotion from a conditional load. 2008-06-20 05:12:56 +00:00
Internalize
IPConstantProp Modify some ipconstprop tests to also test with invokes. 2008-06-19 09:27:44 +00:00
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce Refine the change in r52258 for avoiding use-before-def conditions 2008-06-16 22:34:15 +00:00
LoopUnroll
LoopUnswitch Preserve dominance frontier while trivially unswitching loop. 2008-06-18 02:16:38 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl Fix some tests. 2008-06-12 21:23:38 +00:00
SCCP
SimplifyCFG
SimplifyLibCalls
SRETPromotion
StripSymbols
TailCallElim
TailDup Revert 52223. 2008-06-12 20:55:39 +00:00