llvm-6502/lib/Transforms/Scalar
Dan Gohman 9194e8b0c8 Fix the code that checked if a SCEVAddRecExpr Start contains an
addrec in a different loop to check the value being added to
the accumulated Start value, not the Start value before it has
the new value added to it. This prevents LSR from going crazy
on the included testcase. Dale, please review.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64440 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-13 03:58:31 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp fix PR3537: if resetting bbi back to the start of a block, we need to 2009-02-12 06:56:08 +00:00
CondPropagate.cpp Insert space to avoid warning and make code more readable. 2009-02-07 03:36:02 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp improve naming of values in GVN, patch by Jay Foad! 2009-02-12 07:00:35 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Teach IndVarSimplify to optimize code using the C "int" type for 2009-02-12 22:19:27 +00:00
InstructionCombining.cpp the two non-mask arguments to a shufflevector must be the same width, but they do not have to be the same 2009-02-11 22:36:25 +00:00
JumpThreading.cpp Fix PR3353, infinitely jump threading an infinite loop make from switches. 2009-01-19 21:20:34 +00:00
LICM.cpp This code doesn't actually use the ExitingBlocks list. 2009-02-12 16:36:26 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp Add a utility function to LoopInfo to return the exit block 2009-02-12 18:08:24 +00:00
LoopRotation.cpp Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
LoopStrengthReduce.cpp Fix the code that checked if a SCEVAddRecExpr Start contains an 2009-02-13 03:58:31 +00:00
LoopUnroll.cpp Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
LoopUnswitch.cpp If "optimize for size" attribute is set then block non-trivial loop unswitches but allow trivial loop unswitches. 2009-02-03 22:04:27 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Use early exits. Reduce indentation. 2009-02-10 19:28:07 +00:00
SCCP.cpp Add the private linkage. 2009-01-15 20:18:42 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Don't mark all args to strtod and friends as nocapture. 2009-02-12 03:18:34 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp