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