aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2018-08-07runtime: use poll rather than pollset for netpoll on AIXIan Lance Taylor2-109/+95
2018-08-07libgo: uncomment trace.Stop() call in testing packageIan Lance Taylor1-1/+1
2018-07-27libgo: prune sighandler frames in runtime.sigprofIan Lance Taylor2-11/+70
2018-07-13runtime: skip zero-sized fields in structs when converting to FFIIan Lance Taylor1-3/+45
2018-07-02re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go...Ian Lance Taylor1-2/+5
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor1-1/+1
2018-06-23runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor1-3/+3
2018-06-22syscall: remove UstatIan Lance Taylor6-83/+0
2018-06-21cmd/go: re-enable a couple of tests of gccgoIan Lance Taylor1-2/+0
2018-06-13libgo: update to Go 1.10.3 releaseIan Lance Taylor30-327/+552
2018-06-11libgo: add riscv and js/wasm as known targetsIan Lance Taylor5-7/+17
2018-06-06reflect: fix StructOf hash and stringIan Lance Taylor2-2/+13
2018-06-05reflect: canonicalize types returned by StructOf() and friendsIan Lance Taylor2-20/+33
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor38-157/+852
2018-05-30cmd/go, cmd/vet: make vet work with gccgoIan Lance Taylor5-10/+34
2018-05-30crypto/x509: specify path to AIX certificate fileIan Lance Taylor1-1/+3
2018-05-09go/build, cmd/go: update to match recent changes to gcIan Lance Taylor9-56/+172
2018-05-04cmd/go: on AIX, pass -X64 first when invoking arIan Lance Taylor1-1/+1
2018-05-04libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor1-11/+43
2018-05-04cmd/go: update mkalldocs.shIan Lance Taylor2-9/+11
2018-05-04cmd/go: enable tests of vet toolIan Lance Taylor1-4/+0
2018-05-04cmd/go: update to match recent changes to gcIan Lance Taylor7-20/+46
2018-05-03cmd/go: run tests that require package build IDsIan Lance Taylor1-2/+0
2018-05-02libgo: add type/const references to sysinfo.cIan Lance Taylor2-0/+210
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor13-15/+30
2018-05-02runtime: remove unused stack.goIan Lance Taylor1-1229/+0
2018-05-02libgo: refactor code to enumerate stdlib packagesIan Lance Taylor6-784/+424
2018-05-02libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor1-2/+165
2018-05-01re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-2/+21
2018-04-27re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-3/+9
2018-04-20gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor1-3/+7
2018-04-17os/signal: disable loading of history during testIan Lance Taylor1-0/+2
2018-04-17gccgo: suppress "ar rcD" and "-zdefs" on AIXIan Lance Taylor1-5/+8
2018-03-26runtime: don't check for stale runtimeIan Lance Taylor1-0/+3
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor2-3/+7
2018-03-15cmd/go: force LANG=C when looking for compiler versionIan Lance Taylor1-1/+12
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor2-2/+3
2018-03-07runtime: push arena on AIX higher due to clashesIan Lance Taylor1-2/+2
2018-03-07runtime: use a fence instruction before rdtscIan Lance Taylor1-4/+55
2018-03-05libgo: fix typo in mksysinfo.sh scriptIan Lance Taylor1-1/+1
2018-02-28runtime: update AIX memory allocation for new versionsIan Lance Taylor1-5/+8
2018-02-28libgo: update to final Go 1.10 releaseIan Lance Taylor6-11/+66
2018-02-22re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab15-17/+29
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor3-13/+23
2018-02-22libgo: add -L option for libatomic when using -pthreadIan Lance Taylor2-4/+6
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-0/+7
2018-02-16runtime: add some more preemption checksIan Lance Taylor5-2/+46
2018-02-12compiler: error on func declaration/definitionIan Lance Taylor4-21/+4
2018-02-12re PR go/84215 (Random results in go/libgo tests)Ian Lance Taylor3-50/+69
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor7-6/+211