[WinEH] Add some test cases I forgot to add to previous commits
[oota-llvm.git] / test / CodeGen / AArch64 / neon-scalar-copy.ll
2015-02-02 Ahmed Bougacha[AArch64] Prefer DUP/MOV ("CPY") to INS for vector_extract.
2015-01-30 Ahmed Bougacha[AArch64] Add a few more DUP testcases. NFC.
2015-01-30 Ahmed Bougacha[AArch64] Robustize neon-scalar-copy.ll tests. NFC.
2014-07-15 Tim NorthoverAArch64: fall back to generic code for out of range...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-22 Tim NorthoverAArch64/ARM64: add patterns for scalar_to_vector/extrac...
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-12 Kevin QinFix Incorrect CHECK message [0-31]+ in test case.
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.