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
2005-08-02
Like the comment says, do not insert cast instructions before phi nodes
Chris Lattner
2005-08-02
add a comment, make a check more lenient
Chris Lattner
2005-08-02
Simplify for loop, clear a per-loop map after processing each loop
Chris Lattner
2005-08-02
Add a comment
Chris Lattner
2005-08-02
Fix an iterator invalidation problem
Chris Lattner
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
Fix VC++ build problems.
Jeff Cohen
2005-07-30
Ack, typo
Nate Begeman
2005-07-30
Commit a new LoopStrengthReduce pass that can use scalar evolutions and
Nate Begeman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-06
fix a bug where we thought arguments were constants :(
Chris Lattner
2005-03-06
Fix Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll,
Chris Lattner
2005-03-06
implement Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
Chris Lattner
2005-03-06
minor simplifications of the code.
Chris Lattner
2005-03-05
Reformat comments to fix 80 columns.
Jeff Cohen
2005-03-05
Reuse induction variables created for strength-reduced GEPs by other similar ...
Jeff Cohen
2005-03-04
Add support for not strength reducing GEPs where the element size is a small
Jeff Cohen
2005-03-01
Fixed the following LSR bugs:
Jeff Cohen
2005-02-28
Fix crash in LSR due to attempt to remove original induction variable. However,
Jeff Cohen
2005-02-27
PHI nodes were incorrectly placed when more than one GEP is reduced in a loop.
Jeff Cohen
2005-02-27
First pass at improved Loop Strength Reduction. Still not yet ready for prim...
Jeff Cohen
2004-10-18
Initial implementation of the strength reduction for GEP instructions in
Nate Begeman