| Commit message (Expand) | Author | Age | Files | Lines |
* | [SLPVectorizer] Introducing getTreeEntry() helper function [NFC] | Dinar Temirbulatov | 2017-06-29 | 1 | -34/+33 |
* | Remove brackets, NFC. | Dinar Temirbulatov | 2017-06-19 | 1 | -4/+2 |
* | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+1 |
* | [SLP] Improve comments and naming of functions/variables/members, NFC. | Alexey Bataev | 2017-06-03 | 1 | -91/+59 |
* | Revert "[SLP] Improve comments and naming of functions/variables/members, NFC." | Alexey Bataev | 2017-06-02 | 1 | -59/+91 |
* | [SLP] Improve comments and naming of functions/variables/members, NFC. | Alexey Bataev | 2017-06-02 | 1 | -91/+59 |
* | [IR] De-virtualize ~Value to save a vptr | Reid Kleckner | 2017-05-18 | 1 | -2/+2 |
* | [SLP] Enable 64-bit wide vectorization on AArch64 | Adam Nemet | 2017-05-15 | 1 | -1/+4 |
* | [ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits. | Craig Topper | 2017-05-15 | 1 | -4/+3 |
* | [SLP] Emit optimization remarks | Adam Nemet | 2017-05-11 | 1 | -6/+36 |
* | [AArch64] Consider widening instructions in cost calculations | Matthew Simpson | 2017-05-09 | 1 | -4/+6 |
* | Introduce experimental generic intrinsics for horizontal vector reductions. | Amara Emerson | 2017-05-09 | 1 | -33/+15 |
* | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-05-01 | 1 | -12/+15 |
* | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -15/+13 |
* | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -13/+15 |
* | [SLP vectorizer] Allow phi node reordering in tryToVectorizeList. | Easwaran Raman | 2017-04-18 | 1 | -3/+9 |
* | [SLPVectorizer] Pass the right type argument to getCmpSelInstrCost() | Jonas Paulsson | 2017-04-12 | 1 | -0/+2 |
* | [SystemZ] TargetTransformInfo cost functions implemented. | Jonas Paulsson | 2017-04-12 | 1 | -8/+8 |
* | [TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved | Jonas Paulsson | 2017-03-14 | 1 | -6/+5 |
* | [SLP] Revert everything that has to do with memory access sorting. | Michael Kuperstein | 2017-03-10 | 1 | -122/+57 |
* | [SLP] Mark values in Dot that need to be extracted | Adam Nemet | 2017-03-09 | 1 | -3/+9 |
* | [SLP] Visualize SLP trees with -view-slp-tree | Adam Nemet | 2017-03-08 | 1 | -62/+167 |
* | [SLP] Revert r296863 due to miscompiles. | Michael Kuperstein | 2017-03-06 | 1 | -79/+72 |
* | [SLP] Fixes the bug due to absence of in order uses of scalars which needs to... | Mohammad Shahid | 2017-03-03 | 1 | -72/+79 |
* | Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalar... | Hans Wennborg | 2017-03-01 | 1 | -65/+70 |
* | [SLP] Preserve IR flags when vectorizing horizontal reductions. | Alexey Bataev | 2017-03-01 | 1 | -2/+5 |
* | [SLP] Preserve IR flags for extra args. | Alexey Bataev | 2017-03-01 | 1 | -9/+11 |
* | [SLP] Fix for PR32038: extra add of PHI node when it is not required. | Alexey Bataev | 2017-03-01 | 1 | -17/+3 |
* | [SLP] Fixes the bug due to absence of in order uses of scalars which needs to... | Mohammad Shahid | 2017-03-01 | 1 | -70/+65 |
* | [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong | Alexey Bataev | 2017-02-23 | 1 | -13/+21 |
* | Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong" | Alexey Bataev | 2017-02-23 | 1 | -21/+14 |
* | [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong | Alexey Bataev | 2017-02-23 | 1 | -14/+21 |
* | Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong" | Alexey Bataev | 2017-02-23 | 1 | -19/+13 |
* | [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong | Alexey Bataev | 2017-02-23 | 1 | -13/+19 |
* | Revert r295868 because it breaks a different SLP lit test. | Michael Kuperstein | 2017-02-22 | 1 | -18/+13 |
* | [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong result | Alexey Bataev | 2017-02-22 | 1 | -13/+18 |
* | [SLP] Remove unused initial value from the variable, NFC. | Alexey Bataev | 2017-02-22 | 1 | -1/+1 |
* | [SLP] nullptr'ize initial value in `findBuildAggregate()`, NFC. | Alexey Bataev | 2017-02-20 | 1 | -1/+1 |
* | [SLP] Rework `findBuildAggregate()` from ercursive form to iterative, NFC. | Alexey Bataev | 2017-02-20 | 1 | -9/+12 |
* | [SLP] Fix for PR31879: vectorize repeated scalar ops that don't get put | Alexey Bataev | 2017-02-14 | 1 | -1/+7 |
* | [SLP] Fix for PR31690: Allow using of extra values in horizontal | Alexey Bataev | 2017-02-13 | 1 | -18/+130 |
* | [SLP] Revert "Allow using of extra values in horizontal reductions." | Michael Kuperstein | 2017-02-06 | 1 | -67/+12 |
* | [SLP] Make sortMemAccesses explicitly return an error. NFC. | Michael Kuperstein | 2017-02-03 | 1 | -12/+15 |
* | [SLP] Fix for PR31690: Allow using of extra values in horizontal reductions. | Alexey Bataev | 2017-02-03 | 1 | -12/+67 |
* | [SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecu... | Mohammad Shahid | 2017-01-28 | 1 | -57/+120 |
* | [SLP] Refactoring of horizontal reduction analysis, NFC. | Alexey Bataev | 2017-01-27 | 1 | -24/+25 |
* | [SLP] Improve horizontal vectorization for non-power-of-2 number of | Alexey Bataev | 2017-01-25 | 1 | -2/+4 |
* | [SLP] Refactoring of HorizontalReduction class, NFC. | Alexey Bataev | 2017-01-24 | 1 | -34/+20 |
* | [SLP] Make ReductionOpcode have the right (enum) type. NFC. | Michael Kuperstein | 2017-01-21 | 1 | -13/+10 |
* | [SLP] Delete useless helper. NFC. | Michael Kuperstein | 2017-01-21 | 1 | -14/+10 |