kc3-lang/libffi/src/aarch64/ffitarget.h

Branch :


Log

Author Commit Date CI Message
d76975db 2016-03-16 12:23:07 Define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32 Like x32, aarch64 ILP32 needs to define FFI_SIZEOF_JAVA_RAW. This fixes the java interpreter.
bc4fc07a 2015-12-21 00:37:06 Fixed #181 -- Corrected problems with ARMv7 build under iOS. Based on a patch from @fealebenpae, with input from @SolaWing and @rth7680, and testing from @superdump.
95df3791 2015-02-11 08:31:48 aarch64: Handle ILP32 ABI
53636634 2015-01-16 15:19:38 aarch64: implement the trampoline table workaround for ffi closures on Apple systems This is a direct copy/paste port of the ARM code, with changes because of Aarch64 pc-relative addressing restrictions.
c6352b66 2014-10-23 00:26:14 aarch64: Add support for Go closures
a992f878 2014-10-22 22:58:09 aarch64: Add support for complex types
658b2b56 2014-10-22 22:36:07 aarch64: Remove aarch64_flags This field was useless from the start, since the normal flags field is available for backend use.
12cf89ee 2014-10-22 21:53:30 aarch64: Move return value handling into ffi_closure_SYSV As with the change to ffi_call_SYSV, this avoids copying data into a temporary buffer.
95a04af1 2014-10-21 22:41:07 aarch64: Reduce the size of register_context We don't need to store 32 general and vector registers. Only 8 of each are used for parameter passing.
419503f4 2014-04-06 20:54:13 Fix handling of variadic calls on Darwin/AArch64
58e8b66f 2012-10-30 07:07:19 AArch64 port
fa5d7479 2012-10-30 07:07:19 AArch64 port