summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vmov.ll
AgeCommit message (Expand)Author
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-07-18Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-01-20ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>Bob Wilson
2011-12-09Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman
2011-11-15Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng
2011-11-07Simplify some uses of utohexstr.Benjamin Kramer
2010-11-01NEON does not support truncating vector stores. Radar 8598391.Bob Wilson
2010-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-08-30Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson
2010-08-20Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson
2010-07-14Add support for NEON VMVN immediate instructions.Bob Wilson
2010-07-02Fix incorrect asm-printing of some NEON immediates. Fix weak testcase soBob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2009-11-06Print VMOV (immediate) operands as hexadecimal values. Apple's assemblerBob Wilson
2009-10-09Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson
2009-10-07Convert more NEON tests to use FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-22Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson