index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
LoopStrengthReduce.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a nasty dangling pointer issue. The ScalarEvolution pass would keep a
Chris Lattner
2005-08-03
1
-1
/
+3
*
Like the comment says, do not insert cast instructions before phi nodes
Chris Lattner
2005-08-02
1
-0
/
+4
*
add a comment, make a check more lenient
Chris Lattner
2005-08-02
1
-8
/
+10
*
Simplify for loop, clear a per-loop map after processing each loop
Chris Lattner
2005-08-02
1
-1
/
+2
*
Add a comment
Chris Lattner
2005-08-02
1
-0
/
+10
*
Fix an iterator invalidation problem
Chris Lattner
2005-08-02
1
-1
/
+3
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-23
/
+23
*
Fix VC++ build problems.
Jeff Cohen
2005-07-30
1
-0
/
+1
*
Ack, typo
Nate Begeman
2005-07-30
1
-1
/
+1
*
Commit a new LoopStrengthReduce pass that can use scalar evolutions and
Nate Begeman
2005-07-30
1
-179
/
+517
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-13
/
+13
*
fix a bug where we thought arguments were constants :(
Chris Lattner
2005-03-06
1
-3
/
+7
*
Fix Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll,
Chris Lattner
2005-03-06
1
-1
/
+1
*
implement Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
Chris Lattner
2005-03-06
1
-1
/
+1
*
minor simplifications of the code.
Chris Lattner
2005-03-06
1
-9
/
+8
*
Reformat comments to fix 80 columns.
Jeff Cohen
2005-03-05
1
-7
/
+8
*
Reuse induction variables created for strength-reduced GEPs by other similar ...
Jeff Cohen
2005-03-05
1
-32
/
+61
*
Add support for not strength reducing GEPs where the element size is a small
Jeff Cohen
2005-03-04
1
-2
/
+25
*
Fixed the following LSR bugs:
Jeff Cohen
2005-03-01
1
-23
/
+19
*
Fix crash in LSR due to attempt to remove original induction variable. However,
Jeff Cohen
2005-02-28
1
-3
/
+14
*
PHI nodes were incorrectly placed when more than one GEP is reduced in a loop.
Jeff Cohen
2005-02-27
1
-7
/
+6
*
First pass at improved Loop Strength Reduction. Still not yet ready for prim...
Jeff Cohen
2005-02-27
1
-35
/
+39
*
Initial implementation of the strength reduction for GEP instructions in
Nate Begeman
2004-10-18
1
-0
/
+251
[prev]