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
*
Enable LoopVectorization by default.
Alina Sbirlea
2019-04-25
1
-1
/
+1
*
[SLP] Fix crash after r358519, by V. Porpodas.
Alexey Bataev
2019-04-24
1
-1
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+5
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
1
-0
/
+9
*
Fix a typo in comments. [NFC]
Ali Tamur
2019-04-16
1
-1
/
+1
*
[SLP] Refactoring of the operand reordering code.
Simon Pilgrim
2019-04-16
1
-171
/
+463
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-11
/
+26
*
[VPLAN] Minor improvement to testing and debug messages.
Florian Hahn
2019-04-10
1
-7
/
+10
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[DebugInfo] Fix pr41180 : Loop Vectorization Debugify Failure
Vedant Kumar
2019-04-02
1
-3
/
+21
*
[SLP] reorderInputsAccordingToOpcode is const method. NFCI.
Simon Pilgrim
2019-04-02
1
-5
/
+4
*
[SLP] getVectorElementSize and isTreeTinyAndNotFullyVectorizable are const me...
Simon Pilgrim
2019-04-01
1
-4
/
+4
*
[SLP] getGatherCost and isFullyVectorizableTinyTree are const methods. NFCI.
Simon Pilgrim
2019-04-01
1
-7
/
+7
*
[SLP] Add support for commutative icmp/fcmp predicates
Simon Pilgrim
2019-03-29
1
-14
/
+28
*
[SLP] Add support for swapping icmp/fcmp predicates to permit vectorization
Simon Pilgrim
2019-03-29
1
-9
/
+17
*
Make helper functions static. NFC.
Benjamin Kramer
2019-03-28
1
-2
/
+2
*
[VPlan] Determine Vector Width programmatically.
Florian Hahn
2019-03-28
2
-20
/
+37
*
[SLPVectorizer] Merge reorderAltShuffleOperands into reorderInputsAccordingTo...
Simon Pilgrim
2019-03-25
1
-85
/
+35
*
[SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...
Simon Pilgrim
2019-03-25
1
-7
/
+2
*
[SLPVectorizer] shouldReorderOperands - just check for reordering. NFCI.
Simon Pilgrim
2019-03-24
1
-28
/
+24
*
Fix unused variable warning on non-asserts builds. NFCI.
Simon Pilgrim
2019-03-23
1
-4
/
+3
*
Remove unused function argument. NFCI.
Simon Pilgrim
2019-03-23
1
-5
/
+7
*
[SLPVectorizer] reorderInputsAccordingToOpcode - use InstructionState directl...
Simon Pilgrim
2019-03-23
1
-3
/
+6
*
[SLPVectorizer] Don't repeat VL.size() call. NFCI.
Simon Pilgrim
2019-03-23
1
-1
/
+1
*
[SLP] Remove redundancy of performing operand reordering twice: once in build...
Simon Pilgrim
2019-03-22
1
-82
/
+171
*
Revert rL355906: [SLP] Remove redundancy of performing operand reordering twi...
Simon Pilgrim
2019-03-12
1
-169
/
+82
*
Try to fix SLPVectorizer BoUpSLP::BoEdgeInfo::dump visibility on non-debug bu...
Simon Pilgrim
2019-03-12
1
-3
/
+1
*
[SLP] Remove redundancy of performing operand reordering twice: once in build...
Simon Pilgrim
2019-03-12
1
-82
/
+171
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
2
-7
/
+12
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
2
-12
/
+7
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
2
-7
/
+12
*
Hide two unused debugging methods, NFCI.
Jonas Hahnfeld
2019-03-01
1
-0
/
+4
*
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
Simon Pilgrim
2019-02-25
2
-29
/
+38
*
[MemorySSA & LoopPassManager] Add remaining book keeping [NFCI].
Alina Sbirlea
2019-02-12
1
-1
/
+5
*
Refactor setAlreadyUnrolled() and setAlreadyVectorized().
Michael Kruse
2019-02-11
1
-51
/
+19
*
Update files that were mistakenly added with the old file header to the
Chandler Carruth
2019-02-11
2
-8
/
+6
*
[LV] Remove unnecessary assignment to UserIC.
Florian Hahn
2019-02-07
1
-1
/
+0
*
[LV] Prevent interleaving if computeMaxVF returned None.
Florian Hahn
2019-02-07
2
-22
/
+35
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-8
/
+10
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
3
-6
/
+7
*
[SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.
Yevgeny Rouban
2019-02-01
1
-27
/
+18
*
[llvm] Clarify responsiblity of some of DILocation discriminator APIs
Mircea Trofin
2019-01-24
1
-1
/
+1
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
7
-6
/
+419
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
20
-80
/
+60
*
[SLP] Fix PR40310: The reduction nodes should stay scalar.
Alexey Bataev
2019-01-16
1
-1
/
+2
*
[LoopVectorizer] give more advice in remark about failure to vectorize call
Sanjay Patel
2019-01-12
1
-3
/
+23
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
1
-2
/
+9
*
Test commit
Anton Afanasyev
2018-12-19
1
-4
/
+4
*
[LoopVectorize] Rename pass options. NFC.
Michael Kruse
2018-12-18
2
-14
/
+18
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-30
/
+43
[next]