summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vst3.ll
AgeCommit message (Expand)Author
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2014-01-16For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback.Jiangning Liu
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls
2012-05-11[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier
2011-04-25Make this test disable fast isel as it's not needed.Eric Christopher
2011-02-07Add codegen support for using post-increment NEON load/store instructions.Bob Wilson
2010-09-23Set alignment operand for NEON VST instructions.Bob Wilson
2010-08-27Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
2010-04-20Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson
2009-10-08Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-07Add codegen support for NEON vst3 intrinsics with 128-bit vectors.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-11Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson
2009-08-06Implement Neon VST[234] operations.Bob Wilson