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
/
include
/
llvm
/
Analysis
/
ScalarEvolutionExpressions.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-17
1
-0
/
+18
*
Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,
Nick Lewycky
2009-01-13
1
-52
/
+1
*
Add a new SCEV representing signed division.
Nick Lewycky
2008-12-02
1
-1
/
+52
*
Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a
Nick Lewycky
2008-07-09
1
-16
/
+0
*
Use SCEVAddRecExpr::isAffine.
Dan Gohman
2008-06-22
1
-1
/
+1
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+3
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
1
-3
/
+27
*
Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an
Wojciech Matyjewicz
2008-02-11
1
-11
/
+11
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
Nick Lewycky
2007-11-25
1
-2
/
+27
*
Add explicit keywords.
Dan Gohman
2007-11-19
1
-3
/
+3
*
Reverted r44163 per request
Anton Korobeynikov
2007-11-15
1
-52
/
+1
*
Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV
Nick Lewycky
2007-11-15
1
-1
/
+52
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
1
-88
/
+51
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+580