aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-reflect-call.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+0
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-2/+10
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor1-0/+6
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-11/+4
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-317/+2
2013-11-19reflect: Handle calls to functions that take or return empty structsIan Lance Taylor1-1/+4
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-1/+15
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor1-12/+5
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-6/+27
2013-03-01runtime, testing/quick: libffi doesn't handle complex on Alpha.Ian Lance Taylor1-1/+11
2012-11-02runtime: Fix reflect.Call support for 64-bit ints.Ian Lance Taylor1-7/+7
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-10/+12
2012-02-14re PR go/48407 (libgo/configure --without-libffi doesn't work)Ian Lance Taylor1-1/+22
2012-02-11runtime: Handle FFI promoting result types.Ian Lance Taylor1-1/+99
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-1/+1
2011-05-20Update to current version of Go library.Ian Lance Taylor1-13/+42
2011-01-21Remove the types float and complex.Ian Lance Taylor1-4/+21
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+358