index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopStrengthReduce.cpp
Age
Commit message (
Expand
)
Author
2008-10-22
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-01
Call ScalarEvolution's deleteValueFromRecords before deleting an
Dan Gohman
2008-09-15
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-09
fix overflow check.
Devang Patel
2008-09-08
Remove unused counter.
Devang Patel
2008-09-08
Remove OptimizeIVType()
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
Add additional check to ensure that iv is canonicalized.
Devang Patel
2008-09-03
Check iteration count.
Devang Patel
2008-09-03
While removing PHI, use basicblock to identify incoming value.
Devang Patel
2008-09-02
If all IV uses are extending integer IV then change the type of IV itself, if...
Devang Patel
2008-08-27
Do not apply the transformation if the target does not support DestTy natively.
Devang Patel
2008-08-27
Fix typos and whitespaces. Other cosmetic changes based on feedback.
Devang Patel
2008-08-26
If IV is used in a int-to-float cast inside the loop then try to eliminate th...
Devang Patel
2008-08-17
Revert 54821. It's miscompiling 252.eon and 447.dealII
Evan Cheng
2008-08-15
Reapply 54786. Add overflow and number of mantissa bits checks.
Devang Patel
2008-08-15
Revert 54786. It's not checking for overflows, etc.
Evan Cheng
2008-08-14
If IV is used in a int-to-float cast inside the loop then try to eliminate th...
Devang Patel
2008-08-13
Rename. s/FindIVForUser/FindIVUserForCond/g
Devang Patel
2008-08-13
Check sign to detect overflow before changing compare stride.
Devang Patel
2008-08-06
Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ...
Evan Cheng
2008-07-21
Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that
Dan Gohman
2008-07-14
Fix uninitialized use of the Changed variable.
Dan Gohman
2008-07-07
Fix two serious LSR bugs.
Evan Cheng
2008-06-23
Fix spelling and grammar in a comment.
Dan Gohman
2008-06-22
Improve LSR's dead-phi detection to handle use-def cycles
Dan Gohman
2008-06-18
Move LSR's private isZero function to a public SCEV member
Dan Gohman
2008-06-16
Refine the change in r52258 for avoiding use-before-def conditions
Dan Gohman
2008-06-16
Switch over to SetVector to ensure same order of iterations do not vary acros...
Evan Cheng
2008-06-16
Iterating over SmallPtrSet is not deterministic.
Evan Cheng
2008-06-13
Protect ChangeCompareStride from situations in which it is possible
Dan Gohman
2008-06-11
op_iterator-ify some loops, fix 80col violations
Gabor Greif
2008-05-24
Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...
Evan Cheng
2008-05-21
When LSR is replacing an instruction, call
Dan Gohman
2008-05-20
Refine the fix in r51169 to only apply when the operand val being
Dan Gohman
2008-05-15
Fix a bug in LoopStrengthReduce that caused it to emit IR with
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-14
Minor whitespace and comment cleanups.
Dan Gohman
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-19
Remove dead options.
Evan Cheng
2008-01-29
Use empty() instead of comparing size() with zero.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-20
Clean up previous patch: PHI uses should not prevent iv reuse if all other us...
Evan Cheng
2007-12-19
Allow iv reuse if the user is a PHI node which is in turn used as addresses.
Evan Cheng
2007-11-17
Remove indeterminism from a loop. We think this will
Dale Johannesen
2007-10-30
At end of LSR, replace uses of now constant (as result of SplitCriticalEdge) ...
Evan Cheng
2007-10-30
It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele...
Evan Cheng
2007-10-29
- Bug fixes.
Evan Cheng
2007-10-29
Update a comment to reflect the current code.
Dan Gohman
2007-10-29
Remove an unused function argument.
Dan Gohman
[next]