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
/
Analysis
/
ScalarEvolutionNormalization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
*
Fix memory corruption I introduced a few checkins ago.
Andrew Trick
2011-10-13
1
-5
/
+6
*
SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, not
Andrew Trick
2011-10-13
1
-30
/
+70
*
Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap
Andrew Trick
2011-03-14
1
-1
/
+2
*
Disable the asserts that check that normalization is perfectly
Dan Gohman
2010-09-03
1
-2
/
+7
*
Fix SCEV denormalization of expressions where the exit value from
Dan Gohman
2010-07-20
1
-32
/
+55
*
Change an argument from an Instruction* to a Value*, which is all
Dan Gohman
2010-07-20
1
-5
/
+5
*
Minor code cleanups.
Dan Gohman
2010-07-20
1
-0
/
+5
*
Minor code simplification.
Dan Gohman
2010-07-20
1
-6
/
+3
*
Fix normalization and de-normalization of non-affine SCEVs.
Dan Gohman
2010-06-04
1
-6
/
+9
*
Generalize IVUsers to track arbitrary expressions rather than expressions
Dan Gohman
2010-04-07
1
-0
/
+150