aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
2018-05-02libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor1-2/+165
2018-03-07runtime: use a fence instruction before rdtscIan Lance Taylor1-4/+55
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor3-13/+23
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor1-2/+30
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor3-0/+39
2018-01-31runtime: fix type descriptor name in C codeIan Lance Taylor1-3/+5
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor2-11/+12
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor4-9/+5
2018-01-10runtime: fix makemap calls in __go_construct_mapIan Lance Taylor1-3/+3
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor4-20/+61
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor1-0/+2
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor2-2/+2
2017-09-18runtime: always initialize str field in __go_string_slice resultIan Lance Taylor1-4/+7
2017-09-14libgo: update to go1.9Ian Lance Taylor4-61/+37
2017-08-29runtime: make go-nosys.c compile with !HAVE_SYSCALLIan Lance Taylor1-1/+1
2017-08-18re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor1-1/+4
2017-08-16runtime: improvements for signal registersIan Lance Taylor1-13/+49
2017-08-04runtime: dump registers for AlphaIan Lance Taylor1-0/+41
2017-07-26runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor1-0/+5
2017-07-21runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor1-3/+11
2017-07-21runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor1-0/+5
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor6-45/+4
2017-06-27runtime: adapt memory management to AIX mmapIan Lance Taylor1-0/+6
2017-06-22runtime: fix type cast in assignment to gcnextsp in C codeIan Lance Taylor1-1/+1
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor2-19/+21
2017-06-22compiler, runtime: better stack trace for `go f()` where f is nilIan Lance Taylor1-1/+10
2017-05-12runtime: fix build for non-split-stack systemsIan Lance Taylor2-2/+3
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor36-9048/+418
2017-02-17libgo: update to final Go 1.8 releaseIan Lance Taylor1-1/+7
2017-01-26runtime: fix context used by getTracebackIan Lance Taylor1-1/+1
2017-01-23re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor3-3/+4
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor1-2/+14
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor10-81/+63
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor5-278/+10
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor6-317/+9
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor6-1368/+100
2017-01-06runtime: actually remove go-alloc.hIan Lance Taylor1-11/+0
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor12-426/+36
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor3-3/+9
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor8-564/+95
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor1-1/+4
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor8-37/+617
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-4/+0
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor1-0/+9
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor14-949/+89
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor1-256/+227
2016-11-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor2-33/+21
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor1-113/+0
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor3-323/+110
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor3-89/+71