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
*
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