llvm-6502/lib/Transforms/Scalar
Torok Edwin 529bd53411 processStore may delete the instruction, avoid
using dyn_cast<> on already freed memory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50618 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-04 08:51:25 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Implement a signficant optimization for inline asm: 2008-04-27 00:37:18 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Fix DSE to not eliminate volatile loads with no uses. 2008-04-28 19:51:27 +00:00
GCSE.cpp
GVN.cpp Remove unneeded #include's. 2008-04-21 07:47:38 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Do not sink getresult. 2008-05-03 00:36:30 +00:00
JumpThreading.cpp Don't infininitely thread branches when a threaded edge 2008-04-25 04:12:29 +00:00
LICM.cpp
LoopDeletion.cpp This condition got inverted accidentally. 2008-04-30 07:16:33 +00:00
LoopIndexSplit.cpp Porting r50563 from Tak to mainline. 2008-05-02 00:43:20 +00:00
LoopRotation.cpp add a FIXME so we remember to eventually remove this code. 2008-05-02 17:18:31 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
LoopUnswitch.cpp Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
Makefile
MemCpyOptimizer.cpp processStore may delete the instruction, avoid 2008-05-04 08:51:25 +00:00
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
SimplifyCFG.cpp
SimplifyLibCalls.cpp strength reduce exp2 into ldexp, rdar://5852514 2008-05-02 18:43:35 +00:00
TailDuplication.cpp replace a slow and verbose version of Instruction::isUsedOutsideOfBlock with 2008-04-20 22:18:22 +00:00
TailRecursionElimination.cpp