aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2021-09-21runtime: set runtime.GOROOT value at build timeIan Lance Taylor1-1/+1
2021-09-16libgo: update to go1.17.1 releaseIan Lance Taylor1-1/+1
2021-09-11compiler: don't pad zero-sized trailing field in results structIan Lance Taylor3-3/+19
2021-09-10compiler: correct condition for calling memclrHasPointersIan Lance Taylor2-2/+2
2021-09-07runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32leIan Lance Taylor1-1/+1
2021-09-05libgo: update to final Go 1.17 releaseIan Lance Taylor1-1/+1
2021-08-14libgo: various fixes for Solaris supportIan Lance Taylor1-1/+1
2021-08-13runtime: use C cast syntax in stack.cIan Lance Taylor1-1/+1
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-1/+1
2021-08-12compiler: store pointers to go:notinheap types indirectlyIan Lance Taylor4-18/+92
2021-08-10compiler: don't crash on a, b := int(0)Ian Lance Taylor2-3/+14
2021-08-07compiler: support export/import of unsafe.Add/SliceIan Lance Taylor8-29/+130
2021-08-06compiler: make escape analysis more strict about runtime callsCherry Mui2-2/+47
2021-08-05runtime: extend internal atomics to comply with sync/atomicIan Lance Taylor2-26/+24
2021-08-04compiler: make escape analysis more robust about builtin functionsCherry Mui2-3/+55
2021-08-03compiler: support new language constructs in escape analysisCherry Mui4-50/+134
2021-08-03compile, runtime: make selectnbrecv return two valuesIan Lance Taylor3-35/+34
2021-08-03compiler: check slice to pointer-to-array conversion element typeIan Lance Taylor3-3/+8
2021-08-02compiler, runtime: allow slice to array pointer conversionIan Lance Taylor4-3/+64
2021-08-02compiler, runtime: support unsafe.Add and unsafe.SliceIan Lance Taylor5-2/+253
2021-07-19compiler: avoid aliases in receiver typesIan Lance Taylor4-1/+100
2021-07-09runtime: remove direct assignments to memory locationsIan Lance Taylor1-1/+1
2021-06-30Daily bump.GCC Administrator1-0/+7
2021-06-29compiler: don't generate temporaries for composite literalsIan Lance Taylor3-104/+7
2021-06-29go-gcc: set DECL_NAMELESS for temporary variablesIan Lance Taylor1-0/+3
2021-06-29compiler: in composite literals use temps only for interfacesIan Lance Taylor2-5/+14
2021-06-10libgo: update to Go1.16.5 releaseIan Lance Taylor1-1/+1
2021-05-28Daily bump.GCC Administrator1-0/+4
2021-05-27gccgo.texi: remove HTML quotingIan Lance Taylor1-1/+1
2021-05-25Daily bump.GCC Administrator1-0/+6
2021-05-24compiler: mark global variables whose address is takenIan Lance Taylor7-184/+276
2021-05-18gcc/go/ChangeLog: remove entry for reverted changeIan Lance Taylor1-5/+0
2021-05-18gofrontend: revert startswith changeIan Lance Taylor1-1/+1
2021-05-18libgo: update configure to current sourcesIan Lance Taylor1-1/+1
2021-05-11Daily bump.GCC Administrator1-0/+5
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-04-12libgo: update to Go1.16.3 releaseIan Lance Taylor1-1/+1
2021-03-17compiler: copy receiver argument for go/defer of method callIan Lance Taylor3-2/+29
2021-03-15libgo: update to Go 1.16.2 releaseIan Lance Taylor1-1/+1
2021-03-12misc/cgo/testcarchive: don't use == for string equality in C codeIan Lance Taylor1-1/+1
2021-03-11compiler: create temporaries for heap variablesIan Lance Taylor6-56/+99
2021-03-08runtime: cast SIGSTKSZ to uintptrIan Lance Taylor1-1/+1
2021-03-02compiler: allow //go:embed in files underscore-importing embedMichael Matloob5-21/+14
2021-02-25libgo: ensure memmove, memset 8 byte atomicity on ppc64xLynn Boger1-1/+1
2021-02-19libgo: update to Go1.16 releaseIan Lance Taylor1-1/+1
2021-02-16compiler: unalias receiver type in export dataIan Lance Taylor2-2/+2
2021-02-12compiler: open byte slice and string embeds using the absolute pathMichael Matloob2-4/+3
2021-02-03libgo: install new 1.16 packagesIan Lance Taylor1-1/+1
2021-01-29internal/cpu: correctly link to getsystemcfgClément Chigot1-1/+1
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor1-1/+1