aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2008-03-27sysv.S: Add .note.GNU-stack on Linux.Kaz Kojima2-2/+10
2008-03-26[multiple changes]Matthias Klose10-0/+38
2008-01-30re PR libffi/34612 ([4.1/4.2] libffi doesn't work with -fomit-frame-pointer o...H.J. Lu1-0/+6
2008-01-06ffi.c (ffi_prep_cif_machdep): Fix thinko.Andreas Tobler1-3/+2
2008-01-05re PR testsuite/32843 (libffi.call/return_sc.c)Andreas Tobler3-59/+106
2007-12-08n32.S (ffi_call_N32): Replace dadd with ADDU...David Daney1-23/+12
2007-12-07ffi.c (ffi_prep_cif_machdep): Handle long double return type.David Daney1-1/+7
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney2-21/+34
2007-12-06n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values.David Daney1-3/+3
2007-12-01re PR libffi/31937 (libffi doesn't support ppc without FPU)Andreas Tobler4-40/+202
2007-11-25closures.c: Move defintion of MAYBE_UNUSED from here to ...Andreas Tobler1-2/+1
2007-11-17sysv.S: Load correct cr to compare if we have long double.Andreas Tobler3-1/+4
2007-09-04[multiple changes]Andrew Haley2-22/+79
2007-08-10re PR libffi/28313 (libffi has not been ported to mips64-linux-gnu)David Daney4-89/+591
2007-08-07sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin.Andrew Haley1-1/+1
2007-08-06re PR testsuite/32843 (libffi.call/return_sc.c)Andrew Haley1-0/+8
2007-07-31re PR testsuite/32843 (libffi.call/return_sc.c)Andrew Haley2-21/+66
2007-07-12ffi.c: Don't include sys/cachectl.h.David Daney1-3/+2
2007-07-09[multiple changes]Andrew Haley3-1/+169
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