aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
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
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