Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 542e0047 | 2014-11-18 05:07:00 | sparc: Define FFI_TARGET_SPECIFIC_VARIADIC for v9 This is a port of http://gcc.gnu.org/viewcvs?rev=207763&root=gcc&view=rev aka GCC PR libffi/60073, to the rewritten Sparc codebase. Supposedly, we should have seen failures with the existing libffi.call/cls_double_va.c testcase, but I hadn't. Perhaps a gcc newer than 4.6.3 is required to see that... | ||
| 92022496 | 2014-10-26 14:48:28 | sparc: Add support for Go closures | ||
| ad89c2d9 | 2014-10-26 13:16:03 | sparc: Add support for complex types | ||
| 2b27890b | 2014-10-24 16:10:48 | sparc: Rewrite everything It's impossible to call between v8 and v9 ABIs, because of the stack bias in the v9 ABI. So let's not pretend it's just not implemented yet. Split the v9 code out to a separate file. The register windows prevent ffi_call from setting up the entire stack frame the assembly, but we needn't make an indirect call back to prep_args. | ||
| 8360bf1c | 2012-02-23 07:01:13 | Ensure that users don't include ffitarget.h directly | ||
| 5feacad4 | 2010-08-05 08:30:04 | define generic symbols carefully | ||
| d14178be | 2010-07-23 09:14:00 | FFI_LAST_ABI fix | ||
| c6dddbd0 | 2009-10-04 08:11:33 | Initial commit |