llvm-6502/lib/Transforms/Scalar
Dan Gohman 9a936502fa Tell ScalarEvolution that the loop is being deleted before actually
deleting it.  This will let ScalarEvolution be more complete about
updating its records.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70632 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-02 17:29:26 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
CondPropagate.cpp Avoid making the transformation enabled by my last patch if the new destinations have phi nodes. 2009-04-15 00:43:54 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp Remove an obsolete comment. 2009-04-27 22:12:34 +00:00
InstructionCombining.cpp Return null instead of false, as appropriate. 2009-04-25 17:28:45 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp Tell ScalarEvolution that the loop is being deleted before actually 2009-05-02 17:29:26 +00:00
LoopIndexSplit.cpp Reword and tidy up some comments. 2009-04-29 22:01:05 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Don't split critical edges during the AddUsersIfInteresting phase 2009-05-02 05:36:01 +00:00
LoopUnroll.cpp Adjust loop size estimate for full unrolling; 2009-04-20 22:19:33 +00:00
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp fix a crash on a pointless but valid zero-length memset, rdar://6808691 2009-04-21 16:52:12 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp