aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vldlane.ll
AgeCommit message (Expand)Author
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls
2011-10-27Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen
2011-05-16Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen
2011-05-03Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen
2011-04-19Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2011-02-07Add codegen support for using post-increment NEON load/store instructions.Bob Wilson
2010-12-17Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation.Bob Wilson
2010-12-10Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson
2010-12-10Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson
2010-11-03Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson
2010-11-01Add support for alignment operands on VLD1-lane instructions.Bob Wilson
2010-11-01Add VLD1-lane testcases for quad-register types.Bob Wilson
2010-11-01Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson
2010-10-19Support alignment for NEON vld-lane and vst-lane instructions.Bob Wilson
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
2010-05-03Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman
2010-04-20Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson
2009-10-08Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-06Update NEON struct names to match llvm-gcc changes.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-01Fix incorrect declarations of intrinsics in this test.Bob Wilson
2009-09-01Add test for vld{234}_lane instructions.Bob Wilson