public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/13] Go closures, libffi, and the static chain
 2014-12-12 13:57 UTC  (40+ messages)
` [PATCH 03/13] HACK! Allow the static chain to be set from C
      ` [gofrontend-dev] "
  ` [PATCH v2 03/13] "
` [PATCH 13/13] libffi: Support go closures on i386
` [PATCH 06/13] libffi: Add entry points for interacting with Go
` [PATCH 11/13] libffi: Support go closures on aarch64
` [PATCH 04/13] Use the static chain as the closure parameter from Go
` [PATCH 12/13] libffi: Rewrite i386 sysv
` [PATCH 10/13] libffi: Rewrite aarch64
` [PATCH 05/13] libgo: Use the static chain for the closure
` [PATCH 02/13] Allow the front-end to create calls with a static chain
` [PATCH 08/13] libgo: Use the new libffi interfaces for Go
` [PATCH 07/13] libffi: Support go closures on x86_64
` [PATCH 09/13] libgo: Remove __go_get/set_closure
` [PATCH 01/13] Make TARGET_STATIC_CHAIN allow a function type
        ` [gofrontend-dev] Re: [PATCH 00/13] Go closures, libffi, and the static chain

[Patch AArch64] Add missing .note.GNU-stack note
 2014-12-05 17:33 UTC  (3+ messages)

GO closures for powerpc linux
 2014-11-20  1:48 UTC  (2+ messages)
` powerpc: Fix ffi_go_closure_linux64

libffi 3.2.1 and master, can't build with Visual Studio 2012
 2014-11-18 17:14 UTC  (3+ messages)

[PATCH 0/7] Merge of gcc patches
 2014-11-18 13:13 UTC  (21+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] "
` [PATCH 4/7] "
` [PATCH 3/7] "
` [PATCH 5/7] "
` [PATCH 6/7] "
` [PATCH 7/7] "

[PATCH] Detect compiler's _Complex support with a configure check
 2014-11-13  7:11 UTC 

[RFC] Proposal for m*vc build issue (#138)
 2014-11-12 13:46 UTC  (5+ messages)

libffi 3.2 and disruptive changes
 2014-11-12 12:04 UTC  (6+ messages)

Fix powerpc breakage from 6e8a4460
 2014-11-11 13:19 UTC  (3+ messages)

[PATCH 00/16] Go closures for aarch64
 2014-11-10 13:22 UTC  (19+ messages)
` [PATCH 03/16] aarch64: Always distinguish LONGDOUBLE
` [PATCH 01/16] aarch64: Fix non-apple compilation
` [PATCH 13/16] aarch64: Remove aarch64_flags
` [PATCH 05/16] aarch64: Reduce the size of register_context
` [PATCH 09/16] aarch64: Merge prep_args with ffi_call
` [PATCH 16/16] aarch64: Add support for Go closures
` [PATCH 02/16] aarch64: Improve is_hfa
` [PATCH 06/16] aarch64: Use correct return registers
` [PATCH 12/16] aarch64: Unify scalar fp and hfa handling
` [PATCH 11/16] aarch64: Move return value handling into ffi_closure_SYSV
` [PATCH 08/16] aarch64: Tidy up abi manipulation
` [PATCH 14/16] aarch64: Add support for complex types
` [PATCH 10/16] aarch64: Move return value handling into ffi_call_SYSV
` [PATCH 15/16] aarch64: Move x8 out of call_context
` [PATCH 07/16] aarch64: Treat void return as not passed in registers
` [PATCH 04/16] aarch64: Simplify AARCH64_STACK_ALIGN

[PATCH 00/13] Go closures for i686
 2014-11-07 16:09 UTC  (15+ messages)
` [PATCH 02/13] x86: Remove some conditional compilation
` [PATCH 12/13] testsuite: Add two dg-do run markers
` [PATCH 05/13] ffi_cif: Add cfa_escape
` [PATCH 10/13] x86: Add support for Go closures
` [PATCH 07/13] x86: Rewrite closures
` [PATCH 09/13] x86: Add support for Complex
` [PATCH 11/13] x86: Use win32 name mangling for fastcall functions
` [PATCH 04/13] x86: Convert to gas generated unwind info
` [PATCH 13/13] x86: Work around two clang assembler bugs
` [PATCH 03/13] x86: Force FFI_TYPE_LONGDOUBLE different from FFI_TYPE_DOUBLE
` [PATCH 01/13] x86: Tidy ffi_abi
` [PATCH 08/13] testsuite: Fix return_complex2 vs excessive precision
` [PATCH 06/13] x86: Rewrite ffi_call

libffi v3.1 - ffi_closure_alloc on Android ARM
 2014-10-30 20:40 UTC 

[PATCH 0/8] Go closures for Sparc
 2014-10-30  4:52 UTC  (14+ messages)
` [PATCH 5/8] sparc: Handle more cases of structure return directly
` [PATCH 6/8] sparc: Add support for complex types
` [PATCH 7/8] sparc: Add support for Go closures
` [PATCH 2/8] sparc: Tidy up symbols
` [PATCH 4/8] sparc: Preprocess float point struct return
` [PATCH 1/8] sparc: Eliminate long double ifdefs
` [PATCH 3/8] sparc: Rewrite everything
` [PATCH 8/8] sparc: Re-add abi compliant structure support

[PATCH 0/4] Go closures for alpha
 2014-10-30  3:54 UTC  (5+ messages)
` [PATCH 3/4] alpha: Add support for complex types
` [PATCH 4/4] alpha: Add support for Go closures
` [PATCH 2/4] alpha: Clean up conversion of float values
` [PATCH 1/4] alpha: Reorganize cif flags

[PATCH 00/10] Go closures for arm
 2014-10-29 20:06 UTC  (11+ messages)
` [PATCH 03/10] arm: Deref ffi_put_arg arguments
` [PATCH 07/10] arm: Remove internal FFI_TYPE constants
` [PATCH 05/10] arm: Rewrite ffi_call
` [PATCH 04/10] arm: Rewrite vfp_type_p
` [PATCH 08/10] arm: Add support for complex types
` [PATCH 02/10] arm: Deref ffi_align argument
` [PATCH 10/10] arm: Add support for Go closures
` [PATCH 01/10] arm: Reindent arm/ffi.c
` [PATCH 09/10] arm: Add argument space for the hidden struct return pointer
` [PATCH 06/10] arm: Rewrite ffi_closure

[PATCH 0/8] Go closures for x86_64
 2014-10-28 18:32 UTC  (9+ messages)
` [PATCH 2/8] Add ffi_cfi.h
` [PATCH 4/8] win64: Rewrite
` [PATCH 6/8] x86_64: Fixups for x32
` [PATCH 8/8] x86_64: Add support for complex types
` [PATCH 5/8] win64: Remove support from ffi.c
` [PATCH 1/8] Add entry points for interacting with Go
` [PATCH 3/8] x86-64: Support go closures
` [PATCH 7/8] x86_64: Decouple return types from FFI_TYPE constants

Xeon Phi
 2014-10-14 10:23 UTC  (6+ messages)

[PATCH 1/2] Complex type cleanup
 2014-09-29 11:16 UTC  (2+ messages)
` [PATCH 2/2] "

[RFC][PATCH 0/3] Complex type support (FFI_TYPE_COMPLEX)
 2014-09-29 10:24 UTC  (9+ messages)
` [RFC][PATCH 1/3] "
` [RFC][PATCH 3/3] "
` [RFC][PATCH 2/3] "
` [PING][RFC][PATCH 0/3] "

[PATCH] Fix compile failure on AArch64 Linux builds
 2014-09-23 12:36 UTC 

[PATCH, libffi, alpha]: Use FFI_ASSERT in ffi_closure_osf_inner
 2014-09-21  9:17 UTC  (6+ messages)

help.how to install libffi in ubuntu 14.04
 2014-09-20 11:21 UTC 

[patch] fix build error with -Werror=declaration-after-statement
 2014-09-20 10:37 UTC  (2+ messages)

[PATCH] Fix up libffi linux64*.S for ppc32-linux
 2014-09-11  0:12 UTC  (2+ messages)

Arrays inside structs, passed by value
 2014-08-28 16:39 UTC 

libffi does not respect libdir configuration
 2014-08-20  7:19 UTC  (2+ messages)

libffi-3.1 on iOS
 2014-06-12 20:54 UTC  (3+ messages)

libffi.pc from libffi-3.1 after `make install` is broken, new release propably in order
 2014-06-12 10:57 UTC  (4+ messages)

Outstanding invoice
 2014-06-10 14:53 UTC 

[PATCH] Fix typo in ffi.h.in
 2014-06-04  9:49 UTC  (2+ messages)

libffi 3.0.14-rc0 needs testing!
 2014-05-30 12:21 UTC  (5+ messages)
` libffi 3.1-rc1 "
    ` ABI breakage (Was: libffi 3.1-rc1 needs testing!)

page:  |  | latest

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).