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