llvm-6502/lib/Transforms/Scalar
Duncan Sands fc6e29d4ab Reapply commit 112699, speculatively reverted by echristo, since
I'm sure it is harmless.  Original commit message:
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@112810 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-02 08:14:03 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp Reapply commit 112699, speculatively reverted by echristo, since 2010-09-02 08:14:03 +00:00
IndVarSimplify.cpp
JumpThreading.cpp Reapply commit 112699, speculatively reverted by echristo, since 2010-09-02 08:14:03 +00:00
LICM.cpp Reapply commit 112699, speculatively reverted by echristo, since 2010-09-02 08:14:03 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp Reapply commit 112699, speculatively reverted by echristo, since 2010-09-02 08:14:03 +00:00
LoopStrengthReduce.cpp Revert 112442 and 112440 until the compile time problems introduced 2010-09-01 01:45:53 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp Fix loop unswitching's assumption that a code path which either 2010-09-01 21:46:45 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. 2010-09-01 23:09:27 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp tidy up 2010-08-31 21:21:25 +00:00