OSDN Git Service

Add runtime profiling infrastructure, not yet working.
[pf3gnuchains/gcc-fork.git] / libgo / runtime /
2011-03-27 ianAdd runtime profiling infrastructure, not yet working.
2011-03-27 ianRemove closedchan function.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianUpdate to current version of Go library.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-23 ianSend on a closed channel panics.
2011-03-16 ianDon't catch LIBPROF in Go code.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-03-09 ian PR go/48019
2011-03-09 ian PR go/47910
2011-03-07 ianPermit garbage collection on any compiler generated...
2011-03-07 ianAvoid race condition manipulating heap when goroutine...
2011-02-22 ianPermit comparing non-empty interfaces with empty interf...
2011-02-04 ianImplement __sync_fetch_and_add_4 if necessary.
2011-02-03 ianCheck whether we are using setjmp/longjmp exceptions.
2011-02-01 ianTest whether libgcc or kernel defines __sync_bool_compa...
2011-02-01 ianAdd __sync_bool_compare_and_swap_4 for targets which...
2011-01-29 ian PR go/47515
2011-01-22 ianAvoid crash when M structure free just before thread...
2011-01-22 ianlibgo: Adjust deadlock avoidance.
2011-01-22 ianAvoid deadlock creating new thread.
2011-01-21 ianAvoid deadlock when finalizer lock is held during gc.
2011-01-21 ianRemove the types float and complex.
2011-01-11 ianAdd file missed in previous commit.
2011-01-05 ian PR go/46959
2011-01-05 ian PR go/46958
2010-12-17 ianRework locking code to split stack much less.
2010-12-17 ianAvoid always splitting the stack when calling append...
2010-12-14 ianBetter error message if malloc gets a SIGSEGV.
2010-12-14 ianRelease cache while holding thread lock.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.