compiler, runtime: open code select
[gcc.git] / libgo / runtime /
2018-09-13 Ian Lance Taylorruntime: avoid write barriers with traceback info
2018-08-24 Ian Lance Taylorruntime: remove the dummy arg of getcallersp
2018-06-28 Ian Lance Taylorruntime: don't stat a NULL filename
2018-06-23 Ian Lance Taylorruntime: use #ifdef instead of #if for USING_SPLIT_STACK
2018-05-04 Ian Lance Taylorlibgo: fix for unaligned read in go-unwind.c's read_enc...
2018-05-02 Ian Lance Taylorlibgo: break dependence on libgcc unwind-pe.h
2018-03-07 Ian Lance Taylorruntime: use a fence instruction before rdtsc
2018-02-22 Ian Lance Taylorruntime: funcfileline: get missing function name from...
2018-02-08 Ian Lance Taylorruntime: get missing function name from symbol table
2018-02-02 Ian Lance Taylorruntime: scan register backing store on ia64
2018-01-31 Ian Lance Taylorruntime: fix type descriptor name in C code
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-10 Ian Lance Taylorre PR c/82922 (Request: add -Wstrict-prototypes to...
2018-01-10 Ian Lance Taylorruntime: fix makemap calls in __go_construct_map
2018-01-09 Ian Lance Taylorlibgo: update to Go1.10beta1
2017-11-09 Ian Lance Taylorsync/atomic, runtime/internal/atomic: don't assume...
2017-10-11 Ian Lance Taylorruntime: fix issues on AIX about uintptr(_t)
2017-09-18 Ian Lance Taylorruntime: always initialize str field in __go_string_sli...
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-08-29 Ian Lance Taylorruntime: make go-nosys.c compile with !HAVE_SYSCALL
2017-08-18 Ian Lance Taylorre PR go/81893 (compilation error in libgo starting...
2017-08-16 Ian Lance Taylorruntime: improvements for signal registers
2017-08-04 Ian Lance Taylorruntime: dump registers for Alpha
2017-07-26 Ian Lance Taylorruntime: handle Alpha GNU/Linux in getSiginfo
2017-07-21 Ian Lance Taylorruntime: don't use runtime_lock in __go_get_backtrace_state
2017-07-21 Ian Lance Taylorruntime: handle PPC/PPC64 GNU/Linux in getSiginfo
2017-07-18 Ian Lance Taylorre PR go/81451 (missing futex check - libgo/runtime...
2017-06-27 Ian Lance Taylorruntime: adapt memory management to AIX mmap
2017-06-22 Ian Lance Taylorruntime: fix type cast in assignment to gcnextsp in...
2017-06-22 Ian Lance Taylorruntime: change some stack fields to uintptr
2017-06-22 Ian Lance Taylorcompiler, runtime: better stack trace for `go f()`...
2017-05-12 Ian Lance Taylorruntime: fix build for non-split-stack systems
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-02-17 Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-01-26 Ian Lance Taylorruntime: fix context used by getTraceback
2017-01-23 Ian Lance Taylorre PR go/79037 (gccgo: Binaries crash with parforsetup...
2017-01-20 Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-14 Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-10 Ian Lance Taylorruntime: copy more scheduler code from Go 1.7 runtime
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-09 Ian Lance Taylorruntime: copy more of scheduler from Go 1.7 runtime
2017-01-06 Ian Lance Taylorruntime: actually remove go-alloc.h
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2017-01-03 Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2016-12-19 Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-08 Ian Lance Taylorruntime: mark non-x86 aeshashbody parameters as unused
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-12-08 Ian Lance Taylorruntime: remove some unused variables/declarations...
2016-11-30 Ian Lance Taylorruntime: fixes for -buildmode=c-archive
2016-11-22 Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-11-18 Ian Lance Taylorruntime: move schedt type and sched var from C to Go
2016-11-18 Ian Lance Taylorruntime: don't call __go_alloc/__go_free in environment...
2016-11-18 Ian Lance TaylorCorrect gcc/go/gofrontend/lex.cc and libgo/aclocal...
2016-11-18 Ian Lance Taylorruntime, reflect: rewrite Go to FFI type conversion...
2016-11-16 Ian Lance Taylorruntime: replace runtime1.goc with Go and C code
2016-11-14 Ian Lance Taylorruntime: don't crash if signal handler info argument...
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-10-30 Ian Lance Taylorlibgo: eliminate a lot of duplication in Makefile.am
2016-10-28 Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-21 Ian Lance Taylorruntime: copy lfstack code from Go 1.7 runtime
2016-10-20 Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-18 Ian Lance Taylorruntime: copy netpoll code from Go 1.7 runtime
2016-10-18 Ian Lance Taylorruntime: scan caller-saved registers for non-split...
2016-10-17 Ian Lance Taylorruntime: copy rdebug code from Go 1.7 runtime
2016-10-15 Ian Lance Taylorruntime: copy runtime package time code from Go 1.7
2016-10-14 Ian Lance Taylorruntime: copy mprof code from Go 1.7 runtime
2016-10-14 Ian Lance Taylorruntime: just do file/line lookup in C, move Func to Go
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorruntime: copy mstats code from Go 1.7 runtime
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-12 Ian Lance Taylorruntime: copy Go 1.7 runtime semaphore code
2016-10-11 Ian Lance TaylorAccidentally failed to commit these earlier, as part of:
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-09-20 Ian Lance Taylorre PR go/77642 (GO Bootstrap fail starting with r239872...
2016-09-09 Ian Lance Taylorruntime: use alignof to check alignment of ucontext_t
2016-09-09 Ian Lance Taylorruntime: remove remaining use of MAKECONTEXT_STACK_TOP...
2016-09-09 Ian Lance Taylorruntime: align ucontext_t argument to 16 byte boundary
2016-08-31 Ian Lance Taylorruntime: make gsignal stack at least SIGSTKSZ bytes
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-08-08 Ian Lance Taylorre PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC...
2016-08-06 Ian Lance Taylorlibgo: change build procedure to use build tags
2016-08-04 Ian Lance Taylorruntime: fix incorrectly commented out code in heapdump.c
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-04-02 Ian Lance Taylorruntime: Use atomic load for in entersyscall.
2016-02-24 Ian Lance Taylorruntime: lock M during cgo call
2016-02-18 Ian Lance Taylorlibgo: Update to final Go 1.6 release.
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.
2016-02-03 Ian Lance Taylorcompiler, runtime: mark stub methods, ignore them in...
2015-11-26 Ian Lance Taylorre PR go/61303 (gccgo: segfault, regression since 4...
2015-11-23 Ian Lance Taylorre PR go/68496 ([libgo] reflect test fails on Linux...
2015-11-21 Ian Lance Taylorre PR go/66574 (Time is provided in millisecond precisi...
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-10-31 Ian Lance Taylorruntime: If no split stacks, allocate stacks using...
next