aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vmov.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-22/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-181-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-51/+51
* ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>Bob Wilson2012-01-201-0/+17
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-091-0/+10
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-151-0/+18
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-071-9/+9
* NEON does not support truncating vector stores. Radar 8598391.Bob Wilson2010-11-011-0/+10
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-081-30/+30
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-301-7/+3
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-201-14/+6
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-141-0/+48
* Fix incorrect asm-printing of some NEON immediates. Fix weak testcase soBob Wilson2010-07-021-34/+20
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-2/+2
* Print VMOV (immediate) operands as hexadecimal values. Apple's assemblerBob Wilson2009-11-061-0/+20
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-091-0/+168
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-071-7/+41
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-0/+101