summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* [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
* LoopVectorize: MaxVF should not be larger than the loop trip countZvi Rackover2017-09-041-4/+8
* [LoopVectorize] Turn static DenseSet into switch.Benjamin Kramer2017-09-021-16/+47
* [Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...Eugene Zelenko2017-09-011-90/+143
* [LoopVectorizer] Use two step casting for float to pointer types.Manoj Gupta2017-09-011-3/+40
* [SLPVectorizer] Move out Entry->NeedToGather check and assert of inner loop a...Dinar Temirbulatov2017-08-311-5/+6
* [Instruction] add moveAfter() convenience function; NFCISanjay Patel2017-08-291-2/+1
* [LV] Fix PR34248 - recommit D32871 after revert r311304Ayal Zaks2017-08-274-523/+2247
* Revert r311077: [LV] Using VPlan ...Chandler Carruth2017-08-204-2251/+523
* [Loop Vectorize] Added a separate metadataAditya Kumar2017-08-201-9/+18
* [SLP] Fix an unused variable warning in non-asserts builds.Chandler Carruth2017-08-191-0/+1
* [SLPVectorizer] Tighten up VLeft, VRight declaration, remove unnecessary test...Dinar Temirbulatov2017-08-191-4/+2
* [SLPVectorizer] Add opcode parameter to reorderAltShuffleOperands, reorderInp...Dinar Temirbulatov2017-08-191-30/+43
* [LV] Using VPlan to model the vectorized code and drive its transformationAyal Zaks2017-08-174-523/+2251
* Fix -Wunused-lambda-capture for Release build.Rui Ueyama2017-08-151-2/+2
* [LV] Minor savings to Sink casts to unravel first order recurrenceAyal Zaks2017-08-151-1/+1
* [SLPVectorizer] Replace VL[0] to VL0 with assert, add propagateIRFlags extra ...Dinar Temirbulatov2017-08-151-7/+7
* [SLPVectorizer] Schedule bundle with different opcodes.Dinar Temirbulatov2017-08-141-52/+140
* [LoopVectorize] Fix assertion failure in Fcmp vectorizationAnna Thomas2017-08-081-1/+3
OpenPOWER on IntegriCloud