llvm-6502/lib/Transforms/Scalar
Mike Stump fe095f39e7 Restore minor deletion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70892 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-04 18:40:41 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Restore minor deletion. 2009-05-04 18:40:41 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp Revert r70645 for now; it's causing a variety of regressions. 2009-05-03 05:46:20 +00:00
InstructionCombining.cpp Return null instead of false, as appropriate. 2009-04-25 17:28:45 +00:00
JumpThreading.cpp Restore minor deletion. 2009-05-04 18:40:41 +00:00
LICM.cpp
LoopDeletion.cpp Revert r70645 for now; it's causing a variety of regressions. 2009-05-03 05:46:20 +00:00
LoopIndexSplit.cpp Reword and tidy up some comments. 2009-04-29 22:01:05 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Revert r70645 for now; it's causing a variety of regressions. 2009-05-03 05:46:20 +00:00
LoopUnroll.cpp Adjust loop size estimate for full unrolling; 2009-04-20 22:19:33 +00:00
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp fix a crash on a pointless but valid zero-length memset, rdar://6808691 2009-04-21 16:52:12 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp