summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* 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
* unwindtest.cc (closure_test_fn): Mark cif, args and userdata unused.Andreas Tobler2006-03-015-11/+30
* call.exp: Adjust FSF address.Andreas Tobler2006-03-0175-146/+335
* sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima2006-02-222-5/+10
* libffi: testsuite fix for ix86.Andreas Tobler2006-02-202-1/+6
* ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima2006-02-182-3/+10
* re PR target/25630 (darwin-ppc, wrong alignment of nested structs)Andreas Tobler2006-02-173-2/+8
* return_dbl.c: New test case.Andreas Tobler2006-02-169-0/+381
* nested_struct2.c: Remove ffi_type_mylong definition.Andreas Tobler2006-02-1610-11/+942
* configure.ac: Enable libffi for sparc64-*-freebsd*.Andreas Tobler2006-01-213-2/+7
* sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek2006-01-183-36/+46
* ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer2005-12-074-156/+195
* ffi.c: Formatting.Alan Modra2005-12-032-257/+345
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
* libffi-dg.exp (libffi_target_compile): For darwin, use -shared-libgcc not -lg...Geoffrey Keating2005-10-012-2/+12