Use call_summary in ipa-prop and ipa-cp
[gcc.git] / libgo / runtime / go-main.c
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2016-12-19 Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-02-09 Ian Lance Taylorre PR go/69357 (libgo refers to _end in a non-weak...
2015-09-11 Ian Lance Taylorlibgo/runtime: return 0, not NULL, from main
2015-04-29 Ian Lance Taylorruntime: Support -buildmode=c-shared.
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-11-28 Ian Lance Taylorruntime: Multiplex goroutines onto OS threads.
2011-11-22 Ian Lance Taylorruntime: New lock/note implementation.
2011-11-14 Ian Lance Taylorruntime: Use some of 6g runtime.c for easier merging.
2011-11-11 Ian Lance TaylorIntroduce G structure and thread-local global g.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-04-04 Rainer Orthlibgo: Always initialize semaphores.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.