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
2009-02-15
Fix pr3571: If stride is a value defined by an instruction, make sure it domi...
Evan Cheng
2009-02-15
ifdef out unneeded if statement.
Evan Cheng
2009-02-13
Complete the sentance in this comment. I have reservations
Dan Gohman
2009-02-13
Fix the code that checked if a SCEVAddRecExpr Start contains an
Dan Gohman
2009-02-13
Fix LSR's IV sorting function to explicitly sort by bitwidth
Dan Gohman
2009-02-09
Fix PR 3471, and some cleanups.
Dale Johannesen
2009-01-14
Fix the time regression I introduced in 464.h264ref with
Dale Johannesen
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-12-23
Revert 61362 and 61402 until SPEC breakage is fixed.
Dale Johannesen
2008-12-23
This fixes the bug in 175.vpr. It doesn't fix the
Dale Johannesen
2008-12-23
Fix the time regression I introduced in 464.h264ref with
Dale Johannesen
2008-12-18
Revert previous patch, appears to break bootstrap.
Dale Johannesen
2008-12-18
Fix the time regression I introduced in 464.h264ref with
Dale Johannesen
2008-12-16
Clarify that the scale factor from CheckForIVReuse
Dale Johannesen
2008-12-09
Fix a really subtle off-by-one bug that Duncan noticed with valgrind
Chris Lattner
2008-12-05
Make LoopStrengthReduce smarter about hoisting things out of
Dale Johannesen
2008-12-03
Remove an unused field.
Dale Johannesen
2008-12-03
Fix a misspelled function name.
Dale Johannesen
2008-12-03
Fix a really wrong comment.
Dale Johannesen
2008-12-02
Minor rewrite per review feedback.
Dale Johannesen
2008-12-02
Make the code do what the comment says it does.
Dale Johannesen
2008-12-02
some random comment improvements.
Chris Lattner
2008-12-01
Consider only references to an IV within the loop when
Dale Johannesen
2008-12-01
Introduce a new array_pod_sort function and switch LSR to use it
Chris Lattner
2008-12-01
Eliminate use of setvector for the DeadInsts set, just use a smallvector.
Chris Lattner
2008-12-01
DeleteTriviallyDeadInstructions is always passed the
Chris Lattner
2008-12-01
simplify DeleteTriviallyDeadInstructions again, unlike my previous
Chris Lattner
2008-11-29
Temporarily revert r60195. It's causing an optimized bootstrap of llvm-gcc to...
Bill Wendling
2008-11-27
Simplify LoopStrengthReduce::DeleteTriviallyDeadInstructions by
Chris Lattner
2008-11-27
use continue to reduce indentation
Chris Lattner
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
[prev]
[next]