llvm-6502/test/Transforms
Chris Lattner 1b12d8855d Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll
by inserting unreachable after no-return calls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44099 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-14 06:19:25 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CondProp
ConstantMerge
ConstProp
CorrelatedExprs
DeadArgElim
DeadStoreElimination Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been 2007-11-01 05:29:16 +00:00
DecomposeMultiDimRefs
GCSE
GlobalDCE
GlobalOpt upgrade test 2007-11-13 21:42:48 +00:00
GVN
GVNPRE
IndVarsSimplify
Inline
InstCombine Better check 2007-11-08 18:45:15 +00:00
IPConstantProp
LCSSA
LICM
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through LastValueMap. 2007-11-05 19:32:30 +00:00
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl Change uses of getTypeSize to getABITypeSize, getTypeStoreSize 2007-11-04 14:43:57 +00:00
SCCP
SimplifyCFG Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll 2007-11-14 06:19:25 +00:00
SimplifyLibCalls
TailCallElim
TailDup