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
*
[AVX-512] Fix a test missed in r277327.
Craig Topper
2016-08-01
1
-1
/
+1
*
Initial support for vectorization using svml (short vector math library).
Matt Masten
2016-07-29
1
-0
/
+185
*
Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...
Wei Mi
2016-07-27
1
-0
/
+19
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
2
-0
/
+304
*
[LV] Move vector int induction update to end of latch
Matthew Simpson
2016-07-21
3
-14
/
+15
*
[OptDiag,LV] Add hotness attribute to applied-optimization remarks
Adam Nemet
2016-07-21
1
-4
/
+4
*
[OptDiag,LV] Add hotness attribute to the derived analysis remarks
Adam Nemet
2016-07-20
1
-0
/
+113
*
[OptDiag,LV] Add hotness attribute to analysis remarks
Adam Nemet
2016-07-20
1
-0
/
+201
*
[LV] Add hotness attribute to missed-optimization remarks
Adam Nemet
2016-07-20
1
-0
/
+213
*
Recommit the patch "Use uniforms set to populate VecValuesToIgnore".
Wei Mi
2016-07-19
5
-17
/
+96
*
Revert rL275912.
Wei Mi
2016-07-18
4
-93
/
+14
*
Use uniforms set to populate VecValuesToIgnore.
Wei Mi
2016-07-18
4
-14
/
+93
*
[LV] Allow interleaved accesses in loops with predicated blocks
Matthew Simpson
2016-07-14
1
-0
/
+164
*
[LV] Avoid unnecessary IV scalar-to-vector-to-scalar conversions
Matthew Simpson
2016-07-14
2
-24
/
+49
*
[LV] Remove wrong assumption about LCSSA
Michael Kuperstein
2016-07-12
1
-0
/
+25
*
[X86] Make some cast costs more precise
Michael Kuperstein
2016-07-11
1
-2
/
+2
*
[PM] Port LoopVectorize to the new PM.
Sean Silva
2016-07-09
1
-0
/
+1
*
Fixed a bug in vectorizing GEP before gather/scatter intrinsic.
Elena Demikhovsky
2016-07-07
2
-3
/
+221
*
[TTI] The cost model should not assume vector casts get completely scalarized
Michael Kuperstein
2016-07-06
1
-3
/
+3
*
[LV] Don't widen trivial induction variables
Matthew Simpson
2016-07-06
4
-16
/
+198
*
SLPVectorizer: Move propagateMetadata to VectorUtils
Matt Arsenault
2016-06-30
1
-0
/
+25
*
Refine the set of UniformAfterVectorization instructions.
Wei Mi
2016-06-30
1
-0
/
+50
*
Reverted patch 273864
Elena Demikhovsky
2016-06-29
2
-44
/
+0
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-06-28
1
-20
/
+95
*
Revert -r273892 "Support arbitrary addrspace pointers in masked load/store in...
Artur Pilipenko
2016-06-27
1
-95
/
+20
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-06-27
1
-20
/
+95
*
Removed extra test from the prev commit.
Elena Demikhovsky
2016-06-27
1
-34
/
+0
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-27
3
-0
/
+78
*
[LV] Preserve order of dependences in interleaved accesses analysis
Matthew Simpson
2016-06-24
1
-0
/
+305
*
reverted the prev commit due to assertion failure
Elena Demikhovsky
2016-06-21
1
-43
/
+0
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-21
1
-0
/
+43
*
Recommit [LV] Enable vectorization of loops where the IV has an external use
Michael Kuperstein
2016-06-15
2
-32
/
+110
*
Reverting r272715 since it broke libcxx.
Michael Kuperstein
2016-06-14
2
-84
/
+32
*
[LV] Enable vectorization of loops where the IV has an external use
Michael Kuperstein
2016-06-14
2
-32
/
+84
*
Reapply "[TTI] Refine default cost for interleaved load groups with gaps"
Matthew Simpson
2016-06-10
1
-0
/
+42
*
Revert "[TTI] Refine default cost for interleaved load groups with gaps"
Matthew Simpson
2016-06-10
1
-42
/
+0
*
[TTI] Refine default cost for interleaved load groups with gaps
Matthew Simpson
2016-06-10
1
-0
/
+42
*
[LV] Use vector phis for some secondary induction variables
Michael Kuperstein
2016-06-09
2
-8
/
+57
*
Quick fix for the test from rL272014 "[LAA] Improve non-wrapping pointer
Andrey Turetskiy
2016-06-07
1
-1
/
+1
*
[LAA] Improve non-wrapping pointer detection by handling loop-invariant case.
Andrey Turetskiy
2016-06-07
1
-0
/
+65
*
[InstCombine] scalarizePHI should not assume the code it sees has been CSE'd
Michael Kuperstein
2016-06-06
1
-1
/
+1
*
Revert "Claim NoAlias if two GEPs index different fields of the same struct"
Daniel Berlin
2016-06-01
1
-77
/
+81
*
Claim NoAlias if two GEPs index different fields of the same struct
Daniel Berlin
2016-06-01
1
-81
/
+77
*
[LV] For some IVs, use vector phis instead of widening in the loop body
Michael Kuperstein
2016-06-01
8
-20
/
+85
*
Move test to X86 directory: I think it depends on X86 TTI.
Tim Northover
2016-05-27
1
-0
/
+0
*
Vectorizer: track non-fast FP instructions through phis when finding reductions.
Tim Northover
2016-05-27
1
-0
/
+75
*
Look for a loop's starting location in the llvm.loop metadata
Hal Finkel
2016-05-25
1
-0
/
+74
*
[x86] avoid code explosion from LoopVectorizer for gather loop (PR27826)
Sanjay Patel
2016-05-25
1
-0
/
+41
*
Recommit r255691 since PR26509 has been fixed.
Wei Mi
2016-05-19
2
-1
/
+72
*
[LAA] Rename forwarding conflict detection option (NFC)
Matthew Simpson
2016-05-16
1
-1
/
+1
[next]