llvm-6502/lib/Transforms/Scalar
Owen Anderson b70a571c99 Tighten the conditions under which we do PRE, remove some unneeded code, and correct our preserved analyses list, since we
do now change the CFG by splitting critical edges during PRE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52631 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-23 17:49:45 +00:00
..
ADCE.cpp At Chris' suggestion, move the liveness and worklist datastructures into 2008-06-23 06:13:12 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp Use Instruction::eraseFromParent(). 2008-06-21 22:08:46 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp Use Instruction::eraseFromParent(). 2008-06-21 22:08:46 +00:00
GVN.cpp Tighten the conditions under which we do PRE, remove some unneeded code, and correct our preserved analyses list, since we 2008-06-23 17:49:45 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Use Loop::block_iterator. 2008-06-22 20:18:58 +00:00
InstructionCombining.cpp Fix for PR2479: correctly optimize expressions like (a > 13) & (a == 2008-06-21 23:36:13 +00:00
JumpThreading.cpp
LICM.cpp Use Loop::block_iterator. 2008-06-22 20:18:58 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp Avoid using BasicBlock::getInstList directly in a few places. 2008-06-19 17:37:25 +00:00
LoopStrengthReduce.cpp Improve LSR's dead-phi detection to handle use-def cycles 2008-06-22 20:44:02 +00:00
LoopUnroll.cpp Use Loop::block_iterator. 2008-06-22 20:18:58 +00:00
LoopUnswitch.cpp Preserve dominance frontier while trivially unswitching loop. 2008-06-18 02:16:38 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp minor tidying of comments. 2008-06-23 17:11:23 +00:00
SCCP.cpp Tidy up some commments and use the getAggregateOperand and 2008-06-20 16:41:17 +00:00
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll 2008-06-16 04:10:21 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp