summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/neon-copy.ll
Commit message (Expand)AuthorAge
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* AArch64/ARM64: spot a greater variety of concat_vector operations.Tim Northover2014-04-18
* [AArch64]Implement the copy of two FPR8 registers by using FMOVss of two FPR3...Hao Liu2014-02-10
* [AArch64] Custom lower concat_vector patterns with v4i16, v4i32, v8i8, v8i16,...Chad Rosier2014-01-30
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-27
* Revert r199791.Kevin Qin2014-01-27
* [AArch64 NEON] Add patterns for concat_vector on v2i32.Kevin Qin2014-01-26
* [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.Kevin Qin2014-01-24
* [AArch64]Add CHECK for two test cases testing scalar_to_vector committed in r...Hao Liu2014-01-23
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-22
* [AArch64]Fix the problem can't select concat_vectors of two v1i32 types.Hao Liu2014-01-17
* [AArch64 NEON] Add missing patterns for bitcast from or to v1f64Kevin Qin2014-01-13
* [AArch64 NEON] Fix generating incorrect value type of NEON_VDUPLANEKevin Qin2014-01-08
* [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.Kevin Qin2013-12-24
* [AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.Hao Liu2013-12-16
* [AArch64]Fix the problem that AArch64 backend fails to select scalar_to_vecto...Hao Liu2013-12-12
* Fix Incorrect CHECK message [0-31]+ in test case.Kevin Qin2013-12-12
* Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 an...Hao Liu2013-11-22
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-05
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-11
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-17