[PM] Replace the Pass argument to SplitEdge with specific analyses used
[oota-llvm.git] / test / CodeGen / ARM / vst1.ll
2014-12-09 Ahmed Bougacha[ARM] Also support v2f64 vld1/vst1.
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-09-23 Bob WilsonSet alignment operand for NEON VST instructions.
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-04-20 Bob WilsonFix tests for Neon load/store intrinsics to match the...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-06 Bob WilsonFix incorrect intrinsic declarations.
2009-08-05 Bob WilsonConvert more Neon tests to FileCheck.
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-08 Bob WilsonImplement NEON vst1 instruction.