Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / vmov.ll
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...
2012-01-20 Bob WilsonARM vector any_extends need to be selected to vmovl...
2011-12-09 Eli FriedmanSplats can contain undef's; make sure to handle them...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2010-11-01 Bob WilsonNEON does not support truncating vector stores. Radar...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-07-14 Bob WilsonAdd support for NEON VMVN immediate instructions.
2010-07-02 Bob WilsonFix incorrect asm-printing of some NEON immediates...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-10-09 Bob WilsonMerge a bunch of NEON tests into larger files so they...
2009-10-07 Bob WilsonConvert more NEON tests to use FileCheck.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...