summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* cls_multi_ushort.c, [...]: Remove xfail for mips64*-*-*.David Daney2007-08-1071-70/+143
* re PR libffi/28313 (libffi has not been ported to mips64-linux-gnu)David Daney2007-08-1010-96/+635
* ffitest.h (ffi_type_mylong): Remove definition.David Daney2007-08-0934-78/+104
* sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin.Andrew Haley2007-08-072-1/+6
* re PR testsuite/32843 (libffi.call/return_sc.c)Andrew Haley2007-08-062-0/+15
* return_ul.c (main): Define return type as ffi_arg.David Daney2007-08-032-2/+7
* re PR testsuite/32843 (libffi.call/return_sc.c)Andrew Haley2007-07-314-22/+78
* re PR testsuite/32843 (libffi.call/return_sc.c)Richard Guenther2007-07-262-1/+7
* configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.Rainer Orth2007-07-163-0/+11
* ffi.c: Don't include sys/cachectl.h.David Daney2007-07-122-3/+8
* [multiple changes]Andrew Haley2007-07-0974-71/+339
* Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,H.J. Lu2007-07-052-6377/+4
* configure: Regenerate.Paolo Bonzini2007-06-022-34/+44
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-246-634/+12741
* ffi.c (ffi_prep_incoming_args_SYSV, [...]): New, add closure support.Roman Zippel2007-05-104-1/+184
* configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.Roman Zippel2007-05-105-0/+105
* ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix numerous test suite failures.Roman Zippel2007-05-103-69/+98
* Makefile.am (EXTRA_DIST): Bring up to date.Paolo Bonzini2007-04-134-9/+17
* configure.ac: Tidy target case.Richard Henderson2007-04-069-135/+328
* re PR libffi/31491 (libffi: bug in example program)Tom Tromey2007-04-062-1/+6
* closures.c: Include sys/statfs.h.Jakub Jelinek2007-04-032-1/+73
* return_fl2.c (return_fl): Mark as static.Uros Bizjak2007-03-242-6/+17
* ffi.c (flush_icache): Fix left-over from previous patch.Alexandre Oliva2007-03-082-8/+11
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-0723-144/+832
* dlmalloc.c: New file, imported version 2.8.3 of Doug Lea's malloc.Alexandre Oliva2007-03-072-0/+5066
* Makefile.am: Add dummy install-pdf target.Brooks Moses2007-03-013-4/+11
* ffi.c (ffi_prep_args, [...]): Add long double handling.Andreas Krebbel2007-02-132-0/+32
* linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst...Jakub Jelinek2007-02-022-2/+10
* Makefile.am (all-recursive, [...]): Add missing targets.Alexandre Oliva2007-01-183-0/+22
* aclocal.m4: Regenerate to use multi.m4.Jack Howarth2007-01-176-86/+23
* configure.ac: Add TARGET for x86_64-*-darwin*.Andreas Tobler2006-12-1410-77/+509
* aclocal.m4: Regenerate with aclocal -I ..Andreas Tobler2006-12-132-6377/+6
* Fix date on ChangeLog entryGeoffrey Keating2006-11-011-1/+1
* In gcc/: PR 23067Geoffrey Keating2006-11-014-7/+66
* configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini2006-10-1010-58/+537
* re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -versi...David Daney2006-09-126-56/+6455
* ffi_common.h (struct): Revert accidental commit.Andreas Tobler2006-08-172-1/+5
* ffi_common.h: Remove lint directives.Andreas Tobler2006-08-153-28/+33
* ffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.Torsten Schoenfeld2006-07-253-3/+55
* closure_fn6.c: Remove xfail for mips, xfail remains for mips64.David Daney2006-07-192-1/+6
* Makefile.am: Add install-html target.Carlos O'Donell2006-05-246-360/+174
* ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin2006-05-192-6/+11
* README: Remove notice about 'Crazy Comments'.Andreas Tobler2006-04-2218-1591/+110
* hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler2006-04-133-3/+9
* Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson2006-04-122-35/+60
* libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose2006-04-102-1/+6
* For PR 26483, IA-64 denorm failure due to unwanted rounding.James E Wilson2006-04-072-0/+64
* Makefile.am: Add PA_HPUX port.John David Anglin2006-04-0511-268/+915
* ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra2006-03-246-163/+219
* ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima2006-03-153-12/+46