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
/
test
/
Analysis
/
ScalarEvolution
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCEV] accurate range for addrecexpr with nuw flag
Zheng Chen
2020-01-12
1
-2
/
+2
*
[SCEV] more accurate range for addrecexpr with nsw flag.
Zheng Chen
2020-01-11
1
-4
/
+4
*
[SCEV] [NFC] add more test cases for range of addrecexpr with nsw flag
Zheng Chen
2020-01-10
1
-4
/
+65
*
[SCEV] [NFC] add testcase for constant range for addrecexpr with nsw flag
Zheng Chen
2020-01-09
1
-0
/
+19
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[SCEV] add testcase for get accurate range for addrecexpr with nuw flag
czhengsz
2019-12-22
1
-0
/
+20
*
[SCEV] NFC - add testcase for get accurate range for AddExpr
czhengsz
2019-12-19
1
-0
/
+21
*
[Tests] Autogenerate a bunch of SCEV trip count tests for readability. Will ...
Philip Reames
2019-11-21
9
-260
/
+443
*
[SCEV] Add a mode to skip classification when printing analysis
Philip Reames
2019-11-21
1
-113
/
+1
*
[SCEV] Be robust against IR generated by simple-loop-unswitch
Philip Reames
2019-11-21
1
-48
/
+64
*
Precommit test showing oppurtunity when computing exit tests of unsimplified IR
Philip Reames
2019-11-19
1
-0
/
+461
*
[SCEV] Simplify umin/max of zext and sext of the same value
Philip Reames
2019-10-19
4
-48
/
+48
*
[Test] Precommit test for D69006
Philip Reames
2019-10-17
1
-0
/
+317
*
[Tests] Add a SCEV analysis test for llvm.widenable.condition
Philip Reames
2019-10-14
1
-0
/
+45
*
Revert "[SCEV] add no wrap flag for SCEVAddExpr."
Tim Northover
2019-09-30
4
-7
/
+7
*
[Analysis] Allow -scalar-evolution-max-iterations more than once
Shoaib Meenai
2019-09-19
1
-0
/
+2
*
[SCEV] Add smin support to getRangeRef
Philip Reames
2019-09-12
2
-9
/
+15
*
[SCEV] Support SCEVUMinExpr in getRangeRef.
Florian Hahn
2019-09-12
2
-13
/
+13
*
Precommit tests for D67514
Philip Reames
2019-09-12
1
-0
/
+115
*
[SCEV] add no wrap flag for SCEVAddExpr.
Chen Zheng
2019-07-18
4
-7
/
+7
*
[SCEV] teach SCEV symbolical execution about overflow intrinsics folding.
Chen Zheng
2019-07-11
1
-0
/
+128
*
Update -analyze -scalar-evolution output for multiple exit loops w/computable...
Philip Reames
2019-06-27
1
-0
/
+4
*
[LoopUnroll] Add support for loops with exiting headers and uncond latches.
Florian Hahn
2019-06-26
1
-1
/
+5
*
[SCEV] Use unsigned/signed intersection type in SCEV
Nikita Popov
2019-06-15
5
-11
/
+11
*
[SCEV] Add explicit representations of umin/smin
Keno Fischer
2019-05-07
6
-8
/
+8
*
[SCEV] Check the cache in get{S|U}MaxExpr before doing any work
Sanjoy Das
2019-03-29
1
-0
/
+156
*
[SCEV] Use depth limit for trunc analysis
Teresa Johnson
2019-03-12
1
-1
/
+29
*
[SCEV] Handle case where MaxBECount is less precise than ExactBECount for OR.
Florian Hahn
2019-03-02
1
-0
/
+49
*
Fixed typos in tests: s/CEHCK/CHECK/
Dmitri Gribenko
2019-02-25
2
-2
/
+2
*
[SCEV] Do not bother creating separate SCEVUnknown for unreachable nodes
Max Kazantsev
2019-02-04
1
-1
/
+1
*
[SCEV] Prohibit SCEV transformations for huge SCEVs
Max Kazantsev
2019-01-31
1
-0
/
+41
*
[SCEV] Take correct loop in AddRec simplification. PR40420
Max Kazantsev
2019-01-29
1
-1
/
+0
*
[NFC] Merge failing test from PR40420
Max Kazantsev
2019-01-29
1
-0
/
+51
*
[test] Fix ScalarEvolution test to allow __func__ with prototype
Michal Gorny
2018-12-02
1
-123
/
+123
*
Return "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-08
1
-3
/
+3
*
Revert "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-06
1
-3
/
+3
*
[IndVars] Smart hard uses detection
Max Kazantsev
2018-11-01
1
-3
/
+3
*
[SCEV] Avoid redundant computations when doing AddRec merge
Max Kazantsev
2018-11-01
1
-1
/
+1
*
[SCEV] Limit AddRec "simplifications" to avoid combinatorial explosions
Max Kazantsev
2018-10-16
1
-0
/
+47
*
[SCEV] Properly solve quadratic equations
Krzysztof Parzyszek
2018-08-02
3
-0
/
+515
*
[SCEV] Add zext(C + x + ...) -> D + zext(C-D + x + ...)<nuw><nsw> transform
Roman Tereshin
2018-07-24
1
-0
/
+81
*
[SCEV] Fix buggy behavior in getAddExpr with truncs
Max Kazantsev
2018-07-19
1
-0
/
+34
*
[NFC] Make a test more neat
Max Kazantsev
2018-07-18
1
-2
/
+5
*
Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."
Tim Shen
2018-07-13
11
-25
/
+29
*
Revert "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."
Tim Shen
2018-07-06
11
-29
/
+25
*
[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).
Tim Shen
2018-07-02
11
-25
/
+29
*
Fix overconfident assert in ScalarEvolution::isImpliedViaMerge
Roman Shirokiy
2018-06-29
1
-0
/
+127
*
[SCEV] Re-apply r335197 (with Polly fixes).
Tim Shen
2018-06-21
1
-0
/
+42
*
Revert "[SCEV] Improve zext(A /u B) and zext(A % B)"
Tim Shen
2018-06-21
1
-42
/
+0
*
[SCEV] Improve zext(A /u B) and zext(A % B)
Tim Shen
2018-06-21
1
-0
/
+42
[next]