summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vdup.ll
AgeCommit message (Expand)Author
2017-01-10DAG: Avoid OOB when legalizing vector indexingMatt Arsenault
2015-09-01[ARM] Don't abort on variable-idx extractelt in ReconstructShuffle.Ahmed Bougacha
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-17Canonicalize splats as build_vectors (PR22283)Sanjay Patel
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2014-01-20Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them wi...James Molloy
2013-12-18ARM: force soft-float ABI for tests depending on it.Tim Northover
2013-07-18Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-10-15Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga
2012-09-06Improve codegen for BUILD_VECTORs on ARM.James Molloy
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2010-12-10Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson
2010-07-14Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2009-10-09Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-04Remove stale greps.Daniel Dunbar
2009-09-04Convert tests to FileCheck.Bob Wilson
2009-08-072 more vdup.32 casesAnton Korobeynikov
2009-06-22Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson