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
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
1
-1
/
+1
*
[LSV] Use the original loads' names for the extractelement instructions.
Justin Lebar
2016-09-07
1
-2
/
+4
*
ADT: Do not inherit from std::iterator in ilist_iterator
Duncan P. N. Exon Smith
2016-09-03
1
-1
/
+1
*
[SLP] Don't pass a global CL option as an argument. NFC.
Chad Rosier
2016-09-02
1
-8
/
+7
*
[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
*
[SLP] Update the debug based on Michael's suggestion.
Chad Rosier
2016-08-31
1
-2
/
+3
*
[SLP] Sink debug after checking for matching types/opcode.
Chad Rosier
2016-08-31
1
-2
/
+2
*
[SLP] Arguments should be camel case, and start with an upper case letter. NFC.
Chad Rosier
2016-08-31
1
-2
/
+2
*
[LoadStoreVectorizer] Change VectorSet to Vector to match head and tail posit...
Alina Sbirlea
2016-08-30
1
-7
/
+7
*
[LoopVectorizer] Predicate instructions in blocks with several incoming edges
Michael Kuperstein
2016-08-30
1
-12
/
+4
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
1
-5
/
+6
*
[SLP] Return a boolean value for these static helpers. NFC.
Chad Rosier
2016-08-29
1
-17
/
+16
*
[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
*
[SLP] Avoid signed integer overflow
Matthew Simpson
2016-08-23
1
-9
/
+35
*
Reapply "[SLP] Initialize VectorizedValue when gathering"
Matthew Simpson
2016-08-20
1
-8
/
+66
*
[SLP] Add command line option for minimum tree size (NFC)
Matthew Simpson
2016-08-20
1
-1
/
+5
*
Revert "[SLP] Initialize VectorizedValue when gathering" to fix ubsan bot.
Vitaly Buka
2016-08-20
1
-66
/
+8
*
[LoopVectorize] Don't copy std::vector in for-range loop.
Benjamin Kramer
2016-08-19
1
-1
/
+1
*
[SLP] Initialize VectorizedValue when gathering
Matthew Simpson
2016-08-18
1
-8
/
+66
*
[LV] Move LoopBodyTraits to a better place, and add comment for simplifying L...
Tim Shen
2016-08-17
1
-57
/
+0
*
[LSV] Use a set rather than an ArraySlice at the end of getVectorizablePrefix...
Justin Lebar
2016-08-13
1
-6
/
+5
*
[LSV] Use OrderedBasicBlock instead of rolling it ourselves. NFC
Justin Lebar
2016-08-13
1
-23
/
+21
*
[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
2
-6
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-5
/
+3
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[SLP] Make RecursionMaxDepth a command line option (NFC)
Matthew Simpson
2016-08-11
1
-2
/
+3
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-1
/
+2
*
[LV, X86] Be more optimistic about vectorizing shifts.
Michael Kuperstein
2016-08-04
1
-1
/
+3
*
LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment for stack adjustm...
Alina Sbirlea
2016-08-04
1
-11
/
+13
*
[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
*
[LoadStoreVectorizer] Don't use a linear walk for an existence check in a Sma...
Benjamin Kramer
2016-08-02
1
-1
/
+1
*
[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
*
Revert r277038 until clearing why tests fail.
Alina Sbirlea
2016-07-28
1
-9
/
+10
*
Remove TargetBaseAlign. Keep alignment for stack adjustments.
Alina Sbirlea
2016-07-28
1
-10
/
+9
*
Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...
Wei Mi
2016-07-27
1
-2
/
+2
*
[LSV] Use Instruction*s rather than Value*s where possible.
Justin Lebar
2016-07-27
1
-87
/
+94
*
[LSV] Don't assume that bitcast ops are Instructions.
Justin Lebar
2016-07-27
1
-9
/
+6
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
1
-32
/
+103
*
[SLPVectorizer] Vectorize reverse-order loads in horizontal reductions
Michael Kuperstein
2016-07-22
1
-16
/
+53
*
[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
[next]