aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-29Daily bump.GCC Administrator1-0/+5
2021-01-28gccgo driver: always act as though -g is passedIan Lance Taylor1-0/+24
2021-01-19compiler: initialize variables with go:embed directivesIan Lance Taylor4-2/+347
2021-01-18compiler: read embedcfg files, parse go:embed directivesIan Lance Taylor9-33/+234
2021-01-16Daily bump.GCC Administrator1-0/+4
2021-01-14compiler: add support for reading embedcfg filesIan Lance Taylor4-1/+634
2021-01-14libgo: update hurd supportIan Lance Taylor1-1/+1
2021-01-12syscall: ensure openat uses variadic libc wrapperPaul E. Murphy1-1/+1
2021-01-06Daily bump.GCC Administrator1-0/+13
2021-01-05syscall: don't define sys_SETREUID and friendsIan Lance Taylor1-1/+1
2021-01-05internal/cpu: more build fixes for Go1.16beta1 releaseIan Lance Taylor1-1/+1
2021-01-05go: Fix -fgo-embedcfg= option description.Jakub Jelinek1-1/+1
2021-01-04Go frontend: add -fgo-embedcfg optionIan Lance Taylor4-0/+20
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2021-01-04Update Copyright in ChangeLog filesJakub Jelinek1-1/+1
2021-01-02Daily bump.GCC Administrator1-0/+4
2021-01-01internal/cpu: add aarch64 support functionsIan Lance Taylor1-1/+1
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor1-1/+1
2021-01-01internal/cpu, golang.org/x/sys/cpu: support other GOARCH valuesIan Lance Taylor1-1/+1
2021-01-01Update copyright dates.Jakub Jelinek1-1/+1
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-1/+1
2020-12-23compiler: parenthesize channel type strings if necessaryIan Lance Taylor2-1/+16
2020-12-23compiler: nil-checked pointers and index expressions can trapIan Lance Taylor2-7/+5
2020-12-23compiler: remove references to slicecopy and slicestringcopyIan Lance Taylor3-11/+1
2020-12-23Daily bump.GCC Administrator1-0/+6
2020-12-22compiler: initialize saw_send_stmt localsIan Lance Taylor2-3/+3
2020-12-22runtime: eliminate scase.kind fieldIan Lance Taylor5-63/+129
2020-12-22runtime: add "success" field to sudogIan Lance Taylor1-1/+1
2020-12-22runtime: omit nil-channel cases from selectgo's ordersIan Lance Taylor1-1/+1