Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / vmul.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-09-25 Weiming ZhaoFix PR 17368: disable vector mul distribution for squar...
2013-09-03 Jim GrosbachRevert "Revert "ARM: Improve pattern for isel mul of...
2013-08-30 Michael GottesmanRevert "ARM: Improve pattern for isel mul of vector...
2013-08-29 Jim GrosbachARM: Improve pattern for isel mul of vector by scalar.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-05-14 Arnold SchwaighoferARM ISel: Don't create illegal types during LowerMUL
2012-04-30 Bob WilsonDon't introduce illegal types when creating vmull opera...
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-06-16 Chad RosierTypos.
2011-06-16 Chad RosierRevision r128665 added an optimization to make use...
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-05-03 Dan GohmanFix tests to use fadd, fsub, and fmul, instead of add...
2009-10-09 Bob WilsonMerge a bunch of NEON tests into larger files so they...
2009-10-07 Bob WilsonConvert more NEON tests to use FileCheck.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...