public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/16] Go closures for aarch64
@ 2014-10-28 18:53 Richard Henderson
  2014-10-28 18:53 ` [PATCH 03/16] aarch64: Always distinguish LONGDOUBLE Richard Henderson
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Richard Henderson @ 2014-10-28 18:53 UTC (permalink / raw)
  To: libffi-discuss

This patch set fixes a compilation error since the iOS merge,
tidies up the port significantly, and finally adds support for
complex and Go closures.


r~


Richard Henderson (16):
  aarch64: Fix non-apple compilation
  aarch64: Improve is_hfa
  aarch64: Always distinguish LONGDOUBLE
  aarch64: Simplify AARCH64_STACK_ALIGN
  aarch64: Reduce the size of register_context
  aarch64: Use correct return registers
  aarch64: Treat void return as not passed in registers
  aarch64: Tidy up abi manipulation
  aarch64: Merge prep_args with ffi_call
  aarch64: Move return value handling into ffi_call_SYSV
  aarch64: Move return value handling into ffi_closure_SYSV
  aarch64: Unify scalar fp and hfa handling
  aarch64: Remove aarch64_flags
  aarch64: Add support for complex types
  aarch64: Move x8 out of call_context
  aarch64: Add support for Go closures

 src/aarch64/ffi.c              | 1477 ++++++++++++++++------------------------
 src/aarch64/ffitarget.h        |   14 +-
 src/aarch64/internal.h         |   67 ++
 src/aarch64/sysv.S             |  589 +++++++++-------
 testsuite/libffi.call/call.exp |   10 +-
 5 files changed, 1008 insertions(+), 1149 deletions(-)
 create mode 100644 src/aarch64/internal.h

-- 
1.9.3

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2017-09-17 14:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-28 18:53 [PATCH 00/16] Go closures for aarch64 Richard Henderson
2014-10-28 18:53 ` [PATCH 03/16] aarch64: Always distinguish LONGDOUBLE Richard Henderson
2014-10-28 18:53 ` [PATCH 01/16] aarch64: Fix non-apple compilation Richard Henderson
2014-10-28 18:54 ` [PATCH 06/16] aarch64: Use correct return registers Richard Henderson
2014-10-28 18:54 ` [PATCH 05/16] aarch64: Reduce the size of register_context Richard Henderson
2014-10-28 18:54 ` [PATCH 13/16] aarch64: Remove aarch64_flags Richard Henderson
2014-10-28 18:54 ` [PATCH 02/16] aarch64: Improve is_hfa Richard Henderson
2014-10-28 18:54 ` [PATCH 16/16] aarch64: Add support for Go closures Richard Henderson
2014-10-28 18:54 ` [PATCH 09/16] aarch64: Merge prep_args with ffi_call Richard Henderson
2014-10-28 18:54 ` [PATCH 14/16] aarch64: Add support for complex types Richard Henderson
2014-10-28 18:54 ` [PATCH 08/16] aarch64: Tidy up abi manipulation Richard Henderson
2017-09-17 14:24   ` Andreas Schwab
2014-10-28 18:54 ` [PATCH 04/16] aarch64: Simplify AARCH64_STACK_ALIGN Richard Henderson
2014-10-28 18:54 ` [PATCH 07/16] aarch64: Treat void return as not passed in registers Richard Henderson
2014-10-28 18:54 ` [PATCH 15/16] aarch64: Move x8 out of call_context Richard Henderson
2014-10-28 18:54 ` [PATCH 10/16] aarch64: Move return value handling into ffi_call_SYSV Richard Henderson
2014-10-28 18:54 ` [PATCH 12/16] aarch64: Unify scalar fp and hfa handling Richard Henderson
2014-10-28 18:54 ` [PATCH 11/16] aarch64: Move return value handling into ffi_closure_SYSV Richard Henderson
2014-11-10 10:12 ` [PATCH 00/16] Go closures for aarch64 James Greenhalgh
2014-11-10 13:22   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).