aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-10-05runtime: remove checkgoarm functionIan Lance Taylor1-1/+1
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor1-1/+1
2018-10-02net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor1-1/+1
2018-10-01compiler: use the underlying type to build placeholder type for aliasIan Lance Taylor2-1/+3
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor1-1/+1
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-1/+1
2018-09-28compiler: fix parsing issue with non-ASCII first package charIan Lance Taylor4-4/+19
2018-09-26syscall: don't assume we have a GETEUID system callIan Lance Taylor1-1/+1
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