aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vst2.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-19/+19
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-181-2/+2
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-11/+11
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-221-7/+7
* VST2 four-register w/ update pseudos for fixed/register update.Jim Grosbach2012-01-201-0/+9
* ARM updating VST2 pseudo-lowering fixed vs. register update.Jim Grosbach2012-01-101-0/+9
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-071-0/+25
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-081-6/+6
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-231-12/+18
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-271-18/+18
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-201-7/+14
* Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vst2 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+37
* 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-8/+8
* Implement Neon VST[234] operations.Bob Wilson2009-08-061-0/+38