summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vst1.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-22
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-07
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-08
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-23
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-27
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-20
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* Fix incorrect intrinsic declarations.Bob Wilson2009-08-06
* Convert more Neon tests to FileCheck.Bob Wilson2009-08-05
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-29
* Implement NEON vst1 instruction.Bob Wilson2009-07-08