libffi-discuss archive
subject index for 2014

This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Re: [gofrontend-dev] Re: [PATCH 00/13] Go closures, libffi, and the static chain

Re: [gofrontend-dev] Re: [PATCH 03/13] HACK! Allow the static chain to be set from C

[PATCH 0/4] Go closures for alpha

[PATCH 0/4] s390 improvements

[PATCH 0/7] Merge of gcc patches

[PATCH 0/8] Go closures for Sparc

[PATCH 0/8] Go closures for x86_64

[PATCH 00/10] Go closures for arm

[PATCH 00/13] Go closures for i686

[PATCH 00/13] Go closures, libffi, and the static chain

[PATCH 00/16] Go closures for aarch64

[PATCH 01/10] arm: Reindent arm/ffi.c

[PATCH 01/13] Make TARGET_STATIC_CHAIN allow a function type

[PATCH 01/13] x86: Tidy ffi_abi

[PATCH 01/16] aarch64: Fix non-apple compilation

[PATCH 02/10] arm: Deref ffi_align argument

[PATCH 02/13] Allow the front-end to create calls with a static chain

[PATCH 02/13] x86: Remove some conditional compilation

[PATCH 02/16] aarch64: Improve is_hfa

[PATCH 03/10] arm: Deref ffi_put_arg arguments

[PATCH 03/13] HACK! Allow the static chain to be set from C

Re: [PATCH 03/13] HACK! Allow the static chain to be set from C

[PATCH 03/13] x86: Force FFI_TYPE_LONGDOUBLE different from FFI_TYPE_DOUBLE

[PATCH 03/16] aarch64: Always distinguish LONGDOUBLE

[PATCH 04/10] arm: Rewrite vfp_type_p

[PATCH 04/13] Use the static chain as the closure parameter from Go

[PATCH 04/13] x86: Convert to gas generated unwind info

[PATCH 04/16] aarch64: Simplify AARCH64_STACK_ALIGN

[PATCH 05/10] arm: Rewrite ffi_call

[PATCH 05/13] ffi_cif: Add cfa_escape

[PATCH 05/13] libgo: Use the static chain for the closure

[PATCH 05/16] aarch64: Reduce the size of register_context

[PATCH 06/10] arm: Rewrite ffi_closure

[PATCH 06/13] libffi: Add entry points for interacting with Go

[PATCH 06/13] x86: Rewrite ffi_call

[PATCH 06/16] aarch64: Use correct return registers

[PATCH 07/10] arm: Remove internal FFI_TYPE constants

[PATCH 07/13] libffi: Support go closures on x86_64

[PATCH 07/13] x86: Rewrite closures

[PATCH 07/16] aarch64: Treat void return as not passed in registers

[PATCH 08/10] arm: Add support for complex types

[PATCH 08/13] libgo: Use the new libffi interfaces for Go

[PATCH 08/13] testsuite: Fix return_complex2 vs excessive precision

[PATCH 08/16] aarch64: Tidy up abi manipulation

[PATCH 09/10] arm: Add argument space for the hidden struct return pointer

[PATCH 09/13] libgo: Remove __go_get/set_closure

[PATCH 09/13] x86: Add support for Complex

[PATCH 09/16] aarch64: Merge prep_args with ffi_call

[PATCH 1/2] Complex type cleanup

[PATCH 1/4] alpha: Reorganize cif flags

[PATCH 1/4] s390: Kill trailing whitespace

[PATCH 1/7] Merge of gcc patches

[PATCH 1/8] Add entry points for interacting with Go

[PATCH 1/8] sparc: Eliminate long double ifdefs

[PATCH 10/10] arm: Add support for Go closures

[PATCH 10/13] libffi: Rewrite aarch64

[PATCH 10/13] x86: Add support for Go closures

[PATCH 10/16] aarch64: Move return value handling into ffi_call_SYSV

[PATCH 11/13] libffi: Support go closures on aarch64

[PATCH 11/13] x86: Use win32 name mangling for fastcall functions

[PATCH 11/16] aarch64: Move return value handling into ffi_closure_SYSV

[PATCH 12/13] libffi: Rewrite i386 sysv

[PATCH 12/13] testsuite: Add two dg-do run markers

[PATCH 12/16] aarch64: Unify scalar fp and hfa handling

[PATCH 13/13] libffi: Support go closures on i386

[PATCH 13/13] x86: Work around two clang assembler bugs

[PATCH 13/16] aarch64: Remove aarch64_flags

[PATCH 14/16] aarch64: Add support for complex types

[PATCH 15/16] aarch64: Move x8 out of call_context

[PATCH 16/16] aarch64: Add support for Go closures

[PATCH 2/2] Complex type cleanup

[PATCH 2/4] alpha: Clean up conversion of float values

[PATCH 2/4] s390: Avoid aliasing warnings

[PATCH 2/7] Merge of gcc patches

[PATCH 2/8] Add ffi_cfi.h

[PATCH 2/8] sparc: Tidy up symbols

[PATCH 3/4] alpha: Add support for complex types

[PATCH 3/4] s390: Reorganize assembly

[PATCH 3/7] Merge of gcc patches

[PATCH 3/8] sparc: Rewrite everything

[PATCH 3/8] x86-64: Support go closures

[PATCH 4/4] alpha: Add support for Go closures

[PATCH 4/4] s390: Use pc-relative insns in 31-bit mode

[PATCH 4/7] Merge of gcc patches

[PATCH 4/8] sparc: Preprocess float point struct return

[PATCH 4/8] win64: Rewrite

[PATCH 5/4] s390: Inline and tidy ffi_prep_args

[PATCH 5/7] Merge of gcc patches

[PATCH 5/8] sparc: Handle more cases of structure return directly

[PATCH 5/8] win64: Remove support from ffi.c

[PATCH 6/7] Merge of gcc patches

[PATCH 6/8] sparc: Add support for complex types

[PATCH 6/8] x86_64: Fixups for x32

[PATCH 7/7] Merge of gcc patches

[PATCH 7/8] sparc: Add support for Go closures

[PATCH 7/8] x86_64: Decouple return types from FFI_TYPE constants

[PATCH 8/8] sparc: Re-add abi compliant structure support

[PATCH 8/8] x86_64: Add support for complex types

[Patch AArch64] Add missing .note.GNU-stack note

[PATCH v2 03/13] Allow the static chain to be set from C

Re: [PATCH, AArch64] Fix Call Frame Information in ffi_closure_SYSV

[PATCH, libffi, alpha]: Use FFI_ASSERT in ffi_closure_osf_inner

[PATCH] Add support for Cygwin-64 to libffi

[PATCH] Detect compiler's _Complex support with a configure check.

[patch] fix build error with -Werror=declaration-after-statement

[PATCH] Fix compile failure on AArch64 Linux builds

[PATCH] Fix typo in ffi.h.in

[PATCH] Fix typo in help strings for --disable-(struct|raw_api)

[PATCH] Fix up libffi linux64*.S for ppc32-linux

[PATCH] Go closures for s390[x]

[patch] libffi.so.6 in libffi-3.1 is built with execstacks because of missing GNU stack marking in win32.S

[PATCH] src/arm/sysv.S: Fix ffi_call_VFP with no VFP arguments

Re: [Patch] Updated version of emutramp_enabled_check() for PaX kernels

[PATCH] Use $CFLAGS to calculate multi_os_directory in configure.ac.

[PATCH] Whitespace cleanup in example code in docs.

[PING 1][PATCH] Use $CFLAGS to calculate multi_os_directory in configure.ac.

[PING] Re: [PATCH, AArch64] Fix Call Frame Information in ffi_closure_SYSV

[PING][RFC][PATCH 0/3] Complex type support (FFI_TYPE_COMPLEX)

Re: [PING^2] Re: [PATCH, AArch64] Fix Call Frame Information in ffi_closure_SYSV

[PING^3] Re: [PATCH, AArch64] Fix Call Frame Information in ffi_closure_SYSV

[RFC] Proposal for m*vc build issue (#138)

[RFC][PATCH 0/3] Complex type support (FFI_TYPE_COMPLEX)

[RFC][PATCH 1/3] Complex type support (FFI_TYPE_COMPLEX)

[RFC][PATCH 2/3] Complex type support (FFI_TYPE_COMPLEX)

[RFC][PATCH 3/3] Complex type support (FFI_TYPE_COMPLEX)

ABI breakage (Was: libffi 3.1-rc1 needs testing!)

Aiming for libffi release before April

Arrays inside structs, passed by value

C99 complex types support

Compile problem on NetBSD/evbarm

Fix powerpc breakage from 6e8a4460

GO closures for powerpc linux

Re: help.how to install libffi in ubuntu 14.04

libffi 3.0.14-rc0 needs testing!

libffi 3.1-rc1 needs testing!

libffi 3.2 and disruptive changes

libffi 3.2.1 and master, can't build with Visual Studio 2012

libffi does not follow proper ABI on ia32 (?)

libffi does not respect libdir configuration

libffi v3.1 - ffi_closure_alloc on Android ARM

libffi-3.1 on iOS

libffi.pc from libffi-3.1 after `make install` is broken, new release propably in order

maybe a bug in 3.0.13 for osx 32bit builds

Outstanding invoice

powerpc: Fix ffi_go_closure_linux64

Removal of config.sub and config.guess

Re: Request to spin new release of libffi to support ppc64le arch

showstopper bug on x86 (Re: libffi does not follow proper ABI on ia32)

Re: Tidy powerpc*-linux support

Xeon Phi


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc