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
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV fr...
Andrei Elovikov
2018-01-15
1
-2
/
+7
*
[LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVecto...
Hal Finkel
2018-01-07
1
-203
/
+11
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-36
/
+18
*
[LV] Remove unnecessary DoExtraAnalysis guard (silent bug)
Florian Hahn
2017-12-20
1
-2
/
+2
*
[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
1
-392
/
+74
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
1
-6
/
+94
*
[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
*
Add MemorySSA as loop dependency, disabled by default [NFC].
Alina Sbirlea
2017-11-21
1
-1
/
+1
*
[LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport
2017-11-20
1
-117
/
+226
*
[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport
2017-11-14
1
-124
/
+241
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-1
/
+1
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-3
/
+3
*
[LoopVectorize] Replace manual VPlan memory management with unique_ptr.
Benjamin Kramer
2017-10-31
1
-26
/
+10
*
Do not add discriminator encoding for debug intrinsics.
Dehao Chen
2017-10-26
1
-1
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-12
1
-163
/
+236
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-48
/
+69
*
[LV] Fix PR34743 - handle casts that sink after interleaved loads
Ayal Zaks
2017-10-05
1
-1
/
+4
*
[LV] Fix PR34711 - widen instruction ranges when sinking casts
Ayal Zaks
2017-10-05
1
-23
/
+22
*
[LV] Use correct insertion point when type shrinking reductions
Matthew Simpson
2017-09-29
1
-1
/
+2
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+1
*
Allow ORE.emit to take a closure to delay building the remark object
Adam Nemet
2017-09-19
1
-2
/
+4
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-9
/
+12
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-12
/
+9
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-9
/
+12
*
[LV] Fix maximum legal VF calculation
Alon Kom
2017-09-14
1
-28
/
+18
*
[LV] Avoid computing the register usage for default VF. NFC
Anna Thomas
2017-09-13
1
-2
/
+4
*
[LV] Fix PR34523 - avoid generating redundant selects
Ayal Zaks
2017-09-13
1
-3
/
+3
*
[LV] Clamp the VF to the trip count
Anna Thomas
2017-09-12
1
-7
/
+12
*
LoopVectorize: MaxVF should not be larger than the loop trip count
Zvi Rackover
2017-09-04
1
-4
/
+8
*
[LoopVectorize] Turn static DenseSet into switch.
Benjamin Kramer
2017-09-02
1
-16
/
+47
*
[LoopVectorizer] Use two step casting for float to pointer types.
Manoj Gupta
2017-09-01
1
-3
/
+40
*
[LV] Fix PR34248 - recommit D32871 after revert r311304
Ayal Zaks
2017-08-27
1
-523
/
+1056
*
Revert r311077: [LV] Using VPlan ...
Chandler Carruth
2017-08-20
1
-1060
/
+523
*
[Loop Vectorize] Added a separate metadata
Aditya Kumar
2017-08-20
1
-9
/
+18
*
[LV] Using VPlan to model the vectorized code and drive its transformation
Ayal Zaks
2017-08-17
1
-523
/
+1060
*
[LV] Minor savings to Sink casts to unravel first order recurrence
Ayal Zaks
2017-08-15
1
-1
/
+1
*
[LoopVectorize] Fix assertion failure in Fcmp vectorization
Anna Thomas
2017-08-08
1
-1
/
+3
*
LV: Don't insert runtime ptr checks on divergent targets
Matt Arsenault
2017-08-02
1
-0
/
+12
*
[LV] Avoid redundant operations manipulating masks
Ayal Zaks
2017-07-31
1
-36
/
+37
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
1
-44
/
+20
*
[LV] Don't allow outside uses of IVs if the SCEV is predicated on loop condit...
Michael Kuperstein
2017-07-12
1
-2
/
+7
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
1
-1
/
+1
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
1
-1
/
+1
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
1
-1
/
+1
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
1
-1
/
+1
*
[LV] Sink casts to unravel first order recurrence
Ayal Zaks
2017-06-30
1
-1
/
+17
*
[LV] Optimize for size when vectorizing loops with tiny trip count
Ayal Zaks
2017-06-30
1
-29
/
+30
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Daniel Jasper
2017-06-30
1
-1
/
+1
[next]