runtime: Support -buildmode=c-shared.
[gcc.git] / libgo / runtime / proc.c
2015-04-29 Ian Lance Taylorruntime: Support -buildmode=c-shared.
2015-01-16 Ian Lance Taylorruntime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-05 Ian Lance Taylorre PR go/61871 (FAIL: regexp from libgo testsuite on...
2014-12-23 Ian Lance Taylorruntime: Remove undefined references to runtime_race*.
2014-12-13 Ian Lance Taylorruntime: Clear stack pointers for extra G's.
2014-10-16 Ian Lance Taylorruntime: Don't create threads with a small stack.
2014-09-22 Ian Lance Taylorruntime: Mark runtime_goexit function as noinline.
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2014-07-19 Ian Lance Taylorlibgo: Update to Go 1.3 release.
2014-07-12 Ian Lance Taylorruntime: Merge master revision 19185.
2014-06-13 Ian Lance Taylorre PR go/61498 (Many 64-bit Go tests SEGV in scanblock)
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-05-27 Ian Lance Taylorlibgo/runtime: fix unused-result warning
2014-04-16 Ian Lance Taylorlibgo: Remove Solaris 8 & 9 support.
2014-03-07 Ian Lance Taylorruntime: Fix GC bug caused by Entersyscall modifying...
2013-12-12 Ian Lance Taylorruntime: Fix defer of unlock thread at program startup.
2013-12-11 Ian Lance Taylorreflect, runtime: Let reflect.MakeFunc functions call...
2013-12-04 Ian Lance Taylorruntime: Use pthread_sigmask instead of sigprocmask.
2013-12-01 Ian Lance Taylorlibgo: Avoid some cases of getting callers recursively.
2013-11-15 Ian Lance Taylorruntime: Use runtime_m to get m value after call to...
2013-11-07 Ian Lance Taylorruntime: Fixes for Alpha.
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-07-23 Ian Lance Taylorruntime: Support cgo callbacks from threads started...
2013-07-16 Ian Lance Taylorruntime: Fix build on non-split-stack systems.
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-02-28 Ian Lance Taylorruntime: Don't block SIGTRAP while creating a new thread.
2013-01-31 Ian Lance Taylorruntime: Block signals when creating a new thread.
2013-01-30 Ian Lance Taylorruntime: In backtraces, get inline functions, skip...
2013-01-30 Ian Lance Taylorlibgo: Update Go library to master revision 15502/22908...
2013-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2013-01-24 Ian Lance Taylorre PR go/46986 (Go is not supported on Darwin)
2012-12-22 Ian Lance Taylorlibgo: Update to revision 15193:6fdc1974457c of master...
2012-11-21 Ian Lance Taylorlibgo: Update to current version of master library.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-05 Ian Lance Taylorruntime: provide initcontext and fixcontext for NetBSD
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-07-26 Ian Lance Taylorruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-06-07 Ian Lance Taylorruntime: Use dl_iterate_phdr to get TLS size.
2012-06-05 Ian Lance Taylorruntime: Comment out code adding TLS size to stack...
2012-06-05 Ian Lance Taylorruntime: Fix call to _dl_get_tls_static_info for i386.
2012-05-24 Ian Lance Taylorruntime: Make runtime.Stack actually work.
2012-05-22 Ian Lance Taylorruntime: Use getcontext, not setjmp, to save regs for GC.
2012-05-17 Ian Lance Taylorruntime: Print stack trace on panic or signal.
2012-05-15 Ian Lance Taylorruntime: Make all variables used across getcontext...
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-04-20 Ian Lance Taylorruntime: Ignore stack sizes when deciding when to GC.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-27 aka go1 release.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-22.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-13.
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-22 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-15 Ian Lance Taylorruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 Ian Lance Taylorre PR go/50654 (Many Go tests fail on emutls targets)
2012-02-10 Ian Lance Taylorruntime: For g0 set stack_size to 0 when not -fsplit...
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-08 Ian Lance Taylorruntime: System-specific hack fix for x86_64 Solaris 10.
2011-12-21 Ian Lance Taylorruntime: Catch signals on altstack, disable splitstack...
2011-12-12 Ian Lance Taylorlibgo: Update to weekly.2011-11-18.
2011-12-07 Ian Lance Taylorlibgo: Add back tests of syscall time.
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-11 Ian Lance TaylorIntroduce G structure and thread-local global g.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-10-23 Ian Lance TaylorImplement new syscall package.
2011-03-27 Ian Lance TaylorAdd runtime profiling infrastructure, not yet working.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.