summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-ffi.c
Commit message (Expand)AuthorAgeFilesLines
* compiler, libgo: change mangling schemeIan Lance Taylor2020-11-201-15/+15
* runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor2016-11-181-305/+100
* re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor2016-08-081-0/+11
* runtime: No special case for 386 complex in FFI support.Ian Lance Taylor2015-01-201-15/+1
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-161-15/+24
* runtime: Use a struct, not void, for an empty struct for libffi.Ian Lance Taylor2015-01-161-3/+16
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor2014-07-191-0/+338