summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
...
* Replace 8 spaces with a tabular in ChangeLog files.Martin Liska2018-08-271-2/+2
* backport: ffi.c (ffi_call_go, [...]): New functions.Andreas Schwab2018-08-154-13/+140
* Backport of RISC-V support for libffiAndreas Schwab2018-05-087-2/+766
* libffi PowerPC64 ELFv1 fp arg fixesAlan Modra2018-05-042-16/+58
* re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2018-04-182-1/+6
* Import from libffi master repository.Tony Reix2017-10-035-9/+595
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-218-4/+42
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-1/+4
* ffi.c (ffi_struct_type): Put type declaration on separate line.John David Anglin2016-09-046-93/+224
* [PR libffi/65567] libffi: Fix, and simply libffi_feature_testThomas Schwinge2016-05-232-5/+11
* Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32Andreas Schwab2016-03-172-0/+6
* libffi: Match upstream sonameRichard Henderson2016-03-053-8/+13
* Fix passing object names to make_sunver.plRainer Orth2016-03-033-4/+8
* Tabify libffi/Makefile.amRainer Orth2016-03-033-10/+15
* re PR libffi/70024 (libffi ABI change w/o SONAME bump)Richard Henderson2016-03-024-15/+31
* re PR libffi/70024 (libffi ABI change w/o SONAME bump)Richard Henderson2016-03-0211-9/+965
* re PR libffi/65441 (FAIL: libffi.call/float2.c -W -Wall -Wno-psabi (test for ...John David Anglin2015-10-273-1/+8
* [RS6000] Correct powerpc sysv stack argument accountingAlan Modra2015-10-012-109/+104
* libffi: Bump to automake 1.11.6Michael Haubenwallner2015-05-138-114/+295
* re PR libffi/65567 (ERROR: tcl error sourcing /test/gnu/gcc/gcc/libffi/testsu...John David Anglin2015-03-292-1/+7
* ffitarget.h (ffi_arg): Use unsigned long long for ILP32.Andrew Pinski2015-02-103-3/+32
* re PR libffi/64855 (FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* ...Jack Howarth2015-01-292-1/+6
* Mark prs in changelog entryRichard Henderson2015-01-281-0/+2
* Merge with upstream libffi db1b34b7e1f5e473d17557e454a29933dfecd1afRichard Henderson2015-01-289-174/+467
* Correctly check for 32-bit x86Rainer Orth2015-01-272-1/+8
* re PR libffi/64581 (libffi/testsuite/libffi.special/special.exp doesn't use n...Richard Henderson2015-01-202-4/+6
* Merge with upstream libffi 3ac1610aa33c887ea9b14935208943925714a33eRichard Henderson2015-01-196-93/+252
* re PR libffi/64607 (Multilib test stops working in libffi)Richard Henderson2015-01-192-0/+7
* re PR libffi/64607 (Multilib test stops working in libffi)Dominique d'Humieres2015-01-163-66/+73
* re PR libffi/64572 (r219477 breaks bootstrap on x86_64 darwin)Richard Henderson2015-01-152-1/+13
* configure.host: Remove extra brackets for sh.Kaz Kojima2015-01-132-1/+5
* Set TARGET to X86_64 if __x86_64__ is definedH.J. Lu2015-01-132-1/+12
* re PR libffi/64572 (r219477 breaks bootstrap on x86_64 darwin)Richard Henderson2015-01-132-4/+13
* Fix libjava failures on i686-linuxRichard Henderson2015-01-122-0/+8
* Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16Richard Henderson2015-01-12221-15885/+22974
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-1/+6
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* configure.ac: If the compiler supports -Qunused-arguments...Ian Lance Taylor2014-10-153-0/+57
* linux64.S: Emit .note.GNU-stack even when POWERPC64 is not defined.Jakub Jelinek2014-09-113-4/+12
* ffi.c: Do not include stdlib.h.Uros Bizjak2014-07-252-2/+6
* Normalize interface for all *-dg-runtest.Thomas Schwinge2014-07-042-4/+9
* libffi.exp (load_gcc_lib): Register loaded libs.Sebastian Huber2014-05-202-1/+7
* Enable Java on Cygwin-64Bernd Edlinger2014-05-134-61/+122
* tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek2014-04-246-375/+49
* sysv.S (ffi_closure_SYSV): Use x29 as the main CFA reg; update cfi_rel_offset.Yufeng Zhang2014-03-122-4/+9
* re PR libffi/60073 (64-bit libffi.call/cls_double_va.c FAILs after recent mod...Eric Botcazou2014-02-175-187/+257
* re PR libffi/60073 (64-bit libffi.call/cls_double_va.c FAILs after recent mod...Eric Botcazou2014-02-134-12/+45
* ffitarget.h: Import from upstream.Alan Modra2013-12-1021-1782/+2187
* ppc_closure.S: Don't bl .Luint128.Alan Modra2013-11-182-1/+3
* PowerPC64 ELFv2 supportAlan Modra2013-11-188-350/+860