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] Split loop predication out of optimizeLoopExits [NFC]
Philip Reames
2019-10-17
1
-11
/
+42
*
[IndVars] Factor out a helper function for readability [NFC]
Philip Reames
2019-10-17
1
-7
/
+20
*
[IndVars] Fix a miscompile in off-by-default loop predication implementation
Philip Reames
2019-10-16
1
-5
/
+33
*
[ConstantRange] [NFC] replace addWithNoSignedWrap with addWithNoWrap.
Chen Zheng
2019-10-08
1
-2
/
+2
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[IndVars] An implementation of loop predication without a need for speculation
Philip Reames
2019-10-01
1
-12
/
+138
*
[Debuginfo] dbg.value points to undef value after Induction Variable Simplifi...
Alexey Lapshin
2019-09-24
1
-9
/
+8
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[IndVars] Fix a bug noticed by inspection
Philip Reames
2019-08-23
1
-1
/
+2
*
[SCEV] Rename getMaxBackedgeTakenCount to getConstantMaxBackedgeTakenCount [NFC]
Philip Reames
2019-08-14
1
-3
/
+3
*
[RLEV] Rewrite loop exit values for multiple exit loops w/o overall loop exit...
Philip Reames
2019-08-14
1
-4
/
+20
*
Fix a release-only build warning triggered by rL367485
Philip Reames
2019-08-01
1
-0
/
+3
*
[IndVars, RLEV] Support rewriting exit values in loops without known exits (p...
Philip Reames
2019-07-31
1
-9
/
+7
*
[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
[next]