..
ADCE
Remove the ability for ADCE to remove unreachable blocks in loop nests, because, as Eli pointed out, SimplifyCFG already does this.
2008-07-03 17:21:41 +00:00
ArgumentPromotion
Fix two more not-grep tests that were missing llvm-dis.
2008-06-09 22:36:45 +00:00
BlockPlacement
Let some more tests ignore expected output on stderr.
2008-06-10 15:04:14 +00:00
BranchFolding
CodeExtractor
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
CondProp
ConstantMerge
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
ConstProp
Fix three bugs:
2008-07-08 05:46:34 +00:00
DeadArgElim
XFAIL for now.
2008-06-26 22:09:29 +00:00
DeadStoreElimination
GCSE
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
GlobalDCE
GlobalOpt
GVN
GVNPRE
IndVarsSimplify
Inline
Let some more tests ignore expected output on stderr.
2008-06-10 15:04:14 +00:00
InstCombine
Fix missed optimization opportunity when analyzing cast of mul and select.
2008-07-05 21:19:34 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
2008-05-20 22:05:28 +00:00
LoopDeletion
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
LoopIndexSplit
Testcase for LoopIndexSplit and DomFrontier.
2008-06-03 18:32:27 +00:00
LoopRotate
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
LoopSimplify
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
LoopStrengthReduce
Improve LSR's dead-phi detection to handle use-def cycles
2008-06-22 20:44:02 +00:00
LoopUnroll
LoopUnswitch
Preserve dominance frontier while trivially unswitching loop.
2008-06-18 02:16:38 +00:00
LowerInvoke
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
Fix two issues that Eli Friedman pointed out, where would misoptimized code like:
2008-06-01 22:26:26 +00:00
PredicateSimplifier
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
PruneEH
RaiseAllocations
Reassociate
Let some more tests ignore expected output on stderr.
2008-06-10 15:04:14 +00:00
ScalarRepl
Fix PR2369 by making scalarrepl more careful about promoting
2008-06-22 17:46:21 +00:00
SCCP
Fix PR2358 by resolving calls with undef arguments to overdefined.
2008-05-24 03:59:33 +00:00
SimplifyCFG
Speculatively execute a block when the the block is the then part of a triangle shape and it contains a single, side effect free, cheap instruction. The branch is eliminated by adding a select instruction. i.e.
2008-06-07 08:52:29 +00:00
SimplifyLibCalls
SRETPromotion
Let StructRetPromotion check if all if its users are really calls or invokesn,
2008-06-05 08:57:20 +00:00
StripSymbols
TailCallElim
TailDup
Revert 52223.
2008-06-12 20:55:39 +00:00