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
*
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
*
[LV] Ensure safe VF for loops with interleaved accesses
Matthew Simpson
2016-05-16
1
-0
/
+56
*
[InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...
Sanjay Patel
2016-05-13
1
-1
/
+1
*
Revert "[VectorUtils] Query number of sign bits to allow more truncations"
James Molloy
2016-05-10
1
-36
/
+0
*
[LoopVectorize] Handling induction variable with non-constant step.
Elena Demikhovsky
2016-05-10
1
-0
/
+124
*
[LV] Hint at the new loop distribution pragma in optimization remark
Adam Nemet
2016-05-09
1
-0
/
+74
*
[VectorUtils] Query number of sign bits to allow more truncations
James Molloy
2016-05-09
1
-0
/
+36
*
[LV] Identify more induction PHIs by coercing expressions to AddRecExprs
Silviu Baranga
2016-05-05
1
-0
/
+75
*
[LoopVectorize] Add operand bundles to vectorized functions
David Majnemer
2016-04-29
1
-0
/
+45
*
[PR25281] Remove AAResultsWrapper from preserved analyses of loop vectorizer.
Michael Zolotukhin
2016-04-29
1
-0
/
+59
*
[LoopVectorize] Keep hints from original loop on the vector loop
Hal Finkel
2016-04-29
1
-0
/
+30
*
[LV] Reallow positive-stride interleaved load groups with gaps
Matthew Simpson
2016-04-27
1
-6
/
+99
*
Masked Store in Loop Vectorizer - bugfix
Elena Demikhovsky
2016-04-26
1
-0
/
+46
*
[LoopVectorize] Don't consider conditional-load dereferenceability for marked...
Hal Finkel
2016-04-26
1
-0
/
+41
*
[ARM] AArch32 v8 NEON is still not IEEE-754 compliant
Renato Golin
2016-04-18
1
-14
/
+8
*
Convert this sample-based-profiling testcase to use a NoDebug CU.
Adrian Prantl
2016-04-15
1
-4
/
+1
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
11
-36
/
+26
*
[test] Require 'asserts' for a test which uses -debug-only
Vedant Kumar
2016-04-14
1
-0
/
+1
*
[ARM] Adding IEEE-754 SIMD detection to loop vectorizer
Renato Golin
2016-04-14
1
-0
/
+335
*
Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"
Adam Nemet
2016-04-14
1
-95
/
+20
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-04-12
1
-20
/
+95
[next]