summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/swiftcc.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-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 Ren2016-08-261-0/+11
It will just be the same as the regular calling convention. rdar://28029509 llvm-svn: 279853
OpenPOWER on IntegriCloud