Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AArch64: support arm64_32, an ILP32 slice for watchOS. | Tim Northover | 2019-09-12 | 1 | -0/+2 |
| | | | | | | | | This is the main CodeGen patch to support the arm64_32 watchOS ABI in LLVM. FastISel is mostly disabled for now since it would generate incorrect code for ILP32. llvm-svn: 371722 | ||||
* | Swift Calling Convetion: add support for AArch64. | Manman Ren | 2016-08-26 | 1 | -0/+11 |
It will just be the same as the regular calling convention. rdar://28029509 llvm-svn: 279853 |