summaryrefslogtreecommitdiff
path: root/src/aarch64/ffitarget.h
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Add support for Go closuresRichard Henderson2014-11-121-0/+4
|
* aarch64: Add support for complex typesRichard Henderson2014-11-121-0/+2
|
* aarch64: Remove aarch64_flagsRichard Henderson2014-11-121-3/+1
| | | | | This field was useless from the start, since the normal flags field is available for backend use.
* aarch64: Move return value handling into ffi_closure_SYSVRichard Henderson2014-11-121-1/+1
| | | | | As with the change to ffi_call_SYSV, this avoids copying data into a temporary buffer.
* aarch64: Reduce the size of register_contextRichard Henderson2014-11-121-6/+0
| | | | | We don't need to store 32 general and vector registers. Only 8 of each are used for parameter passing.
* Fix handling of variadic calls on Darwin/AArch64Ole André Vadla Ravnås2014-04-061-1/+5
|
* AArch64 portAnthony Green2012-10-301-0/+59