aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/IntrinsicsAArch64.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+12
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-377/+606
* Update to LLVM 3.5a.Stephen Hines2014-04-241-91/+110
* Merging r195803:Bill Wendling2013-12-011-0/+3
* Merging r195788:Bill Wendling2013-12-011-0/+4
* Merging r195327:Bill Wendling2013-11-251-9/+0
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-181-0/+27
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-151-2/+3
* [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-151-8/+8
* [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-141-0/+3
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-141-0/+33
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-141-0/+45
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-131-13/+0
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-111-2/+2
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-111-0/+12
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-051-0/+8
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+11
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+40
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-301-13/+20
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-2/+2
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-171-0/+9
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-161-0/+4
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-161-0/+4
* Update comment.Chad Rosier2013-10-161-1/+1
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-161-0/+5
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+24
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-081-0/+3
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-081-0/+12
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-0/+19
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-6/+73
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+28
* AArch64: add initial NEON supportTim Northover2013-08-011-0/+41