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
*
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
*
Revert "[SLP] Vectorize the index computations of getelementptr instructions."
Matthew Simpson
2016-01-15
1
-217
/
+41
*
[SLP] Vectorize the index computations of getelementptr instructions.
Matthew Simpson
2016-01-14
1
-41
/
+217
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-13
1
-10
/
+10
*
rangify; NFCI
Sanjay Patel
2016-01-12
1
-12
/
+10
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
[SLPVectorizer] Ensure dominated reduction values.
Charlie Turner
2015-12-16
1
-7
/
+19
*
AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA
Hal Finkel
2015-12-11
1
-0
/
+3
*
[SLP] Enable -slp-vectorize-hor by default.
Charlie Turner
2015-11-11
1
-1
/
+1
*
Fix SLPVectorizer commutativity reordering
Mehdi Amini
2015-11-06
1
-76
/
+69
*
[SLP] Be more aggressive about reduction width selection.
Charlie Turner
2015-10-27
1
-12
/
+35
*
[SLP] Try a bit harder to find reduction PHIs
Charlie Turner
2015-10-27
1
-5
/
+43
*
[SLP] Treat SelectInsts as reduction values.
Charlie Turner
2015-10-27
1
-6
/
+7
[next]