summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-ffi.c
AgeCommit message (Expand)Author
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor
2015-01-20runtime: No special case for 386 complex in FFI support.Ian Lance Taylor
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson
2015-01-16runtime: Use a struct, not void, for an empty struct for libffi.Ian Lance Taylor
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor