llvm-6502/lib/Transforms/Scalar
Chris Lattner 7d27fc0252 Wrap some long lines.
Make IPSCCP strip off dead constant exprs that are using functions, making
them appear as though their address is taken.  This allows us to propagate
some more pool descriptors, lowering the overhead of pool alloc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21363 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-19 19:16:19 +00:00
..
ADCE.cpp Remove use of bind_obj 2005-02-22 23:22:58 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp silence a bogus warning 2005-04-18 05:26:21 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
DCE.cpp
DeadStoreElimination.cpp Adjust to changes in instruction interfaces. 2005-01-29 00:39:08 +00:00
GCSE.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
IndVarSimplify.cpp Fix the second bug attached to PR504. 2005-02-14 20:11:45 +00:00
InstructionCombining.cpp Eliminate a broken transformation, fixing PR548 2005-04-19 06:04:18 +00:00
LICM.cpp Fix a bug where LICM was not updating AA information properly when sinking 2005-03-25 00:22:36 +00:00
LoopStrengthReduce.cpp fix a bug where we thought arguments were constants :( 2005-03-06 22:52:29 +00:00
LoopUnroll.cpp Fix a bug where we could corrupt a parent loop's header info if we unrolled 2005-03-06 20:57:32 +00:00
LoopUnswitch.cpp
LowerConstantExprs.cpp
LowerGC.cpp
LowerPacked.cpp
Makefile
PRE.cpp
Reassociate.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
ScalarReplAggregates.cpp
SCCP.cpp Wrap some long lines. 2005-04-19 19:16:19 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00