index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ScalarEvolutionNormalization.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-10
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
1
-1
/
+1
2014-08-29
Fix typos in comments, NFC
Robin Morisset
1
-1
/
+1
2014-05-28
test check-in: added missing parenthesis in comment
Sanjay Patel
1
-1
/
+1
2014-04-15
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-1
/
+1
2014-03-18
Add stride normalization to SCEV Normalize/Denormalize transformation.
Michael Zolotukhin
1
-3
/
+26
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2013-10-25
Fix LSR: don't normalize quadratic recurrences.
Andrew Trick
1
-5
/
+13
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
1
-1
/
+0
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
1
-1
/
+0
2011-10-13
Fix memory corruption I introduced a few checkins ago.
Andrew Trick
1
-5
/
+6
2011-10-13
SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, not
Andrew Trick
1
-30
/
+70
2011-03-14
Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap
Andrew Trick
1
-1
/
+2
2010-09-03
Disable the asserts that check that normalization is perfectly
Dan Gohman
1
-2
/
+7
2010-07-20
Fix SCEV denormalization of expressions where the exit value from
Dan Gohman
1
-32
/
+55
2010-07-20
Change an argument from an Instruction* to a Value*, which is all
Dan Gohman
1
-5
/
+5
2010-07-20
Minor code cleanups.
Dan Gohman
1
-0
/
+5
2010-07-20
Minor code simplification.
Dan Gohman
1
-6
/
+3
2010-06-04
Fix normalization and de-normalization of non-affine SCEVs.
Dan Gohman
1
-6
/
+9
2010-04-07
Generalize IVUsers to track arbitrary expressions rather than expressions
Dan Gohman
1
-0
/
+150