aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vld1.ll
Commit message (Expand)AuthorAgeFilesLines
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-071-0/+35
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-081-3/+3
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-231-4/+5
* Set alignment operand for NEON VLD instructions.Bob Wilson2010-09-231-4/+6
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-271-22/+21
* Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson2010-08-261-0/+14
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-201-8/+16
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-111-20/+20
* Fix incorrect intrinsic declarations.Bob Wilson2009-08-061-10/+10
* Convert more Neon tests to FileCheck.Bob Wilson2009-08-051-5/+21
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-291-20/+20
* Implement NEON vld1 instructions.Bob Wilson2009-07-081-0/+67