llvm-6502/lib/Transforms/Scalar
Chris Lattner a000279a7d Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the
end of the function (either return or unwind)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15232 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-26 06:14:11 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the 2004-07-26 06:14:11 +00:00
DecomposeMultiDimRefs.cpp
GCSE.cpp Expand the scope to include global values because they are now constants 2004-07-18 08:32:10 +00:00
IndVarSimplify.cpp Throttle back indvar substitution from creating multiplies in loops. This is bad bad bad. 2004-07-26 02:47:12 +00:00
InstructionCombining.cpp * Further cleanup. 2004-07-21 20:14:10 +00:00
LICM.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
LowerConstantExprs.cpp
LowerGC.cpp Update GC intrinsics to take a pointer to the object as well as a pointer 2004-07-22 05:51:13 +00:00
Makefile
PiNodeInsertion.cpp Finegrainify namespacification 2004-01-09 06:02:20 +00:00
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp Delete a redundant if branch. 2004-07-18 08:34:52 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp
TailRecursionElimination.cpp