aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vld1.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+4
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-13/+13
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-221-4/+4
* Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng2011-04-191-2/+0
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-3/+4
* 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