llvm-6502/lib/Transforms/Scalar
Duncan Sands 4d588bceb0 If PrototypeValue is erased in the middle of using the SSAUpdator
then the SSAUpdator may access freed memory.  Instead, simply pass
in the type and name explicitly, which is all that was used anyway.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112699 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-01 10:29:33 +00:00
..
ADCE.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
BasicBlockPlacement.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
CMakeLists.txt Rename file to something more descriptive. 2010-08-31 07:41:39 +00:00
CodeGenPrepare.cpp remove some llvmcontext arguments that are now dead post-refactoring. 2010-08-25 23:00:45 +00:00
ConstantProp.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
CorrelatedValuePropagation.cpp Only try to clean up the current block if we changed that block already. 2010-08-31 18:55:52 +00:00
DCE.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
DeadStoreElimination.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
GEPSplitter.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
GVN.cpp If PrototypeValue is erased in the middle of using the SSAUpdator 2010-09-01 10:29:33 +00:00
IndVarSimplify.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
JumpThreading.cpp If PrototypeValue is erased in the middle of using the SSAUpdator 2010-09-01 10:29:33 +00:00
LICM.cpp If PrototypeValue is erased in the middle of using the SSAUpdator 2010-09-01 10:29:33 +00:00
LoopDeletion.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
LoopIndexSplit.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
LoopRotation.cpp If PrototypeValue is erased in the middle of using the SSAUpdator 2010-09-01 10:29:33 +00:00
LoopStrengthReduce.cpp Revert 112442 and 112440 until the compile time problems introduced 2010-09-01 01:45:53 +00:00
LoopUnrollPass.cpp now that loop passes don't use DomFrontier, there is no reason 2010-08-29 17:21:35 +00:00
LoopUnswitch.cpp apparently unswitch had the same "Feature". Stop its 2010-08-29 17:23:19 +00:00
LowerAtomic.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MemCpyOptimizer.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
Reassociate.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
Reg2Mem.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
Scalar.cpp Whoops this already existed. 2010-03-11 23:21:19 +00:00
ScalarReplAggregates.cpp add a gross hack to work around a problem that Argiris reported 2010-09-01 05:14:33 +00:00
SCCP.cpp remove some dead code. 2010-08-18 02:41:56 +00:00
SimplifyCFGPass.cpp Teach SimplifyCFG how to simplify indirectbr instructions. 2010-08-14 00:29:42 +00:00
SimplifyHalfPowrLibCalls.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
SimplifyLibCalls.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
Sink.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
TailDuplication.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
TailRecursionElimination.cpp tidy up 2010-08-31 21:21:25 +00:00