summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-reflect-call.c
Commit message (Expand)AuthorAgeFilesLines
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-161-11/+4
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian2014-07-191-317/+2
* reflect: Handle calls to functions that take or return empty structsian2013-11-191-1/+4
* libgo: Update to October 24 version of master library.ian2013-11-061-1/+15
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-031-12/+5
* compiler, runtime: Use function descriptors.ian2013-06-181-6/+27
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-011-1/+11
* runtime: Fix reflect.Call support for 64-bit ints.ian2012-11-021-7/+7
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-011-10/+12
* PR go/48407ian2012-02-141-1/+22
* runtime: Handle FFI promoting result types.ian2012-02-111-1/+99
* Change builtin make to runtime call at lowering time.ian2011-06-141-1/+1
* Update to current version of Go library.ian2011-05-201-13/+42
* Remove the types float and complex.ian2011-01-211-4/+21
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+358