compiler, runtime: harmonize types referenced by both C and Go
[gcc.git] / libgo / runtime / go-reflect-call.c
2019-02-15 Ian Lance Taylorcompiler, runtime: harmonize types referenced by both...
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2016-11-18 Ian Lance Taylorruntime, reflect: rewrite Go to FFI type conversion...
2015-11-23 Ian Lance Taylorre PR go/68496 ([libgo] reflect test fails on Linux...
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2013-11-19 Ian Lance Taylorreflect: Handle calls to functions that take or return...
2013-11-06 Ian Lance Taylorlibgo: Update to October 24 version of master library.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-03-01 Ian Lance Taylorruntime, testing/quick: libffi doesn't handle complex...
2012-11-02 Ian Lance Taylorruntime: Fix reflect.Call support for 64-bit ints.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-02-14 Ian Lance Taylorre PR go/48407 (libgo/configure --without-libffi doesn...
2012-02-11 Ian Lance Taylorruntime: Handle FFI promoting result types.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.