summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vmul.ll
Commit message (Expand)AuthorAge
* ARM ISel: Don't create illegal types during LowerMULArnold Schwaighofer2013-05-14
* Don't introduce illegal types when creating vmull operations. <rdar://11324364>Bob Wilson2012-04-30
* Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson2011-10-18
* Typos.Chad Rosier2011-06-16
* Revision r128665 added an optimization to make use of NEON multiplierChad Rosier2011-06-16
* Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng2011-03-31
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-29
* Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...Evan Cheng2011-03-29
* Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson2010-11-23
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-03
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-09
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-07
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22