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
*
[LV] Ensure reverse interleaved group GEPs remain uniform
Matthew Simpson
2016-09-02
1
-1
/
+11
*
[LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)
Matthew Simpson
2016-09-01
1
-22
/
+9
*
[LV] Move VectorParts allocation and mapping into PHI widening (NFC)
Matthew Simpson
2016-09-01
1
-29
/
+38
*
[LoopVectorizer] Predicate instructions in blocks with several incoming edges
Michael Kuperstein
2016-08-30
1
-12
/
+4
*
[LV] Move insertelement sequence after scalar definitions
Matthew Simpson
2016-08-29
1
-0
/
+11
*
[LV] Unify vector and scalar maps
Matthew Simpson
2016-08-24
1
-207
/
+284
*
[Loop Vectorizer] Support predication of div/rem
Gil Rapaport
2016-08-24
1
-73
/
+234
*
[LoopVectorize] Don't copy std::vector in for-range loop.
Benjamin Kramer
2016-08-19
1
-1
/
+1
*
[LV] Move LoopBodyTraits to a better place, and add comment for simplifying L...
Tim Shen
2016-08-17
1
-57
/
+0
*
[LoopVectorize] Detect loops in the innermost loop before creating InnerLoopV...
Tim Shen
2016-08-12
1
-6
/
+87
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+1
*
[LV, X86] Be more optimistic about vectorizing shifts.
Michael Kuperstein
2016-08-04
1
-1
/
+3
*
[Loop Vectorizer] Move store-predication into its own function, remove obsole...
Gil Rapaport
2016-08-03
1
-12
/
+18
*
[LoopVectorize] Change comment for isOutOfScope in collectLoopUniforms, NFC
Wei Mi
2016-08-02
1
-3
/
+4
*
[LV] Generate both scalar and vector integer induction variables
Matthew Simpson
2016-08-02
1
-34
/
+66
*
[LV] Untangle the concepts of uniform and scalar
Matthew Simpson
2016-08-02
1
-63
/
+107
*
[LV] Move isGatherOrScatterLegal into LoopVectorizationLegality (NFC)
Matthew Simpson
2016-08-01
1
-15
/
+13
*
[LV] Use getPointerOperand helper where appropriate (NFC)
Matthew Simpson
2016-08-01
1
-27
/
+21
*
Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...
Wei Mi
2016-07-27
1
-2
/
+2
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
1
-32
/
+103
*
[LV] Move vector int induction update to end of latch
Matthew Simpson
2016-07-21
1
-3
/
+12
*
[OptDiag,LV] Add hotness attribute to applied-optimization remarks
Adam Nemet
2016-07-21
1
-7
/
+7
*
[OptDiag,LV] Add hotness attribute to the derived analysis remarks
Adam Nemet
2016-07-20
1
-7
/
+11
*
[OptDiag,LV] Add hotness attribute to analysis remarks
Adam Nemet
2016-07-20
1
-47
/
+53
*
[LV] Add hotness attribute to missed-optimization remarks
Adam Nemet
2016-07-20
1
-11
/
+17
*
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
[next]