summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/aarch64-neon-2velem.c
Commit message (Expand)AuthorAgeFilesLines
* [NEON] Support vfma_n and vfms_n intrinsicsIvan A. Kosarev2018-04-111-0/+23
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-1/+1
* Fix tests after speculatable intrinsics patchMatt Arsenault2017-05-031-276/+276
* Update for LLVM changesDavid Majnemer2016-07-261-1321/+742
* [ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma.Ahmed Bougacha2016-04-191-56/+56
* ARM & AArch64: fix IR-converted tests.Tim Northover2016-03-091-20/+20
* ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.Tim Northover2016-03-091-848/+3407
* AArch64: re-enable tests that were looking for a non-existent backend.Tim Northover2014-06-181-1/+1
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-5/+0
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-161-1/+1
* ARM64: initial clang support commit.Tim Northover2014-03-291-20/+22
* AArch64: convert NEON tests to use CHECK-LABEL.Tim Northover2014-03-031-281/+281
* Add some missing test cases for ACLE intrinsics of AArch64 NEON.Jiangning Liu2013-12-251-0/+757
* Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends.Jiangning Liu2013-12-031-0/+149
* Fix the AArch64 NEON bug exposed by checking constant integer argument range ...Jiangning Liu2013-11-271-192/+924
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-151-0/+15
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-041-0/+802