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
*
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
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ve...
Michael Zolotukhin
2015-10-24
1
-8
/
+3
*
SLPVectorizer: AllSameOpcode* starts "true" only for instructions
Mehdi Amini
2015-10-23
1
-3
/
+4
*
SLPVectorizer: refactor reorderInputsAccordingToOpcode (NFC)
Mehdi Amini
2015-10-23
1
-52
/
+81
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-9
/
+11
*
[SLP] Don't vectorize loads of non-packed types (like i1, i2).
Michael Zolotukhin
2015-09-30
1
-1
/
+18
*
SLPVectorizer: limit the scheduling region size per basic block.
Erik Eckstein
2015-09-30
1
-9
/
+56
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[SLP] Propagate 'nontemporal' attribute into vectorized instructions.
Michael Zolotukhin
2015-08-20
1
-0
/
+3
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-7
/
+7
*
[SLP vectorizer]: Choose the best consecutive candidate to pair with a store ...
Wei Mi
2015-07-30
1
-7
/
+18
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[SLPVectorizer] Try different vectorization factors for store chains
Sanjay Patel
2015-07-08
1
-7
/
+37
*
remove unnecessary temp variable; NFCI
Sanjay Patel
2015-07-05
1
-5
/
+4
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-05
1
-8
/
+7
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-04
1
-20
/
+20
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
1
-1
/
+1
*
[SLP] Vectorize for all-constant entries.
Michael Zolotukhin
2015-06-19
1
-2
/
+4
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-5
/
+5
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
[next]