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
*
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
*
Reapply commit r259357 with a fix for PR26629
Matthew Simpson
2016-02-18
1
-12
/
+237
*
Revert "Reapply commit r258404 with fix."
David Majnemer
2016-02-17
1
-231
/
+11
*
[SLP] Add debug output for extract cost (NFC)
Matthew Simpson
2016-02-11
1
-4
/
+6
*
[SLP] Fix placement of debug statement (NFC)
Igor Breger
2016-02-08
1
-7
/
+7
*
Reapply commit r258404 with fix.
Matthew Simpson
2016-02-01
1
-11
/
+231
*
[SLP] Fix printing of debug statement (NFC)
Matthew Simpson
2016-01-29
1
-1
/
+1
*
Revert "Reapply commit r258404 with fix"
David Majnemer
2016-01-29
1
-226
/
+11
*
Reapply commit r258404 with fix
Matthew Simpson
2016-01-27
1
-11
/
+226
*
[SLPVectorizer] Swap the checking order of isCommutative and isConsecutiveAccess
Haicheng Wu
2016-01-27
1
-4
/
+4
*
Revert "Reapply commit r258404 with fix"
Matthew Simpson
2016-01-26
1
-226
/
+11
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-26
1
-78
/
+11
*
Reapply commit r25804 with fix
Matthew Simpson
2016-01-25
1
-11
/
+226
*
Speculatively revert r258620 as it is the likely culprid of PR26293.
Quentin Colombet
2016-01-25
1
-11
/
+78
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-23
1
-78
/
+11
*
Revert "[SLP] Truncate expressions to minimum required bit width"
Matthew Simpson
2016-01-21
1
-143
/
+11
*
[SLP] Truncate expressions to minimum required bit width
Matthew Simpson
2016-01-21
1
-11
/
+143
*
Reapply r257800 with fix
Matthew Simpson
2016-01-15
1
-42
/
+228
[next]