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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LV] Considier non-consecutive but vectorizable accesses for VF selection
Matthew Simpson
2017-03-02
1
-0
/
+33
*
[LV] These remark should have been missed remarks
Adam Nemet
2017-03-01
1
-1
/
+1
*
[AVX-512] Fix the execution domain for AVX-512 integer broadcasts.
Craig Topper
2017-02-26
1
-1
/
+1
*
[LV] Merge floating-point and integer induction widening code
Matthew Simpson
2017-02-24
1
-63
/
+56
*
[LV] Update floating-point induction test checks (NFC)
Matthew Simpson
2017-02-22
1
-57
/
+129
*
[LV] Add scalar floating-point induction test (NFC)
Matthew Simpson
2017-02-22
1
-0
/
+58
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-22
1
-0
/
+37
*
Increases full-unroll threshold.
Dehao Chen
2017-02-18
1
-2
/
+12
*
[LV] Remove constant restriction for vector phi creation
Matthew Simpson
2017-02-17
1
-12
/
+89
*
Reapply "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-14
3
-2
/
+64
*
Revert "[LoopVectorize] Added address space check when analysing interleaved ...
Karl-Johan Karlsson
2017-02-14
1
-37
/
+0
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-14
1
-0
/
+37
*
Revert "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-13
2
-34
/
+2
*
[LV] Extend trunc optimization to all IVs with constant integer steps
Matthew Simpson
2017-02-13
2
-2
/
+34
*
[LV/LoopAccess] Check statically if an unknown dependence distance can be
Dorit Nuzman
2017-02-12
2
-4
/
+104
*
[ARM] Make f16 interleaved accesses expensive.
Ahmed Bougacha
2017-02-11
1
-0
/
+31
*
Encode duplication factor from loop vectorization and loop unrolling to discr...
Dehao Chen
2017-02-10
1
-0
/
+70
*
[LV] Remove type restriction for vector phi creation
Matthew Simpson
2017-02-10
1
-4
/
+12
*
[Loop Vectorizer] Cost-based decision for vectorization form of memory instru...
Elena Demikhovsky
2017-02-08
3
-1
/
+81
*
[X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...
Craig Topper
2017-02-08
1
-2
/
+2
*
[LV] Add new ARM/AArch64 interleaved access cost model tests (NFC)
Matthew Simpson
2017-02-07
2
-0
/
+153
*
[LV] Simplify ARM/AArch64 interleaved access cost model tests (NFC)
Matthew Simpson
2017-02-07
2
-89
/
+76
*
[LV] Also port failure remarks to new OptimizationRemarkEmitter API
Adam Nemet
2017-02-02
1
-0
/
+57
*
[LV] Fix an issue where forming LCSSA in the place that we did would
Chandler Carruth
2017-01-26
1
-0
/
+23
*
[X86] enable memory interleaving for X86\SLM arch.
Mohammed Agabaria
2017-01-25
1
-0
/
+1
*
[LV] Run loop-simplify and LCSSA explicitly instead of "requiring" them
Michael Kuperstein
2017-01-19
2
-8
/
+58
*
[LV] Allow reductions that have several uses outside the loop
Michael Kuperstein
2017-01-18
1
-0
/
+46
*
[LV] Add requires asserts to test case
Matthew Simpson
2017-01-17
1
-0
/
+1
*
[LV] Mark non-consecutive-like pointers non-uniform
Matthew Simpson
2017-01-17
1
-0
/
+55
*
[X86] fixing failed test in commit: r291657
Mohammed Agabaria
2017-01-11
1
-0
/
+1
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-0
/
+144
*
[LV] Don't panic when encountering the IV of an outer loop.
Michael Kuperstein
2017-01-10
1
-0
/
+64
*
[LV] Fix-up external IV users after updating dominator tree
Matthew Simpson
2017-01-09
1
-0
/
+45
*
Currently isLikelyComplexAddressComputation tries to figure out if the given ...
Mohammed Agabaria
2017-01-05
1
-0
/
+54
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
1
-47
/
+56
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-3
/
+3
*
[LoopVersioning] Require loop-simplify form for loop versioning.
Florian Hahn
2016-12-19
1
-1
/
+2
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-3
/
+3
*
Reapply "[LV] Enable vectorization of loops with conditional stores by default"
Matthew Simpson
2016-12-16
5
-6
/
+6
*
[LV] Don't attempt to type-shrink scalarized instructions
Matthew Simpson
2016-12-16
1
-0
/
+53
*
Revert r289863: [LV] Enable vectorization of loops with conditional
Chandler Carruth
2016-12-16
5
-6
/
+6
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-3
/
+3
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-3
/
+3
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-3
/
+3
*
[LV] Enable vectorization of loops with conditional stores by default
Matthew Simpson
2016-12-15
5
-6
/
+6
*
[LV] Don't vectorize when we have a small static bound on trip count
Michael Kuperstein
2016-12-13
1
-0
/
+25
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-1
/
+1
*
[LV] Scalarize operands of predicated instructions
Matthew Simpson
2016-12-07
5
-7
/
+329
*
[ppc] Correctly compute the cost of loading 32/64 bit memory into VSR
Guozhi Wei
2016-12-03
1
-0
/
+140
*
[LoopVectorizer] When estimating reg usage, unused insts may "end" another use
Robert Lougher
2016-11-15
2
-1
/
+135
[prev]
[next]