Guard fabs to bfc convert with V6T2 flag
[oota-llvm.git] / test / CodeGen / ARM / vtrn.ll
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-10 James Molloy[ARM] Do not use vtrn for vectorshuffle if the order...
2015-08-07 Silviu Baranga[ARM] Update ReconstructShuffle to handle mismatched...
2015-07-24 Luke Cheeseman[ARM] - Fix lowering of shufflevectors in AArch32
2015-06-19 Ahmed Bougacha[ARM] Look through concat when lowering in-place shuffl...
2015-06-19 Ahmed Bougacha[ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup...
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-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2010-08-17 Bob WilsonAllow more cases of undef shuffle indices and add tests...
2010-05-03 Dan GohmanFix tests to use fadd, fsub, and fmul, instead of add...
2009-10-06 Bob WilsonUpdate NEON struct names to match llvm-gcc changes.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-22 Bob WilsonUse CHECK-NEXT to make sure we're only getting one...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-09 Bob WilsonAdd a test for Neon VTRN instructions.