aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2007-05-10ffi.c (ffi_prep_incoming_args_SYSV, [...]): New, add closure support.Roman Zippel3-1/+176
2007-05-10configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.Roman Zippel1-0/+17
2007-05-10ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix numerous test suite failures.Roman Zippel2-69/+92
2007-04-13Makefile.am (EXTRA_DIST): Bring up to date.Paolo Bonzini1-2/+0
2007-04-06configure.ac: Tidy target case.Richard Henderson4-21/+68
2007-04-03closures.c: Include sys/statfs.h.Jakub Jelinek1-1/+63
2007-03-08ffi.c (flush_icache): Fix left-over from previous patch.Alexandre Oliva1-8/+5
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva19-139/+749
2007-03-07dlmalloc.c: New file, imported version 2.8.3 of Doug Lea's malloc.Alexandre Oliva1-0/+5061
2007-02-13ffi.c (ffi_prep_args, [...]): Add long double handling.Andreas Krebbel1-0/+27
2007-02-02linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst...Jakub Jelinek1-2/+5
2006-12-14configure.ac: Add TARGET for x86_64-*-darwin*.Andreas Tobler2-1/+416
2006-11-01In gcc/: PR 23067Geoffrey Keating1-5/+56
2006-10-10configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini3-3/+413
2006-05-19ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin1-6/+6
2006-04-22README: Remove notice about 'Crazy Comments'.Andreas Tobler13-1576/+87
2006-04-13hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler2-2/+2
2006-04-12Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson1-35/+51
2006-04-05Makefile.am: Add PA_HPUX port.John David Anglin4-236/+765
2006-03-24ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra5-163/+196
2006-03-15ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima2-12/+39
2006-02-22sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima1-5/+5
2006-02-18ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima1-3/+4
2006-01-18sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek2-36/+37
2005-12-07ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer3-156/+180
2005-12-03ffi.c: Formatting.Alan Modra1-257/+339
2005-09-26float1.c (value_type): New typedef.Tom Tromey2-1/+12
2005-08-25re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra1-2/+4
2005-08-11configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek5-116/+331
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