Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ac753688 | 2013-11-21 06:12:35 | This separates the 32-bit sysv/linux/bsd code from the 64-bit linux code, and makes it possible to link code compiled with different options to those used to compile libffi. For example, a -mlong-double-128 libffi can be used with -mlong-double-64 code. Using the return value area as a place to pass parameters wasn't such a good idea, causing a failure of cls_ulonglong.c. I didn't see this when running the mainline gcc libffi testsuite because that version of the test is inferior to the upstreamm libffi test. Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant that a parameter save area could be allocated before it was strictly necessary. Wrong but harmless. Found when splitting apart ffi.c into 32-bit and 64-bit support. | ||
| 2f5b7ce5 | 2013-11-09 06:16:32 | UltraSPARC IIi fix. Update README and build configury. | ||
| 16b93a21 | 2013-10-15 15:33:59 | Add nios2 port. | ||
| d2fcbcdf | 2013-10-08 06:27:46 | Add m88k and VAX support. Update some configury bits. | ||
| 0f8690a8 | 2013-07-02 15:54:40 | Rebuild for ARC additions | ||
| f22ab3c6 | 2013-03-17 18:34:54 | Merge branch 'master' of github.com:/atgreen/libffi | ||
| cb32c812 | 2013-03-17 09:27:55 | Fix lib install dir | ||
| efd7866a | 2013-03-16 08:35:57 | 2.0.13rc1 | ||
| 215763d0 | 2013-03-16 07:57:35 | Update configury. | ||
| f308faf1 | 2013-02-11 14:25:13 | Add moxie support. Release 3.0.12. | ||
| cb03ea8f | 2013-02-08 12:25:18 | sparc v9 fixes for sun tools | ||
| 9db7e1a9 | 2013-02-07 21:06:08 | Fix botched sparc patch. Update version. | ||
| ce0138e6 | 2013-02-07 18:04:01 | Update bug report address. rc2. | ||
| ed6ae950 | 2013-02-07 16:43:36 | Add libtool-ldflags. Define toolexeclibdir for non-GCC builds. | ||
| ffef2e04 | 2013-02-07 15:47:01 | x32 and libtool fixes | ||
| 176aa9d2 | 2013-02-07 15:29:22 | Fix GCC usage test and update README | ||
| f62bd63f | 2013-02-06 17:38:32 | Release candidate 1 | ||
| bcc0c280 | 2013-01-26 15:21:14 | Reorder x86_64 tests So that darwin and cygwin/mingw are tested before the generic check -- which allows them to actually be set. | ||
| aeb8719a | 2013-01-21 07:37:30 | New microblaze support | ||
| 40860245 | 2013-01-21 07:37:30 | New microblaze support | ||
| 20cae32b | 2013-01-21 07:07:38 | Xtensa support | ||
| bff052d9 | 2013-01-11 10:24:32 | 32-bit x86 fix and more | ||
| 13e2d7b9 | 2013-01-10 10:52:02 | Handle both 32 and 64-bit x86 builds regardless of target triple | ||
| 56ba8d86 | 2013-01-10 07:25:10 | Don't use warning checking macro with sun compiler | ||
| 2d9b3939 | 2013-01-09 21:14:54 | Fix for closures with sunpro compiler | ||
| 8308984e | 2013-01-08 15:14:21 | Make sure we're running dejagnu tests with the right compiler. | ||
| 74c776e2 | 2013-01-08 12:25:54 | Switch x86 Solaris to X86 from X86_64 | ||
| 8962c8c8 | 2013-01-08 12:22:24 | Fix read-only eh_frame test | ||
| 53236d50 | 2013-01-02 09:24:55 | Regenerate files | ||
| 8bad679a | 2013-01-02 08:28:35 | New stand-alone patch | ||
| 981c32ee | 2013-01-02 07:34:03 | Merge with GCC. Eliminate quilt bits. | ||
| 69da33a0 | 2012-11-12 15:25:47 | Pull in config.sub for aarch64 support and more | ||
| f680b598 | 2012-11-06 16:00:40 | Add missing aarch64 configury bits | ||
| e944b8c7 | 2012-10-30 14:06:09 | Add PaX work-around | ||
| f342996c | 2012-10-30 07:42:27 | Darwin12 fix | ||
| 6993a668 | 2012-10-30 06:59:32 | Fix autoconf macros | ||
| 9c00a3f6 | 2012-10-12 16:46:06 | TILE-Gx/TILEPro support | ||
| 048d2f41 | 2012-10-11 10:55:25 | Rebase | ||
| 213ed15c | 2012-04-27 01:34:15 | Add blackfin supprt from Alexandre Keunecke. | ||
| ff3d76fd | 2012-04-11 23:16:48 | 3.0.11 | ||
| 10d1e513 | 2012-04-06 11:57:14 | Update to rc4. Upgrade autoconf version. | ||
| a044a56b | 2012-04-06 10:39:10 | Linux/x32 libtool fix | ||
| 59bb61a3 | 2012-04-06 08:26:14 | Update libtool version, README, tests dists | ||
| 7c5e60b5 | 2012-03-29 08:48:22 | Rebase on fixed GCC sources | ||
| 84d3253f | 2012-03-19 23:07:35 | Rebase post GCC merge | ||
| 6c194233 | 2012-03-03 14:17:54 | Add -no-undefined for both 32- and 64-bit x86 windows-like hosts. | ||
| d578b896 | 2012-02-15 00:18:18 | Fix ABI check regression | ||
| dee20f8e | 2012-02-10 13:06:46 | Rebased from gcc | ||
| 4130e197 | 2012-02-03 13:18:27 | Refresh autoconf-archive m4 scripts | ||
| 1ff9c604 | 2012-02-01 16:34:30 | Rebase from GCC | ||
| 9e9c4aeb | 2012-01-23 14:11:23 | Add Amiga support | ||
| 1df51398 | 2012-01-23 13:43:59 | mend | ||
| c365ee75 | 2012-01-23 11:13:18 | Refresh | ||
| 198ed1ef | 2011-11-12 23:45:20 | Update version number | ||
| 6a6e7f86 | 2011-11-12 16:20:42 | Fix kfreebsd | ||
| 236c9391 | 2011-11-12 07:37:40 | Fix darwin11 build problem | ||
| c411f140 | 2011-11-12 07:32:36 | Fix ax_enable_builddir macro on BSD systems | ||
| 3d56106b | 2011-11-12 07:20:24 | Rebase | ||
| fed646a2 | 2011-09-06 09:50:20 | Regenerate configury with missing m4 macros | ||
| ee6696fd | 2011-08-23 12:30:29 | 3.0.11-rc1. soname bump. | ||
| c6265c36 | 2011-08-23 10:31:33 | Version 3.0.10 | ||
| cc5e41bf | 2011-08-22 16:34:24 | Fix use of autoconf macros | ||
| 049d8386 | 2011-08-22 14:50:10 | Many new patches | ||
| d992ac54 | 2011-07-29 17:32:53 | Refresh from GCC | ||
| 09f8f310 | 2011-02-28 15:36:07 | More AIX fixes. rc9. | ||
| 18dd85d6 | 2011-02-25 16:23:04 | rc8. fix last patch. | ||
| 74ee6ea8 | 2011-02-25 15:52:14 | rc7. More AIX fixes. | ||
| cbb062cc | 2011-02-17 20:39:21 | Another non-GCC configury fix | ||
| 8cf88784 | 2011-02-15 15:19:49 | Fix ax_cc_maxopt.m4 | ||
| 24b72070 | 2011-02-14 15:30:57 | Fix warning and msvcc patches | ||
| 1fbf9dc4 | 2011-02-13 08:06:39 | Fix bad_abi test. rc5. | ||
| 71c792f5 | 2011-02-12 09:33:11 | rc4 | ||
| 7c7c9f32 | 2011-02-12 09:29:29 | ungccify parts of the build | ||
| 17d9e9e6 | 2011-02-11 12:23:20 | Use newer autotools. Only build debug.c when --enable-debug. | ||
| 1833aa0f | 2011-02-11 07:11:04 | sparc ABI test fix. | ||
| f1fb139b | 2011-02-09 18:30:02 | Fix tests | ||
| 269deef6 | 2011-02-09 15:22:23 | rc3 | ||
| a6e56b97 | 2011-02-09 15:00:42 | Add powerpc64-*-darwin* support | ||
| 747d6c32 | 2011-02-09 14:56:23 | Add Interix support | ||
| 630b9c0a | 2011-02-09 06:24:23 | Update to rc2 | ||
| 5c0cc6f1 | 2011-02-08 19:45:59 | 3.0.10rc1 | ||
| 1106229a | 2011-02-08 19:20:09 | Add iOS support | ||
| 3b836249 | 2011-02-08 14:28:59 | Rebase from GCC | ||
| ed2c518d | 2011-02-08 10:10:07 | x86 pcrel test | ||
| 0e584399 | 2011-02-08 07:52:40 | Refresh from GCC | ||
| 5b9cd527 | 2010-11-22 15:19:57 | win64-underscore patch | ||
| 2db72615 | 2010-11-21 10:50:56 | Rebase | ||
| 01d71b7b | 2010-09-19 14:21:14 | Regenerated the autoconf script | ||
| a3d9aa85 | 2010-09-19 09:03:52 | Update the autogenerated autoconf/automake files. | ||
| 75af086b | 2010-09-18 18:12:19 | Update autoconf files | ||
| 00d0b59c | 2010-08-05 14:56:53 | Fix debug build for windows | ||
| 3f5b1375 | 2010-07-12 14:39:18 | rebase | ||
| 63097415 | 2010-05-05 20:14:56 | Micharl Kohler's spelling fixes | ||
| 9dc9a293 | 2010-04-13 10:33:52 | Rebase to latest GCC sources | ||
| f2c2a4fc | 2010-04-13 10:19:28 | Remove warnings and add OS/2 support | ||
| c3042afa | 2010-01-01 08:08:02 | Reset quilt patches post 3.0.9 merge with GCC | ||
| 2e7e03d0 | 2009-12-31 07:43:22 | Final updates before 3.0.9 | ||
| 0cfe60e9 | 2009-12-29 10:06:04 | 3.0.9rc12 | ||
| 14e2e92e | 2009-12-27 21:03:33 | 3.0.9rc11 | ||
| 88440278 | 2009-12-26 12:57:23 | HPUX support and avr32 test fixes. |