aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-09-26runtime, os: fix the build on SolarisIan Lance Taylor1-1/+1
2018-09-25internal/bytealg, internal/cpu, internal/poll: portability fixesIan Lance Taylor1-1/+1
2018-09-25cmd/go: pass down testing gccgo in TestScriptIan Lance Taylor1-1/+1
2018-09-25Remove unused functions and fields.Martin Liska7-32/+32
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-1/+1
2018-09-20Fix and document -r optionAllan Sandfeld Jensen2-0/+5
2018-09-14cmd/go: correct gccgo buildid file on ARMIan Lance Taylor1-1/+1
2018-09-14compiler: don't use address of temporary for deferred deleteIan Lance Taylor3-6/+53
2018-09-13compiler, runtime: call gcWriteBarrier instead of writebarrierptrIan Lance Taylor3-5/+5
2018-09-13runtime: correct counters in sweepIan Lance Taylor1-1/+1
2018-09-13compiler, runtime: open code selectIan Lance Taylor7-160/+217
2018-09-13compiler: implement //go:nowritebarrierrecIan Lance Taylor6-14/+168
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-1/+1
2018-09-13libgo: build roots index to speed up bulkBarrierPreWriteIan Lance Taylor2-2/+3
2018-09-13compiler: omit a couple of write barriersIan Lance Taylor6-24/+204
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