]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/go/runtime
tree-call-cdce: If !HONOR_NANS do not make code with NaNs (PR88055)
[thirdparty/gcc.git] / libgo / go / runtime /
2019-04-08  ian libgo: update to Go 1.12.2
2019-03-19  ian compiler,runtime: pass old slice's ptr/len/cap...
2019-03-19  ian libgo: fix build on AIX
2019-03-18  ian libgo: update to Go 1.12.1
2019-03-05  ian runtime: enable precise GC checks when using stack...
2019-03-01  ian runtime: call execname and getpagesize on Solaris
2019-02-27  ian PR go/89172
2019-02-27  ian runtime: align first persistentalloc chunk as requested
2019-02-26  ian libgo: update to Go 1.12 release
2019-02-26  ian PR go/86535
2019-02-26  ian libgo: update to Go1.12rc1
2019-02-19  ian runtime: abort stack scan in cases that we cannot...
2019-02-15  ian PR go/89123
2019-02-15  ian compiler, runtime: harmonize types referenced by...
2019-02-15  ian PR go/89168
2019-02-01  ian runtime: add hurd netpoll and semaphore support
2019-02-01  ian libgo: add hurd build tags to test files
2019-02-01  ian libgo: add hurd build tags
2019-02-01  ian runtime, sync: use __atomic intrinsics instead...
2019-01-29  ian runtime: fix sigprof frame counting
2019-01-29  ian runtime: use the call instruction's PC for panic...
2019-01-24  ian runtime: install SIGURG handler on C created threads
2019-01-22  ian PR go/88927
2019-01-21  ian libgo: fix building, and some testing, on Solaris
2019-01-18  ian libgo: update to Go1.12beta2
2019-01-18  ian PR go/88202
2019-01-17  ian runtime: dropg before CAS g status to _Grunnable...
2019-01-15  ian runtime: add padding to FFI type of struct ending...
2019-01-15  ian compiler, runtime: panic on uncomparable map key...
2019-01-07  ian compiler: move slice construction to callers of...
2019-01-07  ian runtime: in getTraceback, set gp->m before gogo
2018-12-27  ian runtime: delete export_arm_test.go
2018-12-07  ian runtime: add missing return for non-GNU/Linux versi...
2018-12-05  ian runtime: add precise stack scan support
2018-10-25  ian compiler: improve name mangling for packpaths
2018-10-23  ian PR go/87661
2018-10-09  ian runtime: skip testSetPanicOnFault for gollvm
2018-10-08  ian libgo: update to Go 1.11.1 release
2018-10-05  ian runtime: remove checkgoarm function
2018-10-01  ian libgo: support x32 as GOARCH=amd64p32 GOOS=linux
2018-09-26  ian runtime, os: fix the build on Solaris
2018-09-24  ian libgo: update to Go 1.11
2018-09-13  ian compiler, runtime: call gcWriteBarrier instead...
2018-09-13  ian runtime: correct counters in sweep
2018-09-13  ian compiler, runtime: open code select
2018-09-13  ian runtime: avoid write barriers with traceback info
2018-09-13  ian libgo: build roots index to speed up bulkBarrierPre...
2018-08-29  ian compiler, runtime: remove hmap field from maptypes
2018-08-24  ian runtime: remove the dummy arg of getcallersp
2018-08-07  ian runtime: use poll rather than pollset for netpoll...
2018-07-27  ian libgo: prune sighandler frames in runtime.sigprof
2018-07-13  ian runtime: skip zero-sized fields in structs when...
2018-05-31  ian libgo: update to Go 1.10.2 release
2018-05-02  ian libgo: add support for the Nios II architecture
2018-05-02  ian runtime: remove unused stack.go
2018-03-26  ian runtime: don't check for stale runtime
2018-03-07  ian runtime: push arena on AIX higher due to clashes
2018-02-28  ian runtime: update AIX memory allocation for new versions
2018-02-22  ian PR go/84484
2018-02-20  ian runtime: allow preemption in fast syscall return
2018-02-16  ian runtime: add some more preemption checks
2018-02-12  ian compiler: error on func declaration/definition
2018-02-12  ian PR go/84215
2018-02-08  ian runtime: get missing function name from symbol...
2018-02-08  ian libgo: update to Go1.10rc2
2018-02-07  ian runtime: don't call funcPC from a function
2018-02-06  ian runtime: correct runtime structfield type to match...
2018-02-02  ian runtime: scan register backing store on ia64
2018-01-27  ian libgo: update to Go1.10rc1
2018-01-27  ian libgo: update to Go1.10rc1
2018-01-25  ian compiler: deref receiver types in mangled names
2018-01-25  ian runtime: fix lfstackUnpack on ia64
2018-01-24  ian compiler: rationalize external symbol names
2018-01-19  ian runtime: no escape for some functions on AIX
2018-01-19  ian runtime: add go:noescape declaration for Solaris
2018-01-18  ian PR go/83787
2018-01-17  ian libgo: update to Go1.10beta2 release
2018-01-10  ian libgo: add platform support for SuperH
2018-01-10  ian runtime: work around escaping closure in export_test.go
2018-01-10  ian runtime: noescape some functions/variables
2018-01-09  ian libgo: update to Go1.10beta1
2017-12-02  ian runtime: export cgoCheck functions
2017-11-09  ian sync/atomic, runtime/internal/atomic: don't assume...
2017-09-20  ian internal,net,os,runtime,syscall: fixes for AIX...
2017-09-20  ian runtime: restore "goroutine in C code" message
2017-09-14  ian libgo: update to go1.9
2017-09-14  ian compiler, runtime: simplify select and channel...
2017-08-29  ian runtime: fix lfstack for 64-bit AIX
2017-08-16  ian runtime: better implementation of netpoll for AIX
2017-07-21  ian runtime: allocate more stack space in CgoCallbackGC...
2017-07-18  ian PR go/81451
2017-06-27  ian runtime: adapt memory management to AIX mmap
2017-06-23  ian runtime: complete defer handling in CgocallBackDone
2017-06-23  ian runtime: don't crash if no p in kickoff
2017-06-23  ian runtime: improve handling of panic during deferred...
2017-06-22  ian runtime: uncomment check for gchelper on g0 stack
2017-06-22  ian runtime: mark dropm and callees nowritebarrierrec
2017-06-22  ian runtime: export getm function
2017-06-22  ian runtime: make NumGoroutine wait for system goroutin...
2017-06-22  ian runtime: don't assume that _ = *s will panic if...
next