aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vmov.ll
Commit message (Expand)AuthorAgeFilesLines
* 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