| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | [LV] Fix maximum legal VF calculation | Alon Kom | 2017-09-14 | 1 | -28/+18 |
| * | [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI. | Dinar Temirbulatov | 2017-09-14 | 1 | -1/+1 |
| * | [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 |
| * | [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 |
| * | 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 |
| * | [Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use... | Eugene Zelenko | 2017-09-01 | 1 | -90/+143 |
| * | [LoopVectorizer] Use two step casting for float to pointer types. | Manoj Gupta | 2017-09-01 | 1 | -3/+40 |
| * | [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 |
| * | [LV] Fix PR34248 - recommit D32871 after revert r311304 | Ayal Zaks | 2017-08-27 | 4 | -523/+2247 |
| * | Revert r311077: [LV] Using VPlan ... | Chandler Carruth | 2017-08-20 | 4 | -2251/+523 |
| * | [Loop Vectorize] Added a separate metadata | Aditya Kumar | 2017-08-20 | 1 | -9/+18 |
| * | [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 |
| * | [LV] Using VPlan to model the vectorized code and drive its transformation | Ayal Zaks | 2017-08-17 | 4 | -523/+2251 |
| * | Fix -Wunused-lambda-capture for Release build. | Rui Ueyama | 2017-08-15 | 1 | -2/+2 |
| * | [LV] Minor savings to Sink casts to unravel first order recurrence | Ayal Zaks | 2017-08-15 | 1 | -1/+1 |
| * | [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 |
| * | [LoopVectorize] Fix assertion failure in Fcmp vectorization | Anna Thomas | 2017-08-08 | 1 | -1/+3 |
| * | [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 |
| * | LV: Don't insert runtime ptr checks on divergent targets | Matt Arsenault | 2017-08-02 | 1 | -0/+12 |
| * | [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 |
| * | [LV] Avoid redundant operations manipulating masks | Ayal Zaks | 2017-07-31 | 1 | -36/+37 |
| * | [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 |
| * | [LV] Test once if vector trip count is zero, instead of twice | Ayal Zaks | 2017-07-19 | 1 | -44/+20 |
| * | 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 |