summaryrefslogtreecommitdiff
path: root/libffi/src
Commit message (Expand)AuthorAgeFilesLines
* ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin2006-05-191-6/+6
* README: Remove notice about 'Crazy Comments'.Andreas Tobler2006-04-2213-1576/+87
* hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler2006-04-132-2/+2
* Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson2006-04-121-35/+51
* Makefile.am: Add PA_HPUX port.John David Anglin2006-04-054-236/+765
* ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra2006-03-245-163/+196
* ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima2006-03-152-12/+39
* sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima2006-02-221-5/+5
* ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima2006-02-181-3/+4
* sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek2006-01-182-36/+37
* ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer2005-12-073-156/+180
* ffi.c: Formatting.Alan Modra2005-12-031-257/+339
* float1.c (value_type): New typedef.Tom Tromey2005-09-262-1/+12
* re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra2005-08-251-2/+4
* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek2005-08-115-116/+331
* ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek2005-08-092-4/+4
* sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3.SUGIOKA Toshinobu2005-07-222-40/+68
* ffi.c (ffi_call): Handle small structures correctly.Kaz Kojima2005-07-203-54/+106
* Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.Andreas Tobler2005-07-194-29/+168
* ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRU...Randolph Chung2005-07-063-34/+84
* re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)Rainer Orth2005-06-152-2/+4
* ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he...Alan Modra2005-06-012-2/+2
* re PR libffi/21285 (gij fails to handle NullPointerException exception)Richard Henderson2005-05-081-45/+49
* ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags.Richard Henderson2005-05-042-51/+95
* Makefile.am: Add CRIS support.Simon Posnjak2005-04-184-0/+652
* * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.Hans Boehm2005-03-311-2/+2
* * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.Steve Ellcey2005-03-302-37/+18
* darwin.S: Update for -m64 multilib.Mike Stump2005-03-242-20/+43
* re PR libffi/20104 (gij fails on ppc and not on x86)Andrew Haley2005-02-231-3/+7
* ffitarget.h: Remove PPC stuff which does not belong to frv.Andreas Tobler2005-02-081-30/+2
* types.c (FFI_AGGREGATE_TYPEDEF): Remove.Richard Henderson2004-12-311-66/+28
* types.c (FFI_TYPE_POINTER): Define with sizeof.Richard Henderson2004-12-315-857/+948
* * src/x86/unix64.S: Fix typo in unwind info.Richard Henderson2004-12-271-1/+1
* ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson2004-12-252-640/+566
* o32.S (ffi_call_O32, [...]): Use jalr instead of jal.Richard Sandiford2004-11-231-10/+10
* ffi.c (ffi_prep_closure): Align doubles and 64-bit integers on a 8-byte bound...Eric Botcazou2004-11-222-3/+26
* ffi.c (ffi_prep_cif_machdep): Handle functions that return long long values.Richard Earnshaw2004-10-272-74/+166
* (FFII_CLOSURES): Set to 0.Kazuhiro Inaoka2004-10-251-1/+1
* sysv.S (ffi_call_SYSV): Don't align for double data.Kaz Kojima2004-10-211-6/+0
* ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning ...Kaz Kojima2004-10-182-6/+52
* Makefile.am: Add m32r support.Kazuhiro Inaoka2004-10-134-1/+417
* darwin.S: Fix comments and identation.Andreas Tobler2004-09-052-49/+49
* ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler2004-09-024-23/+107
* 004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2004-09-029-268/+260
* Makefile.am: Add frv support.Anthony Green2004-08-303-0/+505
* re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney2004-08-233-44/+125
* ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall2004-08-153-3/+296
* ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley2004-08-101-0/+2
* ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand2004-07-111-10/+8
* ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2004-06-301-5/+5