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
/
Transforms
/
Scalar
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IndVars] Fix a subtle bug in optimizeLoopExits
Philip Reames
2019-07-23
1
-2
/
+4
*
[IndVars] Speculative fix for an assertion failure seen in bots
Philip Reames
2019-07-16
1
-1
/
+6
*
The variable "Latch" is only used in an assert, which makes builds that use "...
Sterling Augustine
2019-07-12
1
-2
/
+1
*
[IndVars] Use exit count reasoning to discharge obviously untaken exits
Philip Reames
2019-07-12
1
-17
/
+110
*
[LFTR] Use SCEVExpander for the pointer limit case instead of manual IR gen
Philip Reames
2019-07-03
1
-10
/
+5
*
[LFTR] Remove a stray variable shadow *of the same value* [NFC]
Philip Reames
2019-07-03
1
-1
/
+0
*
[LFTR] Style and comment changes to clarify the narrow vs wide bitwidth evalu...
Philip Reames
2019-07-03
1
-17
/
+18
*
[LFTR] Sink the decision not use truncate scheme for constants into genLoopLi...
Philip Reames
2019-07-03
1
-46
/
+43
*
[LFTR] Remove falsely generalized (dead) code [NFC]
Philip Reames
2019-07-03
1
-5
/
+2
*
[LFTR] Hoist extend expressions outside of loops w/o waiting for LICM
Philip Reames
2019-07-03
1
-1
/
+4
*
[LFTR] Rephrase getLoopTest into "based-on" check; NFCI
Nikita Popov
2019-06-29
1
-23
/
+23
*
[LFTR] Remove unnecessary latch check; NFCI
Nikita Popov
2019-06-29
1
-14
/
+9
*
[LFTR] Fix post-inc pointer IV with truncated exit count (PR41998)
Nikita Popov
2019-06-29
1
-40
/
+37
*
[IndVars] Remove a bit of manual constant folding [NFC]
Philip Reames
2019-06-29
1
-12
/
+7
*
[IndVars] Kill a redundant bit of debug output
Philip Reames
2019-06-26
1
-2
/
+0
*
[LFTR] Adjust debug output to include extensions (if any)
Philip Reames
2019-06-25
1
-7
/
+8
*
Fix typo in comment; NFC
Sanjoy Das
2019-06-23
1
-1
/
+1
*
[IndVars] Remove dead instructions after folding trivial loop exit
Philip Reames
2019-06-23
1
-3
/
+5
*
Exploit a zero LoopExit count to eliminate loop exits
Philip Reames
2019-06-22
1
-2
/
+14
*
[LFTR] Fix a (latent?) bug related to nested loops
Philip Reames
2019-06-20
1
-0
/
+6
*
LFTR for multiple exit loops
Philip Reames
2019-06-19
1
-17
/
+16
*
[LFTR] Stylistic cleanup as suggested in last review comment of D62939 [NFC]
Philip Reames
2019-06-19
1
-9
/
+9
*
[LFTR] Rename variable to minimize confusion [NFC]
Philip Reames
2019-06-19
1
-15
/
+15
*
Teach getSCEVAtScope how to handle loop phis w/invariant operands in loops w/...
Philip Reames
2019-06-17
1
-2
/
+5
*
Fix a bug w/inbounds invalidation in LFTR (recommit)
Philip Reames
2019-06-17
1
-11
/
+85
*
Revert Fix a bug w/inbounds invalidation in LFTR
Florian Hahn
2019-06-14
1
-83
/
+11
*
Revert [LFTR] Stylistic cleanup as suggested in last review comment of D62939...
Florian Hahn
2019-06-14
1
-9
/
+9
*
Revert [LFTR] Rename variable to minimize confusion [NFC]
Florian Hahn
2019-06-14
1
-15
/
+18
*
[LFTR] Rename variable to minimize confusion [NFC]
Philip Reames
2019-06-13
1
-18
/
+15
*
[LFTR] Stylistic cleanup as suggested in last review comment of D62939 [NFC]
Philip Reames
2019-06-13
1
-9
/
+9
*
Fix a bug w/inbounds invalidation in LFTR
Philip Reames
2019-06-13
1
-11
/
+83
*
[IndVars] Extend diagnostic -replexitval flag w/ability to bypass hard use hu...
Philip Reames
2019-06-12
1
-2
/
+5
*
[LFTR] Use recomputed BE count
Philip Reames
2019-06-10
1
-9
/
+1
*
Prepare for multi-exit LFTR [NFC]
Philip Reames
2019-06-10
1
-65
/
+77
*
[IndVarSimplify] Fixup nowrap flags during LFTR (PR31181)
Nikita Popov
2019-06-01
1
-0
/
+21
*
[LFTR] Strengthen assertions in genLoopLimit [NFCI]
Philip Reames
2019-05-17
1
-3
/
+3
*
[IndVars] Don't reimplement Loop::isLoopInvariant [NFC]
Philip Reames
2019-05-17
1
-28
/
+17
*
[LFTR] Factor out a helper function for readability purpose [NFC]
Philip Reames
2019-05-17
1
-24
/
+31
*
Clarify comments on helpers used by LFTR [NFC]
Philip Reames
2019-05-17
1
-16
/
+15
*
Fix a release mode warning introduced in r360694
Philip Reames
2019-05-14
1
-3
/
+1
*
[IndVars] Extend reasoning about loop invariant exits to non-header blocks
Philip Reames
2019-05-14
1
-7
/
+9
*
[IndVars] Fix corner case with unreachable Phi inputs. PR40454
Max Kazantsev
2019-02-12
1
-6
/
+20
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Return "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-08
1
-13
/
+26
*
Revert "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-06
1
-26
/
+13
*
[IndVars] Smart hard uses detection
Max Kazantsev
2018-11-01
1
-13
/
+26
*
[IndVars] Strengthen restricton in rewriteLoopExitValues
Max Kazantsev
2018-10-31
1
-28
/
+7
*
[IndVars] Remove unreasonable checks in rewriteLoopExitValues
Max Kazantsev
2018-09-18
1
-11
/
+5
*
[NFC] Turn unsigned counters into boolean flags
Max Kazantsev
2018-09-17
1
-8
/
+13
[next]