public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
libffi does not follow proper ABI on ia32 (?)
 2014-12-22 19:36 UTC 

[PATCH] Go closures for s390[x]
 2014-12-22 16:31 UTC  (7+ messages)

[PATCH 0/4] s390 improvements
 2014-12-22 16:30 UTC  (15+ messages)
` [PATCH 3/4] s390: Reorganize assembly
` [PATCH 4/4] s390: Use pc-relative insns in 31-bit mode
` [PATCH 2/4] s390: Avoid aliasing warnings
` [PATCH 1/4] s390: Kill trailing whitespace
` [PATCH 5/4] s390: Inline and tidy ffi_prep_args

[PATCH 00/13] Go closures, libffi, and the static chain
 2014-12-15 20:11 UTC  (43+ messages)
` [PATCH 11/13] libffi: Support go closures on aarch64
` [PATCH 04/13] Use the static chain as the closure parameter from Go
` [PATCH 05/13] libgo: Use the static chain for the closure
` [PATCH 10/13] libffi: Rewrite aarch64
` [PATCH 12/13] libffi: Rewrite i386 sysv
` [PATCH 13/13] libffi: Support go closures on i386
` [PATCH 03/13] HACK! Allow the static chain to be set from C
      ` [gofrontend-dev] "
  ` [PATCH v2 03/13] "
` [PATCH 06/13] libffi: Add entry points for interacting with Go
` [PATCH 09/13] libgo: Remove __go_get/set_closure
` [PATCH 01/13] Make TARGET_STATIC_CHAIN allow a function type
` [PATCH 08/13] libgo: Use the new libffi interfaces for Go
` [PATCH 02/13] Allow the front-end to create calls with a static chain
` [PATCH 07/13] libffi: Support go closures on x86_64
        ` [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 14/16] aarch64: Add support for complex types
` [PATCH 08/16] aarch64: Tidy up abi manipulation
` [PATCH 04/16] aarch64: Simplify AARCH64_STACK_ALIGN
` [PATCH 07/16] aarch64: Treat void return as not passed in registers
` [PATCH 15/16] aarch64: Move x8 out of call_context
` [PATCH 10/16] aarch64: Move return value handling into ffi_call_SYSV
` [PATCH 12/16] aarch64: Unify scalar fp and hfa handling
` [PATCH 11/16] aarch64: Move return value handling into ffi_closure_SYSV
` [PATCH 06/16] aarch64: Use correct return registers
` [PATCH 05/16] aarch64: Reduce the size of register_context
` [PATCH 13/16] aarch64: Remove aarch64_flags
` [PATCH 02/16] aarch64: Improve is_hfa
` [PATCH 16/16] aarch64: Add support for Go closures
` [PATCH 09/16] aarch64: Merge prep_args with ffi_call

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

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 3/8] sparc: Rewrite everything
` [PATCH 4/8] sparc: Preprocess float point struct return
` [PATCH 1/8] sparc: Eliminate long double ifdefs
` [PATCH 2/8] sparc: Tidy up symbols
` [PATCH 8/8] sparc: Re-add abi compliant structure support
` [PATCH 5/8] sparc: Handle more cases of structure return directly
` [PATCH 7/8] sparc: Add support for Go closures
` [PATCH 6/8] sparc: Add support for complex types

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

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

[PATCH 0/8] Go closures for x86_64
 2014-10-28 18:32 UTC  (9+ messages)
` [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 4/8] win64: Rewrite
` [PATCH 2/8] Add ffi_cfi.h
` [PATCH 3/8] x86-64: Support go closures
` [PATCH 7/8] x86_64: Decouple return types from FFI_TYPE constants
` [PATCH 1/8] Add entry points for interacting with Go

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  (3+ messages)

[RFC][PATCH 2/3] Complex type support (FFI_TYPE_COMPLEX)
 2014-09-23 13:17 UTC  (2+ messages)

[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  (5+ 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)

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