summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vld1.ll
AgeCommit message (Expand)Author
2017-06-28[ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).Kristof Beyls
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-12-09[ARM] Also support v2f64 vld1/vst1.Ahmed Bougacha
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-12-18ARM: force soft-float ABI for tests depending on it.Tim Northover
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
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-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-09-23Set alignment operand for NEON VST instructions.Bob Wilson
2010-09-23Set alignment operand for NEON VLD instructions.Bob Wilson
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
2010-08-26Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson
2010-04-20Fix tests for Neon load/store intrinsics to match the i8* types expected byBob 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-06Fix incorrect intrinsic declarations.Bob Wilson
2009-08-05Convert more Neon tests to FileCheck.Bob Wilson
2009-07-29Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson
2009-07-08Implement NEON vld1 instructions.Bob Wilson