index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopStrengthReduce.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor whitespace and comment cleanups.
Dan Gohman
2008-04-14
1
-3
/
+3
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-1
/
+1
*
Remove dead options.
Evan Cheng
2008-03-19
1
-13
/
+3
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Clean up previous patch: PHI uses should not prevent iv reuse if all other us...
Evan Cheng
2007-12-20
1
-35
/
+16
*
Allow iv reuse if the user is a PHI node which is in turn used as addresses.
Evan Cheng
2007-12-19
1
-29
/
+82
*
Remove indeterminism from a loop. We think this will
Dale Johannesen
2007-11-17
1
-2
/
+6
*
At end of LSR, replace uses of now constant (as result of SplitCriticalEdge) ...
Evan Cheng
2007-10-30
1
-9
/
+33
*
It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele...
Evan Cheng
2007-10-30
1
-11
/
+9
*
- Bug fixes.
Evan Cheng
2007-10-29
1
-10
/
+38
*
Update a comment to reflect the current code.
Dan Gohman
2007-10-29
1
-2
/
+2
*
Remove an unused function argument.
Dan Gohman
2007-10-29
1
-6
/
+6
*
Fix a typo in a comment.
Dan Gohman
2007-10-29
1
-1
/
+1
*
Avoid calling ValidStride when not all uses are addresses.
Dan Gohman
2007-10-29
1
-6
/
+5
*
A number of LSR fixes:
Evan Cheng
2007-10-26
1
-21
/
+32
*
Fix a crash. Make sure TLI is not null.
Evan Cheng
2007-10-26
1
-1
/
+1
*
Loosen up iv reuse to allow reuse of the same stride but a larger type when t...
Evan Cheng
2007-10-26
1
-17
/
+21
*
Do not rewrite compare instruction using iv of a different stride if the new
Evan Cheng
2007-10-25
1
-36
/
+80
*
Remove code that's commented out.
Evan Cheng
2007-10-25
1
-2
/
+0
*
If a loop termination compare instruction is the only use of its stride,
Evan Cheng
2007-10-25
1
-34
/
+163
*
Strength reduction improvements.
Dan Gohman
2007-10-22
1
-20
/
+61
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
1
-74
/
+80
*
Fix stride computations for long double arrays.
Dale Johannesen
2007-10-01
1
-1
/
+1
*
wrap some long lines. Major offenders that are left include
Chris Lattner
2007-08-02
1
-3
/
+4
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Use SCEVExpander::InsertCastOfTo instead of calling new IntToPtrInst
Dan Gohman
2007-07-31
1
-5
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+1504