summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/aarch64-neon-misc.c
Commit message (Expand)AuthorAgeFilesLines
* [NEON] Fix support for vrndi_f32(), vrndiq_f32() and vrndns_f32() intrinsicsIvan A. Kosarev2018-07-231-112/+0
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-1/+1
* Fix tests after speculatable intrinsics patchMatt Arsenault2017-05-031-165/+165
* Update for LLVM changesDavid Majnemer2016-07-261-953/+683
* ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.Tim Northover2016-03-091-680/+1707
* 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-3/+0
* ARM64: update tests now that we print "mov" & "mvn".Tim Northover2014-05-151-14/+14
* [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-45/+48
* AArch64: convert NEON tests to use CHECK-LABEL.Tim Northover2014-03-031-339/+339
* [AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' ...Hao Liu2013-12-231-8/+20
* [AArch64] Fix v1fx patterns for Floating-point Multiply Extend and Floating-p...Chad Rosier2013-12-161-0/+24
* [AArch64 NEON] Add ACLE intrinsic vceqz_f64.Kevin Qin2013-12-041-0/+6
* [AArch64 NEON] Add missing compare intrinsics.Kevin Qin2013-12-041-0/+48
* Add test cases for AArch64 NEON instruction set misc.Kevin Qin2013-11-141-0/+1951