[AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.
[oota-llvm.git] / lib / Target / AArch64 / AArch64InstrNEON.td
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-11-29 Hao LiuAArch64: The pattern match should check the range of...
2013-11-29 Jiangning LiuAdd missing pattern for supporting intrinsic function...
2013-11-29 Kevin Qin[AArch64 NEON]Fix a assertion failure when disassemble...
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Kevin QinRefactored the implementation of AArch64 NEON instructi...
2013-11-22 Hao LiuFix the bugs about AArch64 Load/Store vector types...
2013-11-22 Jiangning LiuFor AArch64 back-end instruction selection, lower Neon_...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Jiangning LiuImplement AArch64 SISD intrinsics for vget_high and...
2013-11-19 Kevin Qinimplement MC layer of AArch64 neon instruction PMULL...
2013-11-19 Jiangning LiuAdd predicate for AArch64 crypto instructions.
2013-11-18 Kevin Qin[AArch64 NEON]Add mov alias for simd copy instructions.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-14 Chad Rosier[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZ...
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-01 Chad Rosier[AArch64] Simplify a few of the instruction patterns...
2013-11-01 Chad Rosier[AArch64] Fix assembly string formatting and other...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-25 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-18 Chad Rosier[AArch64] Add support for NEON scalar extract narrow...
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Chad RosierFix comment.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-01 Tim NorthoverAArch64: add initial NEON support