[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / vst2.ll
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-07-18 Stephen LinUpdate to more CodeGen tests to use CHECK-LABEL for...
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...
2012-01-20 Jim GrosbachVST2 four-register w/ update pseudos for fixed/register...
2012-01-10 Jim GrosbachARM updating VST2 pseudo-lowering fixed vs. register...
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-10-08 Bob WilsonAdd codegen support for NEON vst2 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vst2 intrinsics with 128...
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 WilsonImplement Neon VST[234] operations.