runtime: copy Go 1.7 runtime semaphore code
[gcc.git] / libgo / runtime / runtime.h
2016-10-12 Ian Lance Taylorruntime: copy Go 1.7 runtime semaphore code
2016-10-10 Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10 Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2016-09-29 Ian Lance Taylorruntime: copy runtime.go and runtime1.go from Go 1.7
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-02-12 Ian Lance Taylorruntime: For c-archive/c-shared, install signal handler...
2016-02-10 Ian Lance Taylorre PR go/69511 (G.gcstack_size uses uintptr instead...
2016-02-09 Ian Lance Taylorre PR go/69357 (libgo refers to _end in a non-weak...
2016-02-03 Ian Lance Taylorlibgo: Update to go1.6rc1.
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-04-29 Ian Lance Taylorruntime: Support -buildmode=c-shared.
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
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-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-28 Ian Lance Taylorruntime: fix misc gcc-isms and undefined behavior
2013-12-03 Ian Lance Taylorruntime: Fix prototype and one use of runtime_traceback.
2013-12-01 Ian Lance Taylorlibgo: Avoid some cases of getting callers recursively.
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 Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
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-17 Ian Lance Taylorruntime: Fix use of __atomic_compare_exchange_n: not...
2012-11-06 Ian Lance Taylorcompiler, runtime: Size of int is now 64 bits on x86_64.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-05 Ian Lance Taylorruntime: Use argv[0] to get executable name for backtrace.
2012-09-28 Ian Lance Taylorlibgo: Use libbacktrace rather than debug/elf registration.
2012-08-07 Ian Lance Taylorruntime: support NumCPU() on more platforms Added suppo...
2012-07-26 Ian Lance Taylorruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-06-04 Ian Lance Taylorruntime: Better SWIG interface for allocating Go memory...
2012-05-25 Ian Lance Taylorruntime: More efficient implementation of trampolines.
2012-05-24 Ian Lance Taylorruntime: Make runtime.Stack actually work.
2012-05-24 Ian Lance Taylorruntime: Copy runtime_printf from other Go library.
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-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-13.
2012-03-13 Ian Lance Taylorlibgo: Export {enter,exit}syscall and use it for getadd...
2012-03-07 Ian Lance Taylorlibgo: Implement and use runtime.Caller, runtime.Func...
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-28 Ian Lance Taylorruntime: Call exit rather than _exit.
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-01-25 Ian Lance Taylorlibgo: Update to weekly.2012-01-15.
2012-01-13 Ian Lance Taylorlibgo: Update to weekly.2011-12-22.
2012-01-12 Ian Lance Taylorlibgo: Update to weekly.2011-12-14.
2011-12-21 Ian Lance Taylorruntime: Catch signals on altstack, disable splitstack...
2011-12-20 Ian Lance Taylorlibgo/runtime: Don't define _GNU_SOURCE in source code.
2011-12-12 Ian Lance Taylorlibgo: Update to weekly.2011-11-18.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-12-01 Ian Lance Taylorruntime: Remove temporary runtime_cond_wait function.
2011-12-01 Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-30 Ian Lance Taylorruntime: Copy runtime_panicstring from master library.
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-09-16 Ian Lance TaylorUpdate Go library to r60.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-04-04 Rainer Orthlibgo: Always initialize semaphores.
2011-03-27 Ian Lance TaylorAdd runtime profiling infrastructure, not yet working.
2011-03-16 Ian Lance TaylorUpdate to current version of Go library (revision 94d65...
2011-01-29 Ian Lance Taylorre PR go/47515 (Issues porting libgo to IRIX 6.5)
2011-01-21 Ian Lance TaylorAvoid deadlock when finalizer lock is held during gc.
2010-12-17 Ian Lance TaylorRework locking code to split stack much less.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.