aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)Author
2015-12-15Merge branches/gcc-5-branch rev 231642.Yvan Roux
2015-10-06Merge branches/gcc-5-branch rev 228499.Yvan Roux
2015-06-13Merge branches/gcc-5-branch rev 224205.Christophe Lyon
2015-04-29runtime: Support -buildmode=c-shared.ian
2015-04-17 PR go/65798ian
2015-04-17 PR go/64999ian
2015-03-31Remove some files that were accidentally committed in 2014.ian
2015-03-09 PR go/65349ian
2015-03-09 PR go/65349ian
2015-02-06runtime: Add memprofilerate to GODEBUGian
2015-01-23 PR go/64595ian
2015-01-20runtime: No special case for 386 complex in FFI support.ian
2015-01-16runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.ian
2015-01-16compiler, reflect, runtime: Use static chain for closures.ian
2015-01-16runtime: Use a struct, not void, for an empty struct for libffi.ian
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian
2015-01-05 PR go/61871ian
2014-12-23runtime: Remove undefined references to runtime_race*.ian
2014-12-13 PR go/61258ian
2014-12-13runtime: Clear stack pointers for extra G's.ian
2014-11-06runtime: Use stckf unconditionally on s390.ian
2014-11-04libgo: add s390 supportian
2014-10-27libgo: Update to Go 1.3.3 release.ian
2014-10-20compiler, runtime: Add type information to single object allocation.ian
2014-10-16runtime: Don't create threads with a small stack.ian
2014-10-08 PR go/60406ian
2014-10-03runtime: Check for CPU_COUNT itself, don't check glibc version.ian
2014-09-22runtime: Mark runtime_goexit function as noinline.ian
2014-09-20runtime: Restore copyright notice accidentally removed from mgc0.c.ian
2014-09-05runtime: Use correct size for unsafe.Pointer GC instructions.ian
2014-09-03compiler: Add precise type information on the heap.ian
2014-08-15runtime: Don't get confused if m changes during runtime_gc.ian
2014-08-13compiler, runtime: Fix unexpected GC interfering with closure passing.ian
2014-08-04runtime: Add casts to mincore call to compile on Solaris.ian
2014-08-02 PR other/61895ian
2014-07-20runtime: also disable split stacks for runtime_snprintf function under Clangian
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian
2014-07-19libgo: Update to Go 1.3 release.ian
2014-07-12runtime: Merge master revision 19185.ian
2014-07-11runtime: Rename iface.goc to go-iface.goc.ian
2014-07-11runtime: Drop reflectFlags tests.ian
2014-07-02 PR go/61620ian
2014-06-13 PR go/52583ian
2014-06-13 PR go/61498ian
2014-06-10runtime: Initialize variable to avoid compiler warning.ian
2014-06-06libgo: Merge to master revision 19184.ian
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.ian
2014-05-30runtime: Use _mm_pause rather than __builtin_ia32_pause.ian
2014-05-29runtime: disable split stacks for runtime_printf function under Clangian
2014-05-28runtime: fix misc gcc-isms and undefined behaviorian