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