Age | Commit message (Expand) | Author | Files | Lines |
2017-10-03 | Import from libffi master repository. | Tony Reix | 5 | -9/+595 |
2017-01-21 | re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) | Jakub Jelinek | 8 | -4/+42 |
2016-11-15 | config-ml.in: Remove references to GCJ. | Matthias Klose | 2 | -1/+4 |
2016-09-04 | ffi.c (ffi_struct_type): Put type declaration on separate line. | John David Anglin | 6 | -93/+224 |
2016-05-23 | [PR libffi/65567] libffi: Fix, and simply libffi_feature_test | Thomas Schwinge | 2 | -5/+11 |
2016-03-17 | Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32 | Andreas Schwab | 2 | -0/+6 |
2016-03-05 | libffi: Match upstream soname | Richard Henderson | 3 | -8/+13 |
2016-03-03 | Fix passing object names to make_sunver.pl | Rainer Orth | 3 | -4/+8 |
2016-03-03 | Tabify libffi/Makefile.am | Rainer Orth | 3 | -10/+15 |
2016-03-02 | re PR libffi/70024 (libffi ABI change w/o SONAME bump) | Richard Henderson | 4 | -15/+31 |
2016-03-02 | re PR libffi/70024 (libffi ABI change w/o SONAME bump) | Richard Henderson | 11 | -9/+965 |
2015-10-27 | re PR libffi/65441 (FAIL: libffi.call/float2.c -W -Wall -Wno-psabi (test for ... | John David Anglin | 3 | -1/+8 |
2015-10-01 | [RS6000] Correct powerpc sysv stack argument accounting | Alan Modra | 2 | -109/+104 |
2015-05-13 | libffi: Bump to automake 1.11.6 | Michael Haubenwallner | 8 | -114/+295 |
2015-03-29 | re PR libffi/65567 (ERROR: tcl error sourcing /test/gnu/gcc/gcc/libffi/testsu... | John David Anglin | 2 | -1/+7 |
2015-02-10 | ffitarget.h (ffi_arg): Use unsigned long long for ILP32. | Andrew Pinski | 3 | -3/+32 |
2015-01-29 | re PR libffi/64855 (FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* ... | Jack Howarth | 2 | -1/+6 |
2015-01-28 | Mark prs in changelog entry | Richard Henderson | 1 | -0/+2 |
2015-01-28 | Merge with upstream libffi db1b34b7e1f5e473d17557e454a29933dfecd1af | Richard Henderson | 9 | -174/+467 |
2015-01-27 | Correctly check for 32-bit x86 | Rainer Orth | 2 | -1/+8 |
2015-01-20 | re PR libffi/64581 (libffi/testsuite/libffi.special/special.exp doesn't use n... | Richard Henderson | 2 | -4/+6 |
2015-01-19 | Merge with upstream libffi 3ac1610aa33c887ea9b14935208943925714a33e | Richard Henderson | 6 | -93/+252 |
2015-01-19 | re PR libffi/64607 (Multilib test stops working in libffi) | Richard Henderson | 2 | -0/+7 |
2015-01-16 | re PR libffi/64607 (Multilib test stops working in libffi) | Dominique d'Humieres | 3 | -66/+73 |
2015-01-15 | re PR libffi/64572 (r219477 breaks bootstrap on x86_64 darwin) | Richard Henderson | 2 | -1/+13 |
2015-01-13 | configure.host: Remove extra brackets for sh. | Kaz Kojima | 2 | -1/+5 |
2015-01-13 | Set TARGET to X86_64 if __x86_64__ is defined | H.J. Lu | 2 | -1/+12 |
2015-01-13 | re PR libffi/64572 (r219477 breaks bootstrap on x86_64 darwin) | Richard Henderson | 2 | -4/+13 |
2015-01-12 | Fix libjava failures on i686-linux | Richard Henderson | 2 | -0/+8 |
2015-01-12 | Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16 | Richard Henderson | 221 | -15885/+22974 |
2014-11-21 | Always use PIC option with -shared in libtool | H.J. Lu | 2 | -1/+6 |
2014-11-11 | re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14)) | Francois-Xavier Coudert | 2 | -1/+6 |
2014-10-15 | configure.ac: If the compiler supports -Qunused-arguments... | Ian Lance Taylor | 3 | -0/+57 |
2014-09-11 | linux64.S: Emit .note.GNU-stack even when POWERPC64 is not defined. | Jakub Jelinek | 3 | -4/+12 |
2014-07-25 | ffi.c: Do not include stdlib.h. | Uros Bizjak | 2 | -2/+6 |
2014-07-04 | Normalize interface for all *-dg-runtest. | Thomas Schwinge | 2 | -4/+9 |
2014-05-20 | libffi.exp (load_gcc_lib): Register loaded libs. | Sebastian Huber | 2 | -1/+7 |
2014-05-13 | Enable Java on Cygwin-64 | Bernd Edlinger | 4 | -61/+122 |
2014-04-24 | tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define. | Jakub Jelinek | 6 | -375/+49 |
2014-03-12 | sysv.S (ffi_closure_SYSV): Use x29 as the main CFA reg; update cfi_rel_offset. | Yufeng Zhang | 2 | -4/+9 |
2014-02-17 | re PR libffi/60073 (64-bit libffi.call/cls_double_va.c FAILs after recent mod... | Eric Botcazou | 5 | -187/+257 |
2014-02-13 | re PR libffi/60073 (64-bit libffi.call/cls_double_va.c FAILs after recent mod... | Eric Botcazou | 4 | -12/+45 |
2013-12-10 | ffitarget.h: Import from upstream. | Alan Modra | 21 | -1782/+2187 |
2013-11-18 | ppc_closure.S: Don't bl .Luint128. | Alan Modra | 2 | -1/+3 |
2013-11-18 | PowerPC64 ELFv2 support | Alan Modra | 8 | -350/+860 |
2013-09-20 | libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match. | Alan Modra | 2 | -5/+15 |
2013-06-25 | ffi.c (ffi_prep_args_SYSV): Move var declaration before statements. | Alan Modra | 4 | -7/+93 |
2013-05-22 | Fix several libffi testsuite failures on 64-bit SPARC and PowerPC (PR libffi/... | Dominique d'Humieres | 5 | -5/+15 |
2013-03-22 | win64.S: Make use of ffi_closure_win64_inner symbol pc-relative. | Kai Tietz | 2 | -1/+6 |
2013-03-07 | closures.c (is_emutramp_enabled [!FFI_MMAP_EXEC_EMUTRAMP_PAX]): Move default ... | Dave Korn | 2 | -2/+9 |