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
/
SLPVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[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
*
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
*
[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
*
[SLP] Initialize VectorizedValue when gathering
Matthew Simpson
2016-08-18
1
-8
/
+66
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-5
/
+3
*
[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
*
[SLPVectorizer] Vectorize reverse-order loads in horizontal reductions
Michael Kuperstein
2016-07-22
1
-16
/
+53
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-0
/
+2
*
[PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h
Sean Silva
2016-07-09
1
-1
/
+1
*
Remove duplicate inclusion /NFC
Xinliang David Li
2016-07-08
1
-1
/
+0
*
SLPVectorizer: Move propagateMetadata to VectorUtils
Matt Arsenault
2016-06-30
1
-40
/
+0
*
Fixed crash of SLP Vectorizer on KNL
Elena Demikhovsky
2016-06-27
1
-0
/
+2
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-43
/
+39
*
Attempt to define friend function more portably.
Sean Silva
2016-06-16
1
-16
/
+5
*
Work around MSVC "friend" semantics.
Sean Silva
2016-06-15
1
-0
/
+2
*
Speculative buildbot fix.
Sean Silva
2016-06-15
1
-0
/
+5
*
[PM] Port SLPVectorizer to the new PM
Sean Silva
2016-06-15
1
-138
/
+113
*
[SLPVectorizer] Handle GEP with differing constant index types
Michael Zolotukhin
2016-06-08
1
-1
/
+1
*
[SLP] Pass in correct alignment when query memory access cost
Guozhi Wei
2016-05-31
1
-4
/
+8
*
Tidied up switch cases. NFCI.
Simon Pilgrim
2016-05-12
1
-52
/
+48
*
[SLPVectorizer] Add operand bundles to vectorized functions
David Majnemer
2016-04-29
1
-2
/
+16
*
[SLPVectorizer] Extend SLP Vectorizer to deal with aggregates.
Arch D. Robison
2016-04-28
1
-37
/
+151
*
[SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.
Arch D. Robison
2016-04-27
1
-20
/
+28
*
[TTI] Add hook for vector extract with extension
Matthew Simpson
2016-04-27
1
-3
/
+4
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
David Majnemer
2016-04-19
1
-5
/
+5
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
1
-3
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NAN
David Majnemer
2016-04-14
1
-2
/
+6
*
[SLPVectorizer] Don't insert an extractelement before a catchswitch
David Majnemer
2016-04-01
1
-2
/
+9
*
[SLP] Remove unnecessary member variables by using container APIs.
Chad Rosier
2016-03-21
1
-13
/
+6
*
[SLP] Make DataLayout a member variable.
Chad Rosier
2016-03-16
1
-38
/
+35
*
[SLP] Update comment to reflect reality. NFC.
Chad Rosier
2016-03-15
1
-2
/
+2
*
[SLPVectorizer] Fix dependency list
Keno Fischer
2016-03-14
1
-0
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-2
/
+2
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-2
/
+2
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-2
/
+2
*
[SLP] Add -slp-min-reg-size command line option.
Michael Zolotukhin
2016-03-10
1
-9
/
+21
[next]