summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64_vshift.c
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: remove tests of intrinsics completely duplicated elsewhere.Tim Northover2016-03-081-357/+0
| | | | llvm-svn: 262964
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-56/+56
| | | | | | This keeps Clang consistent with backend naming conventions. llvm-svn: 209579
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ↵James Molloy2014-04-161-1/+1
| | | | | | pass -target-feature +neon. llvm-svn: 206394
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+357
This adds Clang support for the ARM64 backend. There are definitely still some rough edges, so please bring up any issues you see with this patch. As with the LLVM commit though, we think it'll be more useful for merging with AArch64 from within the tree. llvm-svn: 205100
OpenPOWER on IntegriCloud