Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AArch64: remove tests of intrinsics completely duplicated elsewhere. | Tim Northover | 2016-03-08 | 1 | -357/+0 |
| | | | | llvm-svn: 262964 | ||||
* | AArch64/ARM64: rename ARM64 components to AArch64 | Tim Northover | 2014-05-24 | 1 | -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 Molloy | 2014-04-16 | 1 | -1/+1 |
| | | | | | | pass -target-feature +neon. llvm-svn: 206394 | ||||
* | ARM64: initial clang support commit. | Tim Northover | 2014-03-29 | 1 | -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 |