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
*
Verify profile data confirms large loop trip counts.
Mircea Trofin
2018-02-07
1
-4
/
+20
*
[SLPVectorizer][NFC] Make a loop more readable.
Clement Courbet
2018-02-07
1
-7
/
+5
*
[LV] Use Demanded Bits and ValueTracking for reduction type-shrinking
Chad Rosier
2018-02-04
1
-4
/
+14
*
Add missing includes
David Blaikie
2018-02-02
1
-0
/
+3
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-29
1
-133
/
+382
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-27
1
-369
/
+131
*
Revert "[SLP] Removed the warning about unused variable, NFC."
Alexey Bataev
2018-01-27
1
-1
/
+1
*
[SLP] Removed the warning about unused variable, NFC.
Alexey Bataev
2018-01-26
1
-1
/
+1
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-26
1
-131
/
+369
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-25
1
-350
/
+129
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-25
1
-129
/
+350
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-25
1
-352
/
+130
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-25
1
-130
/
+352
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-24
1
-346
/
+122
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-24
1
-122
/
+346
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-23
1
-343
/
+121
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-23
1
-121
/
+343
*
[SLP] Fix vectorization for tree with trunc to minimum required bit width.
Alexey Bataev
2018-01-19
1
-2
/
+20
*
[SLP] Fix for PR32164: Improve vectorization of reverse order of extract oper...
Alexey Bataev
2018-01-16
1
-10
/
+17
*
[LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV fr...
Andrei Elovikov
2018-01-15
1
-2
/
+7
*
Add explanatory comment to LoadStoreVectorizer.
Justin Lebar
2018-01-10
1
-0
/
+32
*
[SLP] Fix PR35777: Incorrect handling of aggregate values.
Alexey Bataev
2018-01-08
1
-50
/
+10
*
[SLP] Fix PR35628: Count external uses on extra reduction arguments.
Alexey Bataev
2018-01-08
1
-1
/
+0
*
[SLPVectorizer] Reintroduce std::stable_sort(properlyDominates()).
Davide Italiano
2018-01-07
1
-9
/
+23
*
[LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVecto...
Hal Finkel
2018-01-07
4
-271
/
+269
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-36
/
+18
*
Revert r320548:[SLP] Vectorize jumbled memory loads
Mohammad Shahid
2017-12-20
1
-195
/
+83
*
[LV] Remove unnecessary DoExtraAnalysis guard (silent bug)
Florian Hahn
2017-12-20
1
-2
/
+2
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
[LV] Extend InstWidening with CM_Widen_Recursive
Hal Finkel
2017-12-16
1
-5
/
+16
*
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...
Hal Finkel
2017-12-16
3
-392
/
+415
*
[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate value
Guozhi Wei
2017-12-14
1
-3
/
+7
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
1
-6
/
+94
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-12-13
1
-83
/
+195
*
[LV] Ignore the cost of values that will not appear in the vectorized loop
Dorit Nuzman
2017-12-12
1
-1
/
+2
*
[LV] Interleaved access vectorization: fix computing new alias info
Adam Nemet
2017-12-06
1
-2
/
+16
*
Revert r319531 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...
Hans Wennborg
2017-12-01
1
-343
/
+143
*
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...
Dinar Temirbulatov
2017-12-01
1
-143
/
+343
*
Add MemorySSA as loop dependency, disabled by default [NFC].
Alina Sbirlea
2017-11-21
1
-1
/
+1
*
SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()).
NAKAMURA Takumi
2017-11-21
1
-23
/
+9
*
[LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport
2017-11-20
5
-126
/
+641
*
[SLP] Added more missed optimization remarks
Adam Nemet
2017-11-15
1
-14
/
+74
*
Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...
Hans Wennborg
2017-11-15
1
-318
/
+140
*
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...
Dinar Temirbulatov
2017-11-14
1
-140
/
+318
*
[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport
2017-11-14
2
-124
/
+243
*
[SLP] Fix PR23510: Try to find best possible vectorizable stores.
Alexey Bataev
2017-11-09
1
-23
/
+30
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
3
-2
/
+9
*
Revert rL317618
Mitch Phillips
2017-11-08
1
-319
/
+140
[next]