| Commit message (Expand) | Author | Age | Files | Lines |
* | [SLP] Added more missed optimization remarks | Adam Nemet | 2017-11-15 | 1 | -14/+74 |
* | Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ... | Hans Wennborg | 2017-11-15 | 1 | -318/+140 |
* | [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte... | Dinar Temirbulatov | 2017-11-14 | 1 | -140/+318 |
* | [SLP] Fix PR23510: Try to find best possible vectorizable stores. | Alexey Bataev | 2017-11-09 | 1 | -23/+30 |
* | Add an @llvm.sideeffect intrinsic | Dan Gohman | 2017-11-08 | 1 | -1/+3 |
* | Revert rL317618 | Mitch Phillips | 2017-11-08 | 1 | -319/+140 |
* | [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte... | Dinar Temirbulatov | 2017-11-07 | 1 | -140/+319 |
* | [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas... | Sanjay Patel | 2017-11-06 | 1 | -2/+2 |
* | [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;... | Eugene Zelenko | 2017-10-17 | 1 | -5/+19 |
* | Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38... | NAKAMURA Takumi | 2017-10-16 | 1 | -9/+23 |
* | SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586) | NAKAMURA Takumi | 2017-10-16 | 1 | -23/+9 |
* | Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.* | Adam Nemet | 2017-10-09 | 1 | -1/+1 |
* | 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 |