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
*
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
1
-1
/
+2
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
1
-2
/
+1
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
1
-1
/
+2
*
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
Simon Pilgrim
2019-02-25
1
-18
/
+24
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
[SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.
Yevgeny Rouban
2019-02-01
1
-27
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SLP] Fix PR40310: The reduction nodes should stay scalar.
Alexey Bataev
2019-01-16
1
-1
/
+2
*
Test commit
Anton Afanasyev
2018-12-19
1
-4
/
+4
*
[SLP]PR39774: Update references of the replaced external instructions.
Alexey Bataev
2018-11-30
1
-0
/
+2
*
[SLP]Fix PR39774: Set ReductionRoot if the original instruction is vectorized.
Alexey Bataev
2018-11-28
1
-5
/
+9
*
[SLPVectorizer] Add basic support for mul/and/or/xor horizontal reductions
Simon Pilgrim
2018-10-23
1
-2
/
+5
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-9
/
+9
*
SLPVectorizer: Fix assert with different sized address spaces
Matt Arsenault
2018-08-31
1
-1
/
+1
*
[SLP] Fix insert point for reused extract instructions.
Alexey Bataev
2018-08-07
1
-7
/
+1
*
[SLP] Fix PR38339: Instruction does not dominate all uses!
Alexey Bataev
2018-07-31
1
-0
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[SLPVectorizer] Avoid duplicate scalar cost calculations in BoUpSLP::getEntry...
Simon Pilgrim
2018-07-18
1
-50
/
+37
*
[SLPVectorizer] Don't attempt horizontal reduction on pointer types (PR38191)
Simon Pilgrim
2018-07-17
1
-0
/
+2
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (...
Simon Pilgrim
2018-07-13
1
-26
/
+72
*
Revert "[SLPVectorizer] Add initial alternate opcode support for cast instruc...
Martin Storsjo
2018-07-12
1
-62
/
+22
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (...
Simon Pilgrim
2018-07-11
1
-22
/
+62
*
Revert rL336804: [SLPVectorizer] Add initial alternate opcode support for cas...
Simon Pilgrim
2018-07-11
1
-58
/
+22
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions.
Simon Pilgrim
2018-07-11
1
-22
/
+58
*
[SLPVectorizer] Begin abstracting InstructionsState alternate matching away f...
Simon Pilgrim
2018-07-05
1
-42
/
+55
*
Fix some irregular whitespace/indentation. NFCI.
Simon Pilgrim
2018-07-04
1
-18
/
+14
*
[SLP] Recognize min/max pattern using instructions producing same values.
Farhana Aleen
2018-07-02
1
-0
/
+71
*
[SLPVectorizer] Remove nullptr early-outs from Instruction::ShuffleVector get...
Simon Pilgrim
2018-07-02
1
-6
/
+0
*
[SLPVectorizer] Fix alternate opcode + shuffle cost function to correct handl...
Simon Pilgrim
2018-07-02
1
-4
/
+3
*
[SLPVectorizer] Only Alternate opcodes use ShuffleVector cases for getEntryCo...
Simon Pilgrim
2018-07-02
1
-1
/
+5
*
[SLPVectorizer] Call InstructionsState.isOpcodeOrAlt with Instruction instead...
Simon Pilgrim
2018-07-01
1
-11
/
+9
*
[SLPVectorizer] Replace sameOpcodeOrAlt with InstructionsState.isOpcodeOrAlt ...
Simon Pilgrim
2018-07-01
1
-12
/
+10
*
[SLPVectorizer] Use InstructionsState Op/Alt opcodes directly. NFCI.
Simon Pilgrim
2018-07-01
1
-4
/
+2
*
[SLPVectorizer] Recognise non uniform power of 2 constants
Simon Pilgrim
2018-06-26
1
-12
/
+11
*
[SLPVectorizer] Support alternate opcodes in tryToVectorizeList
Simon Pilgrim
2018-06-22
1
-28
/
+13
*
[SLPVectorizer] reorderAltShuffleOperands should just take InstructionsState....
Simon Pilgrim
2018-06-22
1
-7
/
+5
*
[SLPVectorizer] Relax alternate opcodes to accept any BinaryOperator pair
Simon Pilgrim
2018-06-22
1
-27
/
+11
*
[SLPVectorizer] Provide InstructionsState down the BoUpSLP vectorization call...
Simon Pilgrim
2018-06-20
1
-53
/
+55
*
[SLPVectorizer] Move isOneOf after InstructionsState type. NFCI.
Simon Pilgrim
2018-06-20
1
-71
/
+71
*
[SLPVectorizer] Use InstructionsState to record AltOpcode
Simon Pilgrim
2018-06-20
1
-72
/
+73
*
[SLPVectorizer] Relax "alternate" opcode vectorisation to work with any SK_Se...
Simon Pilgrim
2018-06-20
1
-11
/
+11
*
[SLPVectorizer] Split Tree/Reduction cost calls to simplify debugging. NFCI.
Simon Pilgrim
2018-06-20
1
-2
/
+3
*
[SLPVectorizer] Remove default OperandValueKind arguments from getArithmeticI...
Simon Pilgrim
2018-06-19
1
-14
/
+7
*
[SLPVectorizer] Pull out AltOpcode determination from reorderAltShuffleOperands.
Simon Pilgrim
2018-06-19
1
-6
/
+8
*
[SLPVectorizer] Tidyup isShuffle helper
Simon Pilgrim
2018-06-18
1
-31
/
+10
*
[SLPVectorizer] Avoid calling const VL.size() repeatedly in for-loop. NFCI.
Simon Pilgrim
2018-06-18
1
-1
/
+1
*
[SLPVectorizer] Remove RawInstructionsData/getMainOpcode and merge into getSa...
Simon Pilgrim
2018-06-14
1
-49
/
+20
[next]