aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vldlane.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-48/+48
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+4
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-181-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-33/+33
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-221-14/+14
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-271-2/+12
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-161-4/+4
* Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen2011-05-031-11/+11
* Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng2011-04-191-3/+7
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-1/+2
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-071-0/+53
* Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation.Bob Wilson2010-12-171-0/+19
* Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson2010-12-101-0/+18
* Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson2010-12-101-5/+8
* Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson2010-11-031-1/+1
* Add support for alignment operands on VLD1-lane instructions.Bob Wilson2010-11-011-10/+13
* Add VLD1-lane testcases for quad-register types.Bob Wilson2010-11-011-0/+27
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-011-0/+27
* Support alignment for NEON vld-lane and vst-lane instructions.Bob Wilson2010-10-191-20/+30
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-271-42/+42
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-031-12/+12
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-201-18/+36
* Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+53
* Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+47
* Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+41
* Update NEON struct names to match llvm-gcc changes.Bob Wilson2009-10-061-72/+72
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Fix incorrect declarations of intrinsics in this test.Bob Wilson2009-09-011-12/+12
* Add test for vld{234}_lane instructions.Bob Wilson2009-09-011-0/+187