| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r314806 "[SLP] Vectorize jumbled memory loads." | Hans Wennborg | 2017-10-03 | 1 | -185/+84 |
* | [SLP] Vectorize jumbled memory loads. | Mohammad Shahid | 2017-10-03 | 1 | -84/+185 |
* | [SLP] Fix crash on propagate IR flags for undef operands of min/max | Alexey Bataev | 2017-09-27 | 1 | -3/+6 |
* | [SLP] fix typos/formatting; NFC | Sanjay Patel | 2017-09-27 | 1 | -14/+13 |
* | [SLP] Support for horizontal min/max reduction. | Alexey Bataev | 2017-09-25 | 1 | -68/+382 |
* | Revert r313771 "[SLP] Vectorize jumbled memory loads." | Hans Wennborg | 2017-09-20 | 1 | -182/+83 |
* | [SLP] Vectorize jumbled memory loads. | Mohammad Shahid | 2017-09-20 | 1 | -83/+182 |
* | Revert r313736: "[SLP] Vectorize jumbled memory loads." | Alexander Kornienko | 2017-09-20 | 1 | -182/+83 |
* | [SLP] Vectorize jumbled memory loads. | Mohammad Shahid | 2017-09-20 | 1 | -83/+182 |
* | [SLP] clean up for vector store case; NFCI | Sanjay Patel | 2017-09-18 | 1 | -12/+11 |
* | [SLP] Revert r312791 and other necessary commits, except for TTI and | Chandler Carruth | 2017-09-15 | 1 | -245/+49 |
* | Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements... | Ilya Biryukov | 2017-09-15 | 1 | -317/+142 |
* | [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte... | Dinar Temirbulatov | 2017-09-15 | 1 | -142/+317 |
* | [SLPVectorizer] Remove duplicated functionality code in initScheduleData func... | Dinar Temirbulatov | 2017-09-15 | 1 | -6/+0 |
* | [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI. | Dinar Temirbulatov | 2017-09-14 | 1 | -1/+1 |
* | [SLP] Fix for PHINode during horizontal reduction scanning, NFC. | Alexey Bataev | 2017-09-12 | 1 | -1/+1 |
* | [SLP] Fix buildbots, NFC. | Alexey Bataev | 2017-09-09 | 1 | -2/+2 |
* | [SLPVectorizer] Add struct InstructionsState that holds information about ana... | Dinar Temirbulatov | 2017-09-08 | 1 | -88/+120 |
* | [SLP] Fix the warning about paths not returning the value, NFC. | Alexey Bataev | 2017-09-08 | 1 | -2/+4 |
* | [SLP] Support for horizontal min/max reduction. | Alexey Bataev | 2017-09-08 | 1 | -49/+243 |
* | [Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use... | Eugene Zelenko | 2017-09-01 | 1 | -90/+143 |
* | [SLPVectorizer] Move out Entry->NeedToGather check and assert of inner loop a... | Dinar Temirbulatov | 2017-08-31 | 1 | -5/+6 |
* | [Instruction] add moveAfter() convenience function; NFCI | Sanjay Patel | 2017-08-29 | 1 | -2/+1 |
* | [SLP] Fix an unused variable warning in non-asserts builds. | Chandler Carruth | 2017-08-19 | 1 | -0/+1 |
* | [SLPVectorizer] Tighten up VLeft, VRight declaration, remove unnecessary test... | Dinar Temirbulatov | 2017-08-19 | 1 | -4/+2 |
* | [SLPVectorizer] Add opcode parameter to reorderAltShuffleOperands, reorderInp... | Dinar Temirbulatov | 2017-08-19 | 1 | -30/+43 |
* | Fix -Wunused-lambda-capture for Release build. | Rui Ueyama | 2017-08-15 | 1 | -2/+2 |
* | [SLPVectorizer] Replace VL[0] to VL0 with assert, add propagateIRFlags extra ... | Dinar Temirbulatov | 2017-08-15 | 1 | -7/+7 |
* | [SLPVectorizer] Schedule bundle with different opcodes. | Dinar Temirbulatov | 2017-08-14 | 1 | -52/+140 |
* | [SLP] General improvements of SLP vectorization process. | Alexey Bataev | 2017-08-07 | 1 | -106/+107 |
* | Revert "[SLP] General improvements of SLP vectorization process." | Alexey Bataev | 2017-08-07 | 1 | -109/+106 |
* | [SLP] General improvements of SLP vectorization process. | Alexey Bataev | 2017-08-07 | 1 | -106/+109 |
* | [SLPVectorizer] Add extra parameter to setInsertPointAfterBundle to handle di... | Dinar Temirbulatov | 2017-08-05 | 1 | -23/+54 |
* | [SLPVectorizer] Generalize interface of functions, NFC. | Alexey Bataev | 2017-08-02 | 1 | -11/+15 |
* | [SLP] Fix for PR31880: shuffle and vectorize repeated scalar ops on extracted... | Alexey Bataev | 2017-08-02 | 1 | -0/+133 |
* | [SLPVectorizer] Unbreak the build with -Werror. | Davide Italiano | 2017-07-31 | 1 | -3/+3 |
* | [SLP] Initial rework for min/max horizontal reduction vectorization, NFC. | Alexey Bataev | 2017-07-31 | 1 | -47/+158 |
* | [Cost] Rename getReductionCost() to getArithmeticReductionCost(), NFC. | Alexey Bataev | 2017-07-31 | 1 | -2/+4 |
* | [SLP] Allow vectorization of the instruction from the same basic blocks only,... | Alexey Bataev | 2017-07-28 | 1 | -3/+8 |
* | [SLP] Outline code for the check that instruction users are part of | Alexey Bataev | 2017-07-27 | 1 | -4/+11 |
* | [SLPVectorizer] Replace E->Scalars to VL0 at vectorizeTree and move comment, ... | Dinar Temirbulatov | 2017-07-21 | 1 | -4/+3 |
* | [SLPVectorizer] buildTree_rec replace cast<Instruction>(VL[0]) to VL0, NFCI. | Dinar Temirbulatov | 2017-07-21 | 1 | -4/+4 |
* | [SLPVectorizer] Change canReuseExtract function parameter Opcode from unsigne... | Dinar Temirbulatov | 2017-07-21 | 1 | -19/+15 |
* | Remove unnecessary cast. NFCI. | Simon Pilgrim | 2017-07-17 | 1 | -1/+1 |
* | [SLPVectorizer] Add an extra parameter to tryScheduleBundle function, NFCI. | Dinar Temirbulatov | 2017-07-15 | 1 | -6/+6 |
* | [SLPVectorizer] Add an extra parameter to alreadyVectorized function, NFCI. | Dinar Temirbulatov | 2017-07-14 | 1 | -8/+8 |
* | [SLPVectorizer] Revert change in cancelScheduling with referencing to FirstIn... | Dinar Temirbulatov | 2017-07-11 | 1 | -1/+1 |
* | [SLPVectorizer] Add an extra parameter to cancelScheduling function, NFCI. | Dinar Temirbulatov | 2017-07-05 | 1 | -22/+23 |
* | [SLPVectorizer] Add isOdd() helper function, NFCI. | Dinar Temirbulatov | 2017-06-30 | 1 | -2/+7 |
* | [SLPVectorizer] Moving Entry->NeedToGather check out of inner loop, | Dinar Temirbulatov | 2017-06-29 | 1 | -4/+4 |