aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-24re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn3-134/+370
2009-06-16ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved.Wim Lewis2-29/+19
2009-06-12[multiple changes]Andrew Haley7-94/+818
2009-06-09freebsd.S: Add missing file.Andrew Haley1-0/+458
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley2-9/+45
2009-06-04ffitarget.h, [...]: Back out stdcall changes.Andrew Haley3-62/+104
2009-06-04[multiple changes]Andrew Haley3-104/+62
2009-06-04ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley1-6/+6
2009-06-04[multiple changes]Andrew Haley32-65/+196
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley49-339/+390
2009-05-22win32.S (_ffi_closure_STDCALL): New function.Dave Korn1-0/+95
2009-05-22configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN3...Dave Korn1-14/+195
2008-12-19re PR libffi/26048 (libffi doesn't build on Solaris 10/x86 with native assemb...Rainer Orth2-10/+32
2008-11-21ffi.c (ffi_prep_cif_machdep): Add support for signed/unsigned int8/16 return ...Eric Botcazou2-20/+71
2008-08-25ffitarget.h (ffi_abi): Add FFI_LINUX and FFI_LINUX_SOFT_FLOAT to the POWERPC_...Andreas Tobler2-7/+20
2008-07-16ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned int.Kaz Kojima1-2/+3
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