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