aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2005-08-09ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek2-4/+4
2005-07-22sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3.SUGIOKA Toshinobu2-40/+68
2005-07-20ffi.c (ffi_call): Handle small structures correctly.Kaz Kojima3-54/+106
2005-07-19Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.Andreas Tobler4-29/+168
2005-07-06ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRU...Randolph Chung3-34/+84
2005-06-15re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)Rainer Orth2-2/+4
2005-06-01ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he...Alan Modra2-2/+2
2005-05-08re PR libffi/21285 (gij fails to handle NullPointerException exception)Richard Henderson1-45/+49
2005-05-04ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags.Richard Henderson2-51/+95
2005-04-18Makefile.am: Add CRIS support.Simon Posnjak4-0/+652
2005-03-31* src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.Hans Boehm1-2/+2
2005-03-30* src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.Steve Ellcey2-37/+18
2005-03-24darwin.S: Update for -m64 multilib.Mike Stump2-20/+43
2005-02-23re PR libffi/20104 (gij fails on ppc and not on x86)Andrew Haley1-3/+7
2005-02-08ffitarget.h: Remove PPC stuff which does not belong to frv.Andreas Tobler1-30/+2
2004-12-31types.c (FFI_AGGREGATE_TYPEDEF): Remove.Richard Henderson1-66/+28
2004-12-31types.c (FFI_TYPE_POINTER): Define with sizeof.Richard Henderson5-857/+948
2004-12-27* src/x86/unix64.S: Fix typo in unwind info.Richard Henderson1-1/+1
2004-12-25ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson2-640/+566
2004-11-23o32.S (ffi_call_O32, [...]): Use jalr instead of jal.Richard Sandiford1-10/+10
2004-11-22ffi.c (ffi_prep_closure): Align doubles and 64-bit integers on a 8-byte bound...Eric Botcazou2-3/+26
2004-10-27ffi.c (ffi_prep_cif_machdep): Handle functions that return long long values.Richard Earnshaw2-74/+166
2004-10-25(FFII_CLOSURES): Set to 0.Kazuhiro Inaoka1-1/+1
2004-10-21sysv.S (ffi_call_SYSV): Don't align for double data.Kaz Kojima1-6/+0
2004-10-18ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning ...Kaz Kojima2-6/+52
2004-10-13Makefile.am: Add m32r support.Kazuhiro Inaoka4-1/+417
2004-09-05darwin.S: Fix comments and identation.Andreas Tobler2-49/+49
2004-09-02ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler4-23/+107
2004-09-02004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler9-268/+260
2004-08-30Makefile.am: Add frv support.Anthony Green3-0/+505
2004-08-23re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney3-44/+125
2004-08-15ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall3-3/+296
2004-08-10ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley1-0/+2
2004-07-11ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand1-10/+8
2004-06-30ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating1-5/+5
2004-06-10unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek1-2/+3
2004-04-27Patch 14922Matt Austern2-2/+10
2004-03-20linux.S: Fix typo.Matthias Klose1-1/+1
2004-03-19[multiple changes]Matthias Klose4-2/+943
2004-03-16types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji3-6/+79
2004-03-12Enabled linkonce support for Darwin.Matt Austern2-11/+13
2004-03-11ffi.c (ffi_prep_incoming_args_UNIX): Get floating point arguments from fp reg...Andreas Schwab1-8/+7
2004-02-26ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai1-7/+9
2004-02-09* src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra1-1/+1
2004-02-09ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra1-2/+19
2004-02-08ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra3-82/+97
2004-02-07* src/types.c: Use 16 byte long double for POWERPC64.Alan Modra1-1/+1
2004-01-25ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return...Eric Botcazou3-87/+188
2004-01-21ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert1-1/+1
2003-12-02re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji1-4/+4