summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: scan register backing store on ia64Ian Lance Taylor2018-02-023-0/+39
* runtime: fix type descriptor name in C codeIan Lance Taylor2018-01-311-3/+5
* compiler: rationalize external symbol namesIan Lance Taylor2018-01-242-11/+12
* re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor2018-01-104-9/+5
* runtime: fix makemap calls in __go_construct_mapIan Lance Taylor2018-01-101-3/+3
* libgo: update to Go1.10beta1Ian Lance Taylor2018-01-094-20/+61
* sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor2017-11-091-0/+2
* runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor2017-10-112-2/+2
* runtime: always initialize str field in __go_string_slice resultIan Lance Taylor2017-09-181-4/+7
* libgo: update to go1.9Ian Lance Taylor2017-09-144-61/+37
* runtime: make go-nosys.c compile with !HAVE_SYSCALLIan Lance Taylor2017-08-291-1/+1
* re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor2017-08-181-1/+4
* runtime: improvements for signal registersIan Lance Taylor2017-08-161-13/+49
* runtime: dump registers for AlphaIan Lance Taylor2017-08-041-0/+41
* runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor2017-07-261-0/+5
* runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor2017-07-211-3/+11
* runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor2017-07-211-0/+5
* re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor2017-07-186-45/+4
* runtime: adapt memory management to AIX mmapIan Lance Taylor2017-06-271-0/+6
* runtime: fix type cast in assignment to gcnextsp in C codeIan Lance Taylor2017-06-221-1/+1
* runtime: change some stack fields to uintptrIan Lance Taylor2017-06-222-19/+21
* compiler, runtime: better stack trace for `go f()` where f is nilIan Lance Taylor2017-06-221-1/+10
* runtime: fix build for non-split-stack systemsIan Lance Taylor2017-05-122-2/+3
* Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor2017-05-1036-9048/+418
* libgo: update to final Go 1.8 releaseIan Lance Taylor2017-02-171-1/+7
* runtime: fix context used by getTracebackIan Lance Taylor2017-01-261-1/+1
* re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor2017-01-233-3/+4
* runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor2017-01-201-2/+14
* libgo: update to Go 1.8 release candidate 1Ian Lance Taylor2017-01-1410-81/+63
* runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor2017-01-105-278/+10
* compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor2017-01-106-317/+9
* runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor2017-01-096-1368/+100
* runtime: actually remove go-alloc.hIan Lance Taylor2017-01-061-11/+0
* runtime: remove __go_alloc and __go_freeIan Lance Taylor2017-01-0312-426/+36
* re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor2017-01-033-3/+9
* runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor2016-12-198-564/+95
* runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor2016-12-081-1/+4
* runtime: copy memory hash code from Go 1.7Ian Lance Taylor2016-12-088-37/+617
* runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor2016-12-081-4/+0
* runtime: fixes for -buildmode=c-archiveIan Lance Taylor2016-11-301-0/+9
* runtime: rewrite panic/defer code from C to GoIan Lance Taylor2016-11-2214-949/+89
* runtime: move schedt type and sched var from C to GoIan Lance Taylor2016-11-181-256/+227
* runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor2016-11-182-33/+21
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor2016-11-181-113/+0
* runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor2016-11-183-323/+110
* runtime: replace runtime1.goc with Go and C codeIan Lance Taylor2016-11-163-89/+71
* runtime: don't crash if signal handler info argument is nilIan Lance Taylor2016-11-141-1/+5
* runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor2016-11-109-871/+249
* libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor2016-10-301-0/+0
* compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor2016-10-285-200/+6