Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-mulhi.ll
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-07 Evan ChengAdd some more Thumb2 multiplication instructions.