| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them... | Suyog Sarda | 2014-12-17 | 1 | -27/+0 |
| * | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 2014-12-15 | 5 | -54/+54 |
| * | Typo Correction in Test Case. NFC. | Suyog Sarda | 2014-12-15 | 1 | -1/+1 |
| * | This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling i... | Suyog Sarda | 2014-12-12 | 1 | -0/+27 |
| * | Vectorize a reduction chain feeding into a 'return' statement. | Suyog Sarda | 2014-11-19 | 1 | -0/+54 |
| * | [SLPVectorize] Basic ephemeral-value awareness | Hal Finkel | 2014-10-15 | 1 | -0/+43 |
| * | Revert "Revert "DI: Fold constant arguments into a single MDString"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -16/+16 |
| * | Revert "DI: Fold constant arguments into a single MDString" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -16/+16 |
| * | DI: Fold constant arguments into a single MDString | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -16/+16 |
| * | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -6/+6 |
| * | Revert r218778 while investigating buldbot breakage. | Adrian Prantl | 2014-10-01 | 1 | -6/+6 |
| * | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -6/+6 |
| * | [AArch64] Improve cost model to handle sdiv by a pow-of-two. | Chad Rosier | 2014-09-29 | 1 | -0/+42 |
| * | Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802). | Sanjay Patel | 2014-09-03 | 12 | -24/+374 |
| * | Generate extract for in-tree uses if the use is scalar operand in vectorized ... | Yi Jiang | 2014-09-02 | 1 | -0/+70 |
| * | Fix: SLPVectorizer tried to move an instruction which was replaced by a vecto... | Erik Eckstein | 2014-08-28 | 1 | -0/+41 |
| * | [SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix). | Michael Zolotukhin | 2014-08-27 | 1 | -0/+41 |
| * | Revert r210342 and r210343, add test case for the crasher. | Joerg Sonnenberger | 2014-08-26 | 2 | -41/+19 |
| * | Allow vectorization of division by uniform power of 2. | Karthik Bhat | 2014-08-25 | 1 | -0/+43 |
| * | fix: SLPVectorizer crashes for unreachable blocks containing not schedulable ... | Erik Eckstein | 2014-08-22 | 1 | -0/+40 |
| * | SLPVectorizer: Use the type of the value loaded/stored to get the ABI alignment | Arnold Schwaighofer | 2014-08-07 | 1 | -1/+29 |
| * | Teach the SLP Vectorizer that keeping some values live over a callsite can ha... | James Molloy | 2014-08-05 | 1 | -0/+46 |
| * | fix bug 20513 - Crash in SLP Vectorizer | Erik Eckstein | 2014-08-02 | 1 | -0/+47 |
| * | SLPVectorizer: improved scheduling algorithm. | Erik Eckstein | 2014-08-01 | 3 | -4/+85 |
| * | SLP Vectorizer: Canonicalize tree operands of commutitive binary operands. | Chad Rosier | 2014-07-30 | 1 | -0/+75 |
| * | Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer. | Karthik Bhat | 2014-06-20 | 1 | -0/+181 |
| * | Reduce verbiage of lit.local.cfg files | Alp Toker | 2014-06-09 | 5 | -10/+5 |
| * | Fix typo in a test from r210342. | Michael Zolotukhin | 2014-06-06 | 1 | -1/+1 |
| * | [SLP] Enable vectorization of GEP expressions. | Michael Zolotukhin | 2014-06-06 | 1 | -0/+41 |
| * | Fix PR19657 (scalar loads not combined into vector load) | Karthik Bhat | 2014-06-06 | 1 | -0/+73 |
| * | Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ... | Karthik Bhat | 2014-05-30 | 1 | -0/+267 |
| * | AArch64/ARM64: move ARM64 into AArch64's place | Tim Northover | 2014-05-24 | 2 | -1/+1 |
| * | Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) and | Michael Zolotukhin | 2014-05-24 | 1 | -0/+175 |
| * | Fix broken FileCheck prefixes | Nico Rieck | 2014-05-23 | 1 | -1/+1 |
| * | Flip on vectorization of bswap intrinsics. | Benjamin Kramer | 2014-05-19 | 1 | -0/+44 |
| * | SLPVectorizer: When sorting by domination for CSE don't assert on unreachable... | Benjamin Kramer | 2014-05-09 | 1 | -0/+30 |
| * | Always set alignment of vectorized LD/ST in SLP-Vectorizer. <rdar://problem... | Yi Jiang | 2014-05-05 | 1 | -0/+27 |
| * | SLPVectorizer: Bring back the insertelement patch (r205965) with fixes | Arnold Schwaighofer | 2014-05-04 | 2 | -0/+140 |
| * | Vectorize intrinsic math function calls in SLPVectorizer. | Karthik Bhat | 2014-05-03 | 1 | -0/+128 |
| * | Revert r205965, which essentially reverts r205018 for the second time. | Chandler Carruth | 2014-05-01 | 1 | -24/+0 |
| * | Continue slp vectorization even the BB already has vectorized store radar://1... | Yi Jiang | 2014-04-29 | 1 | -0/+31 |
| * | Reapply "SLPVectorizer: Ignore users that are insertelements we can reschedul... | Arnold Schwaighofer | 2014-04-10 | 1 | -0/+24 |
| * | SLPVectorizer: Only vectorize intrinsics whose operands are widened equally | Arnold Schwaighofer | 2014-04-09 | 1 | -0/+36 |
| * | SLPVectorizer: compare entire intrinsic for SLP compatibility. | Tim Northover | 2014-04-02 | 2 | -0/+21 |
| * | Revert "SLPVectorizer: Ignore users that are insertelements we can reschedule... | Arnold Schwaighofer | 2014-03-31 | 1 | -24/+0 |
| * | SLPVectorizer: Take credit for free extractelement instructions | Arnold Schwaighofer | 2014-03-28 | 1 | -0/+25 |
| * | SLPVectorizer: Ignore users that are insertelements we can reschedule them | Arnold Schwaighofer | 2014-03-28 | 1 | -0/+24 |
| * | Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..." | Raul E. Silvera | 2014-03-12 | 1 | -0/+75 |
| * | Trivial test commit. | Raul E. Silvera | 2014-03-05 | 1 | -0/+1 |
| * | SLPVectorizer: Try vectorizing 'splat' stores | Arnold Schwaighofer | 2014-02-24 | 1 | -0/+15 |