Age | Commit message (Expand) | Author | Files | Lines |
2009-09-29 | win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch... | Kai Tietz | 1 | -2/+0 |
2009-09-23 | PR libffi/40242, PR libffi/41443 | Matthias Klose | 1 | -8/+15 |
2009-09-17 | PR testsuite/32843 (strikes again) | Loren J. Rittle | 1 | -1/+1 |
2009-09-15 | java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE... | David Daney | 4 | -34/+199 |
2009-07-24 | re PR libffi/40807 (libffi.call/return_sc.c) | Dave Korn | 3 | -134/+370 |
2009-06-16 | ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved. | Wim Lewis | 2 | -29/+19 |
2009-06-12 | [multiple changes] | Andrew Haley | 7 | -94/+818 |
2009-06-09 | freebsd.S: Add missing file. | Andrew Haley | 1 | -0/+458 |
2009-06-05 | ffitarget.h, ffi.c: Merge stdcall changes from libffi. | Andrew Haley | 2 | -9/+45 |
2009-06-04 | ffitarget.h, [...]: Back out stdcall changes. | Andrew Haley | 3 | -62/+104 |
2009-06-04 | [multiple changes] | Andrew Haley | 3 | -104/+62 |
2009-06-04 | ffi.h.in: Change void (*)() to void (*)(void). | Andrew Haley | 1 | -6/+6 |
2009-06-04 | [multiple changes] | Andrew Haley | 32 | -65/+196 |
2009-06-04 | 2009-06-04 Andrew Haley <aph@redhat.com> | Andrew Haley | 49 | -339/+390 |
2009-05-22 | win32.S (_ffi_closure_STDCALL): New function. | Dave Korn | 1 | -0/+95 |
2009-05-22 | configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN3... | Dave Korn | 1 | -14/+195 |
2008-12-19 | re PR libffi/26048 (libffi doesn't build on Solaris 10/x86 with native assemb... | Rainer Orth | 2 | -10/+32 |
2008-11-21 | ffi.c (ffi_prep_cif_machdep): Add support for signed/unsigned int8/16 return ... | Eric Botcazou | 2 | -20/+71 |
2008-08-25 | ffitarget.h (ffi_abi): Add FFI_LINUX and FFI_LINUX_SOFT_FLOAT to the POWERPC_... | Andreas Tobler | 2 | -7/+20 |
2008-07-16 | ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned int. | Kaz Kojima | 1 | -2/+3 |
2008-03-27 | sysv.S: Add .note.GNU-stack on Linux. | Kaz Kojima | 2 | -2/+10 |
2008-03-26 | [multiple changes] | Matthias Klose | 10 | -0/+38 |
2008-01-30 | re PR libffi/34612 ([4.1/4.2] libffi doesn't work with -fomit-frame-pointer o... | H.J. Lu | 1 | -0/+6 |
2008-01-06 | ffi.c (ffi_prep_cif_machdep): Fix thinko. | Andreas Tobler | 1 | -3/+2 |
2008-01-05 | re PR testsuite/32843 (libffi.call/return_sc.c) | Andreas Tobler | 3 | -59/+106 |
2007-12-08 | n32.S (ffi_call_N32): Replace dadd with ADDU... | David Daney | 1 | -23/+12 |
2007-12-07 | ffi.c (ffi_prep_cif_machdep): Handle long double return type. | David Daney | 1 | -1/+7 |
2007-12-06 | ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. | David Daney | 2 | -21/+34 |
2007-12-06 | n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values. | David Daney | 1 | -3/+3 |
2007-12-01 | re PR libffi/31937 (libffi doesn't support ppc without FPU) | Andreas Tobler | 4 | -40/+202 |
2007-11-25 | closures.c: Move defintion of MAYBE_UNUSED from here to ... | Andreas Tobler | 1 | -2/+1 |
2007-11-17 | sysv.S: Load correct cr to compare if we have long double. | Andreas Tobler | 3 | -1/+4 |
2007-09-04 | [multiple changes] | Andrew Haley | 2 | -22/+79 |
2007-08-10 | re PR libffi/28313 (libffi has not been ported to mips64-linux-gnu) | David Daney | 4 | -89/+591 |
2007-08-07 | sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin. | Andrew Haley | 1 | -1/+1 |
2007-08-06 | re PR testsuite/32843 (libffi.call/return_sc.c) | Andrew Haley | 1 | -0/+8 |
2007-07-31 | re PR testsuite/32843 (libffi.call/return_sc.c) | Andrew Haley | 2 | -21/+66 |
2007-07-12 | ffi.c: Don't include sys/cachectl.h. | David Daney | 1 | -3/+2 |
2007-07-09 | [multiple changes] | Andrew Haley | 3 | -1/+169 |
2007-05-10 | ffi.c (ffi_prep_incoming_args_SYSV, [...]): New, add closure support. | Roman Zippel | 3 | -1/+176 |
2007-05-10 | configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test. | Roman Zippel | 1 | -0/+17 |
2007-05-10 | ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix numerous test suite failures. | Roman Zippel | 2 | -69/+92 |
2007-04-13 | Makefile.am (EXTRA_DIST): Bring up to date. | Paolo Bonzini | 1 | -2/+0 |
2007-04-06 | configure.ac: Tidy target case. | Richard Henderson | 4 | -21/+68 |
2007-04-03 | closures.c: Include sys/statfs.h. | Jakub Jelinek | 1 | -1/+63 |
2007-03-08 | ffi.c (flush_icache): Fix left-over from previous patch. | Alexandre Oliva | 1 | -8/+5 |
2007-03-07 | ffi.h.in (ffi_closure_alloc, [...]): New. | Alexandre Oliva | 19 | -139/+749 |
2007-03-07 | dlmalloc.c: New file, imported version 2.8.3 of Doug Lea's malloc. | Alexandre Oliva | 1 | -0/+5061 |
2007-02-13 | ffi.c (ffi_prep_args, [...]): Add long double handling. | Andreas Krebbel | 1 | -0/+27 |
2007-02-02 | linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst... | Jakub Jelinek | 1 | -2/+5 |