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
*
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-16
1
-4
/
+2
*
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-07-09
1
-2
/
+2
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
1
-2
/
+51
*
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
1
-0
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-2
/
+4
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+7
*
For PR950:
Reid Spencer
2006-10-26
1
-1
/
+1
*
Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and
Chris Lattner
2006-04-01
1
-11
/
+11
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Fix a case where we incorrectly returned hasComputableLoopEvolution for
Chris Lattner
2005-02-26
1
-4
/
+10
*
Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,
Chris Lattner
2005-02-13
1
-0
/
+43
*
Fix warning
Chris Lattner
2004-04-27
1
-0
/
+1
*
Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class.
Chris Lattner
2004-04-23
1
-29
/
+40
*
Publically export all of these classes from the ScalarEvolutions.cpp file
Chris Lattner
2004-04-15
1
-0
/
+461