summaryrefslogtreecommitdiff
path: root/libffi/src
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am (EXTRA_DIST): Bring up to date.Paolo Bonzini2007-04-131-2/+0
* configure.ac: Tidy target case.Richard Henderson2007-04-064-21/+68
* closures.c: Include sys/statfs.h.Jakub Jelinek2007-04-031-1/+63
* ffi.c (flush_icache): Fix left-over from previous patch.Alexandre Oliva2007-03-081-8/+5
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-0719-139/+749
* dlmalloc.c: New file, imported version 2.8.3 of Doug Lea's malloc.Alexandre Oliva2007-03-071-0/+5061
* ffi.c (ffi_prep_args, [...]): Add long double handling.Andreas Krebbel2007-02-131-0/+27
* linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst...Jakub Jelinek2007-02-021-2/+5
* configure.ac: Add TARGET for x86_64-*-darwin*.Andreas Tobler2006-12-142-1/+416
* In gcc/: PR 23067Geoffrey Keating2006-11-011-5/+56
* configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini2006-10-103-3/+413
* 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