aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)Author
2007-06-02configure: Regenerate.Paolo Bonzini
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey
2007-05-10ffi.c (ffi_prep_incoming_args_SYSV, [...]): New, add closure support.Roman Zippel
2007-05-10configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.Roman Zippel
2007-05-10ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix numerous test suite failures.Roman Zippel
2007-04-13Makefile.am (EXTRA_DIST): Bring up to date.Paolo Bonzini
2007-04-06configure.ac: Tidy target case.Richard Henderson
2007-04-06re PR libffi/31491 (libffi: bug in example program)Tom Tromey
2007-04-03closures.c: Include sys/statfs.h.Jakub Jelinek
2007-03-24return_fl2.c (return_fl): Mark as static.Uros Bizjak
2007-03-08ffi.c (flush_icache): Fix left-over from previous patch.Alexandre Oliva
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-03-07dlmalloc.c: New file, imported version 2.8.3 of Doug Lea's malloc.Alexandre Oliva
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses
2007-02-13ffi.c (ffi_prep_args, [...]): Add long double handling.Andreas Krebbel
2007-02-02linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst...Jakub Jelinek
2007-01-18Makefile.am (all-recursive, [...]): Add missing targets.Alexandre Oliva
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth
2006-12-14configure.ac: Add TARGET for x86_64-*-darwin*.Andreas Tobler
2006-12-13aclocal.m4: Regenerate with aclocal -I ..Andreas Tobler
2006-11-01Fix date on ChangeLog entryGeoffrey Keating
2006-11-01In gcc/: PR 23067Geoffrey Keating
2006-10-10configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini
2006-09-12re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -versi...David Daney
2006-08-17ffi_common.h (struct): Revert accidental commit.Andreas Tobler
2006-08-15ffi_common.h: Remove lint directives.Andreas Tobler
2006-07-25ffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.Torsten Schoenfeld
2006-07-19closure_fn6.c: Remove xfail for mips, xfail remains for mips64.David Daney
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell
2006-05-19ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin
2006-04-22README: Remove notice about 'Crazy Comments'.Andreas Tobler
2006-04-13hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler
2006-04-12Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose
2006-04-07For PR 26483, IA-64 denorm failure due to unwanted rounding.James E Wilson
2006-04-05Makefile.am: Add PA_HPUX port.John David Anglin
2006-03-24ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra
2006-03-15ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima
2006-03-01unwindtest.cc (closure_test_fn): Mark cif, args and userdata unused.Andreas Tobler
2006-03-01call.exp: Adjust FSF address.Andreas Tobler
2006-02-22sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima
2006-02-20libffi: testsuite fix for ix86.Andreas Tobler
2006-02-18ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima
2006-02-17re PR target/25630 (darwin-ppc, wrong alignment of nested structs)Andreas Tobler
2006-02-16return_dbl.c: New test case.Andreas Tobler
2006-02-16nested_struct2.c: Remove ffi_type_mylong definition.Andreas Tobler
2006-01-21configure.ac: Enable libffi for sparc64-*-freebsd*.Andreas Tobler
2006-01-18sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek
2005-12-07ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer
2005-12-03ffi.c: Formatting.Alan Modra