aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-09-09compiler: make sure type descriptor initializers go in .rodataIan Lance Taylor2-2/+3
2018-08-29compiler, runtime: remove hmap field from maptypesIan Lance Taylor2-8/+2
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-3/+3
2018-08-27Come up with fndecl_built_in_p.Martin Liska2-2/+8
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor2-6/+2
2018-08-07libgo: uncomment trace.Stop() call in testing packageIan Lance Taylor1-1/+1
2018-08-01runtime: use poll rather than pollset for netpoll on AIXIan Lance Taylor1-1/+1
2018-07-27libgo: prune sighandler frames in runtime.sigprofIan Lance Taylor1-1/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2-1/+7
2018-07-20compiler: do order_evaluations before remove_shortcutsIan Lance Taylor3-208/+225
2018-07-17compiler: don't set btype_ too early for alias typeIan Lance Taylor2-3/+5
2018-07-17compiler: connect the concrete type and the placeholder for circular typesIan Lance Taylor3-24/+5
2018-07-13runtime: skip zero-sized fields in structs when converting to FFIIan Lance Taylor1-1/+1
2018-07-13compiler: fix parsing of composite literals with omitted pointer typesIan Lance Taylor2-1/+2
2018-07-12compiler: build a single backend type for type aliasIan Lance Taylor3-2/+7
2018-07-11compiler: fix evaluation order of LHS index expressionsIan Lance Taylor3-21/+23
2018-07-10compiler: fix double evaluation with interface field expressionIan Lance Taylor2-4/+3
2018-07-02re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go...Ian Lance Taylor1-1/+1
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor1-1/+1
2018-06-28re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)Ian Lance Taylor2-1/+7
2018-06-25compiler: improve escape analysisIan Lance Taylor2-53/+81
2018-06-23runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor1-1/+1
2018-06-22syscall: remove UstatIan Lance Taylor1-1/+1
2018-06-21cmd/go: re-enable a couple of tests of gccgoIan Lance Taylor1-1/+1
2018-06-13compiler: avoid introducing redundant write barriersIan Lance Taylor4-10/+29
2018-06-13compiler: include global variable preinit blocks in ast dumpsIan Lance Taylor2-2/+26
2018-06-13libgo: update to Go 1.10.3 releaseIan Lance Taylor1-1/+1
2018-06-11libgo: add riscv and js/wasm as known targetsIan Lance Taylor1-1/+1
2018-06-08compiler: remove stack_allocation_expressionCherry Zhang3-21/+5
2018-06-07compiler: speed up variable initializer sortingIan Lance Taylor2-97/+193
2018-06-06reflect: fix StructOf hash and stringIan Lance Taylor1-1/+1
2018-06-05reflect: canonicalize types returned by StructOf() and friendsIan Lance Taylor1-1/+1
2018-06-04compiler: fix crashes on cyclic var/type referencesIan Lance Taylor3-5/+17
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor1-1/+1
2018-05-30cmd/go, cmd/vet: make vet work with gccgoIan Lance Taylor1-1/+1
2018-05-30crypto/x509: specify path to AIX certificate fileIan Lance Taylor1-1/+1
2018-05-09go/build, cmd/go: update to match recent changes to gcIan Lance Taylor1-1/+1
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-1/+1
2018-05-04cmd/go: update mkalldocs.shIan Lance Taylor1-1/+1
2018-05-04cmd/go: enable tests of vet toolIan Lance Taylor1-1/+1
2018-05-04cmd/go: update to match recent changes to gcIan Lance Taylor1-1/+1
2018-05-03compiler: avoid crashing on invalid non-integer array lengthIan Lance Taylor2-1/+11
2018-05-03cmd/go: run tests that require package build IDsIan Lance Taylor1-1/+1
2018-05-02libgo: add type/const references to sysinfo.cIan Lance Taylor1-1/+1
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor1-1/+1
2018-05-01re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-1/+1
2018-04-27re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-1/+1
2018-04-20gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor1-1/+1
2018-04-17os/signal: disable loading of history during testIan Lance Taylor1-1/+1