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
*
[IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)
Tom Stellard
2020-06-16
1
-34
/
+60
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-2
/
+3
*
[NFC][IndVarS] Adjust a comment
Daniil Suchkov
2019-11-08
1
-1
/
+1
*
[LoopPred] Enable new transformation by default
Philip Reames
2019-11-06
1
-1
/
+1
*
[LoopPred] Fix two subtle issues found by inspection
Philip Reames
2019-11-06
1
-8
/
+26
*
[SCEV] Expose and use maximum constant exit counts for individual loop exits
Philip Reames
2019-10-24
1
-3
/
+3
*
Test commit access via git
Philip Reames
2019-10-24
1
-1
/
+0
*
IndVarSimplify - silence static analyzer dyn_cast<> null dereference warning....
Simon Pilgrim
2019-10-21
1
-2
/
+2
*
[IndVars] Add a todo to reflect a further oppurtunity identified in D69009
Philip Reames
2019-10-20
1
-0
/
+7
*
[IndVars] Eliminate loop exits with equivalent exit counts
Philip Reames
2019-10-20
1
-4
/
+28
*
[IndVars] Factor out some common code into a utility function
Philip Reames
2019-10-17
1
-16
/
+13
*
[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
[next]