summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...Hans Wennborg2017-11-151-318/+140
* [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov2017-11-141-140/+318
* [LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipeGil Rapaport2017-11-142-124/+243
* [SLP] Fix PR23510: Try to find best possible vectorizable stores.Alexey Bataev2017-11-091-23/+30
* Add an @llvm.sideeffect intrinsicDan Gohman2017-11-083-2/+9
* Revert rL317618Mitch Phillips2017-11-081-319/+140
* [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov2017-11-071-140/+319
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-062-5/+5
* [LoopVectorize] Replace manual VPlan memory management with unique_ptr.Benjamin Kramer2017-10-311-26/+10
* Do not add discriminator encoding for debug intrinsics.Dehao Chen2017-10-261-1/+2
* [LSV] Avoid adding vectors of pointers as candidatesBjorn Pettersson2017-10-261-3/+17
* [LSV] Skip all non-byte sizes, not only less than eight bitsBjorn Pettersson2017-10-261-2/+4
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-174-94/+146
* Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38...NAKAMURA Takumi2017-10-161-9/+23
* SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)NAKAMURA Takumi2017-10-161-23/+9
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-121-163/+236
* [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closureVivek Pandya2017-10-111-48/+69
* Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet2017-10-091-1/+1
* [LV] Fix PR34743 - handle casts that sink after interleaved loadsAyal Zaks2017-10-051-1/+4
* [LV] Fix PR34711 - widen instruction ranges when sinking castsAyal Zaks2017-10-051-23/+22
* Revert r314806 "[SLP] Vectorize jumbled memory loads."Hans Wennborg2017-10-031-185/+84
* [SLP] Vectorize jumbled memory loads.Mohammad Shahid2017-10-031-84/+185
* [LV] Use correct insertion point when type shrinking reductionsMatthew Simpson2017-09-291-1/+2
* Use a BumpPtrAllocator for Loop objectsSanjoy Das2017-09-281-1/+1
* [SLP] Fix crash on propagate IR flags for undef operands of min/maxAlexey Bataev2017-09-271-3/+6
* [SLP] fix typos/formatting; NFCSanjay Patel2017-09-271-14/+13
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-251-68/+382
* Revert r313771 "[SLP] Vectorize jumbled memory loads."Hans Wennborg2017-09-201-182/+83
* [SLP] Vectorize jumbled memory loads.Mohammad Shahid2017-09-201-83/+182
* Revert r313736: "[SLP] Vectorize jumbled memory loads."Alexander Kornienko2017-09-201-182/+83
* [SLP] Vectorize jumbled memory loads.Mohammad Shahid2017-09-201-83/+182
* Allow ORE.emit to take a closure to delay building the remark objectAdam Nemet2017-09-191-2/+4
* [SLP] clean up for vector store case; NFCI Sanjay Patel2017-09-181-12/+11
* [SLP] Revert r312791 and other necessary commits, except for TTI andChandler Carruth2017-09-151-245/+49
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-9/+12
* This reverts r313381Vivek Pandya2017-09-151-12/+9
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-9/+12
* Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements...Ilya Biryukov2017-09-151-317/+142
* [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov2017-09-151-142/+317
* [SLPVectorizer] Remove duplicated functionality code in initScheduleData func...Dinar Temirbulatov2017-09-151-6/+0
* [LV] Fix maximum legal VF calculationAlon Kom2017-09-141-28/+18
* [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI.Dinar Temirbulatov2017-09-141-1/+1
* [LV] Avoid computing the register usage for default VF. NFCAnna Thomas2017-09-131-2/+4
* [LV] Fix PR34523 - avoid generating redundant selectsAyal Zaks2017-09-131-3/+3
* [LV] Clamp the VF to the trip countAnna Thomas2017-09-121-7/+12
* [SLP] Fix for PHINode during horizontal reduction scanning, NFC.Alexey Bataev2017-09-121-1/+1
* [SLP] Fix buildbots, NFC.Alexey Bataev2017-09-091-2/+2
* [SLPVectorizer] Add struct InstructionsState that holds information about ana...Dinar Temirbulatov2017-09-081-88/+120
* [SLP] Fix the warning about paths not returning the value, NFC.Alexey Bataev2017-09-081-2/+4
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-081-49/+243
OpenPOWER on IntegriCloud