llvm-6502/test/Transforms
Hal Finkel 38a7f22445 Update BBVectorize to use aliasesUnknownInst.
This allows BBVectorize to check the "unknown instruction" list in the
alias sets. This is important to prevent instruction fusing from reordering
function calls. Resolves PR11920.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150250 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-10 15:52:40 +00:00
..
ADCE
ArgumentPromotion
BBVectorize Update BBVectorize to use aliasesUnknownInst. 2012-02-10 15:52:40 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp Add r149110 back with a fix for when the vector and the int have the same 2012-01-27 23:33:07 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt GlobalOpt: Be more aggressive about elminating side-effect free static dtors. 2012-02-09 14:26:06 +00:00
GVN Reduce the number of dom queries made by GVN's conditional propagation 2012-02-05 18:25:50 +00:00
IndVarSimplify
Inline Remove all references to the old EH. 2012-01-31 02:09:07 +00:00
InstCombine Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs." 2012-02-03 00:00:50 +00:00
InstSimplify Fix PR11948: the result type of an icmp may be a vector of boolean - 2012-02-10 14:31:24 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the 2012-02-03 01:07:01 +00:00
SCCP Remove all references to the old EH. 2012-01-31 02:09:07 +00:00
SimplifyCFG The 'unwind' instruction is deprecated and will be removed, making this test 2012-02-06 18:18:47 +00:00
SimplifyLibCalls
Sink
StripSymbols
TailCallElim
TailDup