index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
ScalarEvolutionNormalization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Teach SCEV normalization to de/normalize non-affine add recs
Sanjoy Das
2017-04-25
1
-32
/
+39
*
Rewrite SCEV Normalization using SCEVRewriteVisitor; NFC
Sanjoy Das
2017-04-14
1
-121
/
+57
*
Remove "#if 0"ed out assert
Sanjoy Das
2017-04-14
1
-5
/
+0
*
Delete some unnecessary boilerplate
Sanjoy Das
2017-04-14
1
-47
/
+29
*
Use range for
Sanjoy Das
2017-04-14
1
-3
/
+1
*
Simplify PostIncTransform further; NFC
Sanjoy Das
2017-04-14
1
-16
/
+19
*
Tighten the API for ScalarEvolutionNormalization
Sanjoy Das
2017-04-14
1
-6
/
+34
*
Remove NormalizeAutodetect; NFC
Sanjoy Das
2017-04-14
1
-108
/
+23
*
Use transform instead of manual loop; NFC
Sanjoy Das
2017-04-14
1
-5
/
+5
*
Remove emacs mode markers from .cpp files. NFC
Nick Lewycky
2016-04-24
1
-1
/
+1
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+1
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
test check-in: added missing parenthesis in comment
Sanjay Patel
2014-05-28
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
Add stride normalization to SCEV Normalize/Denormalize transformation.
Michael Zolotukhin
2014-03-18
1
-3
/
+26
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Fix LSR: don't normalize quadratic recurrences.
Andrew Trick
2013-10-25
1
-5
/
+13
*
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