Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-12-14 | configure.ac: Add TARGET for x86_64-*-darwin*. | Andreas Tobler | 2 | -1/+416 |
2006-11-01 | In gcc/: PR 23067 | Geoffrey Keating | 1 | -5/+56 |
2006-10-10 | configure.ac [...]: Set X86_DARWIN symbol and conditional. | Paolo Bonzini | 3 | -3/+413 |
2006-05-19 | ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot. | John David Anglin | 1 | -6/+6 |
2006-04-22 | README: Remove notice about 'Crazy Comments'. | Andreas Tobler | 13 | -1576/+87 |
2006-04-13 | hpux32.S: Correct unwind offset calculation for ffi_closure_pa32. | Andreas Tobler | 2 | -2/+2 |
2006-04-12 | Fix IA-64 problems with denorms getting clobbered by type conversions. | James E Wilson | 1 | -35/+51 |
2006-04-05 | Makefile.am: Add PA_HPUX port. | John David Anglin | 4 | -236/+765 |
2006-03-24 | ffitarget.h (enum ffi_abi): Add FFI_LINUX. | Alan Modra | 5 | -163/+196 |
2006-03-15 | ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers... | Kaz Kojima | 2 | -12/+39 |
2006-02-22 | sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV. | Kaz Kojima | 1 | -5/+5 |
2006-02-18 | ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v... | Kaz Kojima | 1 | -3/+4 |
2006-01-18 | sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl... | Jakub Jelinek | 2 | -36/+37 |
2005-12-07 | ffitarget.h: Remove obsolete sgidefs.h include. | Thiemo Seufer | 3 | -156/+180 |
2005-12-03 | ffi.c: Formatting. | Alan Modra | 1 | -257/+339 |
2005-09-26 | float1.c (value_type): New typedef. | Tom Tromey | 2 | -1/+12 |
2005-08-25 | re PR target/23404 (gij trashes args of functions with more than 8 fp args) | Alan Modra | 1 | -2/+4 |
2005-08-11 | configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test. | Jakub Jelinek | 5 | -116/+331 |
2005-08-09 | ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D... | Jakub Jelinek | 2 | -4/+4 |
2005-07-22 | sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3. | SUGIOKA Toshinobu | 2 | -40/+68 |
2005-07-20 | ffi.c (ffi_call): Handle small structures correctly. | Kaz Kojima | 3 | -54/+106 |
2005-07-19 | Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD. | Andreas Tobler | 4 | -29/+168 |
2005-07-06 | ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRU... | Randolph Chung | 3 | -34/+84 |
2005-06-15 | re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6) | Rainer Orth | 2 | -2/+4 |
2005-06-01 | ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he... | Alan Modra | 2 | -2/+2 |
2005-05-08 | re PR libffi/21285 (gij fails to handle NullPointerException exception) | Richard Henderson | 1 | -45/+49 |
2005-05-04 | ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags. | Richard Henderson | 2 | -51/+95 |
2005-04-18 | Makefile.am: Add CRIS support. | Simon Posnjak | 4 | -0/+652 |
2005-03-31 | * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI. | Hans Boehm | 1 | -2/+2 |
2005-03-30 | * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute. | Steve Ellcey | 2 | -37/+18 |
2005-03-24 | darwin.S: Update for -m64 multilib. | Mike Stump | 2 | -20/+43 |
2005-02-23 | re PR libffi/20104 (gij fails on ppc and not on x86) | Andrew Haley | 1 | -3/+7 |
2005-02-08 | ffitarget.h: Remove PPC stuff which does not belong to frv. | Andreas Tobler | 1 | -30/+2 |
2004-12-31 | types.c (FFI_AGGREGATE_TYPEDEF): Remove. | Richard Henderson | 1 | -66/+28 |
2004-12-31 | types.c (FFI_TYPE_POINTER): Define with sizeof. | Richard Henderson | 5 | -857/+948 |
2004-12-27 | * src/x86/unix64.S: Fix typo in unwind info. | Richard Henderson | 1 | -1/+1 |
2004-12-25 | ffi64.c (struct register_args): Rename from stackLayout. | Richard Henderson | 2 | -640/+566 |
2004-11-23 | o32.S (ffi_call_O32, [...]): Use jalr instead of jal. | Richard Sandiford | 1 | -10/+10 |
2004-11-22 | ffi.c (ffi_prep_closure): Align doubles and 64-bit integers on a 8-byte bound... | Eric Botcazou | 2 | -3/+26 |
2004-10-27 | ffi.c (ffi_prep_cif_machdep): Handle functions that return long long values. | Richard Earnshaw | 2 | -74/+166 |
2004-10-25 | (FFII_CLOSURES): Set to 0. | Kazuhiro Inaoka | 1 | -1/+1 |