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
/
Vectorize
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit the patch "Use uniforms set to populate VecValuesToIgnore".
Wei Mi
2016-07-19
1
-49
/
+40
*
Revert rL275912.
Wei Mi
2016-07-18
1
-40
/
+49
*
Use uniforms set to populate VecValuesToIgnore.
Wei Mi
2016-07-18
1
-49
/
+40
*
[LV] Swap A and B in interleaved access analysis (NFC)
Matthew Simpson
2016-07-15
1
-77
/
+87
*
[LV] Rename StrideAccesses to AccessStrideInfo (NFC)
Matthew Simpson
2016-07-14
1
-12
/
+12
*
[LV] Allow interleaved accesses in loops with predicated blocks
Matthew Simpson
2016-07-14
1
-34
/
+30
*
[LV] Avoid unnecessary IV scalar-to-vector-to-scalar conversions
Matthew Simpson
2016-07-14
1
-45
/
+69
*
[LoopVectorize] Further cleanups
David Majnemer
2016-07-13
1
-4
/
+2
*
[LV] Do not invalidate use-lists we're iterating over.
Michael Kuperstein
2016-07-12
1
-14
/
+15
*
[LV] Remove wrong assumption about LCSSA
Michael Kuperstein
2016-07-12
1
-5
/
+0
*
[LoopVectorize] Assorted cleanups
David Majnemer
2016-07-12
1
-223
/
+184
*
[PM] Port LoopVectorize to the new PM.
Sean Silva
2016-07-09
1
-338
/
+371
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
1
-6
/
+6
*
Fixed a bug in vectorizing GEP before gather/scatter intrinsic.
Elena Demikhovsky
2016-07-07
1
-8
/
+11
*
[LV] Don't widen trivial induction variables
Matthew Simpson
2016-07-06
1
-8
/
+58
*
[LV] Refactor integer induction widening (NFC)
Matthew Simpson
2016-07-05
1
-87
/
+86
*
[PM] refactor LoopAccessInfo code part-2
Xinliang David Li
2016-07-01
1
-1
/
+1
*
Don't use unchecked dyn_cast
Matt Arsenault
2016-06-30
1
-1
/
+1
*
SLPVectorizer: Move propagateMetadata to VectorUtils
Matt Arsenault
2016-06-30
1
-28
/
+7
*
Refine the set of UniformAfterVectorization instructions.
Wei Mi
2016-06-30
1
-26
/
+71
*
[LV] Improve accuracy and formatting of function comment
Adam Nemet
2016-06-29
1
-2
/
+3
*
Reverted patch 273864
Elena Demikhovsky
2016-06-29
1
-8
/
+85
*
[Diag] Add getter shouldAlwaysPrint. NFC
Adam Nemet
2016-06-29
1
-1
/
+1
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-27
1
-85
/
+8
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+3
*
[LV] Preserve order of dependences in interleaved accesses analysis
Matthew Simpson
2016-06-24
1
-54
/
+205
*
reverted the prev commit due to assertion failure
Elena Demikhovsky
2016-06-21
1
-7
/
+80
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-21
1
-80
/
+7
*
[LAA] Enable symbolic stride speculation for all LAA clients
Adam Nemet
2016-06-17
1
-16
/
+1
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-7
/
+7
*
[LV] Move management of symbolic strides to LAA. NFCI
Adam Nemet
2016-06-16
1
-37
/
+9
*
[LV] Make getSymbolicStrides return a pointer rather than a reference. NFC
Adam Nemet
2016-06-16
1
-5
/
+5
*
[LV] Make the new getter return a const reference. NFC
Adam Nemet
2016-06-15
1
-1
/
+3
*
[LV] Add getter function for LoopVectorizationLegality::Strides. NFC
Adam Nemet
2016-06-15
1
-6
/
+8
*
[LV] Remove more unused functions. NFC
Adam Nemet
2016-06-15
1
-4
/
+0
*
[LV] Remove unused function. NFC
Adam Nemet
2016-06-15
1
-1
/
+0
*
Recommit [LV] Enable vectorization of loops where the IV has an external use
Michael Kuperstein
2016-06-15
1
-26
/
+92
*
Reverting r272715 since it broke libcxx.
Michael Kuperstein
2016-06-14
1
-80
/
+26
*
[LV] Enable vectorization of loops where the IV has an external use
Michael Kuperstein
2016-06-14
1
-26
/
+80
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
[LV] Use vector phis for some secondary induction variables
Michael Kuperstein
2016-06-09
1
-4
/
+6
*
Revert r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
1
-1
/
+1
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
1
-1
/
+1
*
[LV] For some IVs, use vector phis instead of widening in the loop body
Michael Kuperstein
2016-06-01
1
-20
/
+76
*
fix typo; NFC
Sanjay Patel
2016-05-25
1
-1
/
+1
*
fix typos; NFC
Sanjay Patel
2016-05-24
1
-11
/
+11
*
Recommit r255691 since PR26509 has been fixed.
Wei Mi
2016-05-19
1
-31
/
+106
*
[VectorUtils] Fix nasty use-after-free
James Molloy
2016-05-18
1
-1
/
+3
*
[LV] Ensure safe VF for loops with interleaved accesses
Matthew Simpson
2016-05-16
1
-1
/
+23
*
Correct spelling in comment (NFC)
Matthew Simpson
2016-05-13
1
-1
/
+1
[next]