aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vlddup.ll
AgeCommit message (Expand)Author
2017-06-28[ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).Kristof Beyls
2017-04-20ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover
2016-12-16[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.Eli Friedman
2016-12-16Revert 279703, it caused PR31404.Nico Weber
2016-12-14[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.Eli Friedman
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
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
2012-05-27These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner
2011-10-27Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen
2011-02-07Add codegen support for using post-increment NEON load/store instructions.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-30Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-29Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-28Add support for NEON VLD2-dup instructions.Bob Wilson
2010-11-27Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson