| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't introduce illegal types when creating vmull operations. <rdar://11324364> | Bob Wilson | 2012-04-30 | 1 | -0/+74 |
* | Fix incorrect check for sign-extended constant BUILD_VECTOR. | Bob Wilson | 2011-10-18 | 1 | -0/+11 |
* | Typos. | Chad Rosier | 2011-06-16 | 1 | -4/+4 |
* | Revision r128665 added an optimization to make use of NEON multiplier | Chad Rosier | 2011-06-16 | 1 | -0/+22 |
* | Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplier | Evan Cheng | 2011-03-31 | 1 | -1/+27 |
* | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng | 2011-03-29 | 1 | -0/+98 |
* | Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ... | Evan Cheng | 2011-03-29 | 1 | -0/+29 |
* | Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. | Bob Wilson | 2010-11-23 | 1 | -0/+72 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 1 | -28/+40 |
* | Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul, | Dan Gohman | 2010-05-03 | 1 | -2/+2 |
* | Merge a bunch of NEON tests into larger files so they run faster. | Bob Wilson | 2009-10-09 | 1 | -0/+163 |
* | Convert more NEON tests to use FileCheck. | Bob Wilson | 2009-10-07 | 1 | -6/+21 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+79 |