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
/
Transforms
/
LoopVectorize
/
induction.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+896
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-896
/
+0
*
[LV] Do not create SCEVs on broken IR in emitTransformedIndex. PR39160
Max Kazantsev
2018-10-08
1
-2
/
+2
*
[LV] Preserve inbounds on created GEPs
Daniel Neilson
2018-05-01
1
-6
/
+6
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
1
-2
/
+2
*
[LV] Fix insertion point for shuffle vectors in first order recurrence
Anna Thomas
2017-05-09
1
-0
/
+45
*
[LV] Make LIT test insensitive to basic block numbering
Gil Rapaport
2017-04-25
1
-12
/
+12
*
[LV] Transform truncations of non-primary induction variables
Matthew Simpson
2017-03-27
1
-0
/
+45
*
Reapply "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-14
1
-0
/
+31
*
Revert "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-13
1
-31
/
+0
*
[LV] Extend trunc optimization to all IVs with constant integer steps
Matthew Simpson
2017-02-13
1
-0
/
+31
*
[LV] Remove type restriction for vector phi creation
Matthew Simpson
2017-02-10
1
-4
/
+12
*
[LV] Sink scalar operands of predicated instructions
Matthew Simpson
2016-10-25
1
-6
/
+6
*
[LV] Build all scalar steps for non-uniform induction variables
Matthew Simpson
2016-09-30
1
-0
/
+97
*
[LV] Don't emit unused scalars for uniform instructions
Matthew Simpson
2016-09-21
1
-8
/
+0
*
[LV] Generate both scalar and vector integer induction variables
Matthew Simpson
2016-08-02
1
-49
/
+148
*
[LV] Untangle the concepts of uniform and scalar
Matthew Simpson
2016-08-02
1
-0
/
+45
*
[LV] Move vector int induction update to end of latch
Matthew Simpson
2016-07-21
1
-9
/
+9
*
[LV] Avoid unnecessary IV scalar-to-vector-to-scalar conversions
Matthew Simpson
2016-07-14
1
-0
/
+49
*
[LV] Don't widen trivial induction variables
Matthew Simpson
2016-07-06
1
-2
/
+136
*
[LV] Use vector phis for some secondary induction variables
Michael Kuperstein
2016-06-09
1
-2
/
+49
*
[LV] For some IVs, use vector phis instead of widening in the loop body
Michael Kuperstein
2016-06-01
1
-2
/
+63
*
[LV] Identify more induction PHIs by coercing expressions to AddRecExprs
Silviu Baranga
2016-05-05
1
-0
/
+75
*
[LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...
James Molloy
2015-09-02
1
-2
/
+2
*
[LV] Refactor all runtime check emissions into helper functions.
James Molloy
2015-09-02
1
-2
/
+1
*
[LV] Switch to using canonical induction variables.
James Molloy
2015-09-02
1
-4
/
+2
*
The patch replace the overflow check in loop vectorization with the minimum l...
Wei Mi
2015-08-25
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-5
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-3
/
+3
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
LoopVectorizer: Fix a dominance issue
Arnold Schwaighofer
2014-06-22
1
-0
/
+34
*
LoopVectorizer: Add a check that the backedge taken count + 1 does not overflow
Arnold Schwaighofer
2014-05-29
1
-0
/
+27
*
Fix broken CHECK lines.
Benjamin Kramer
2014-01-11
1
-2
/
+2
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
1
-0
/
+42
*
LoopVectorizer: Perform redundancy elimination on induction variables
Arnold Schwaighofer
2013-11-01
1
-0
/
+38
*
Fix missing CHECK-LABELs
Matt Arsenault
2013-10-02
1
-1
/
+1
*
LoopVectorize: Handle loops with multiple forward inductions
Arnold Schwaighofer
2013-05-14
1
-0
/
+30