aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2022-01-20runtime: build panic32.go on amd64p32Ian Lance Taylor1-1/+1
2022-01-18Daily bump.GCC Administrator1-0/+17
2022-01-17Change references of .c files to .cc filesMartin Liska5-5/+5
2022-01-17Rename .c files to .cc files.Martin Liska3-0/+0
2022-01-06compiler: permit converting unnamed types when ignoring struct tagsIan Lance Taylor2-3/+2
2022-01-04compiler: remove duplication of Named_object traversalIan Lance Taylor3-151/+100
2022-01-04Daily bump.GCC Administrator1-0/+4
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2022-01-03Update Copyright in ChangeLog filesJakub Jelinek1-1/+1
2022-01-03Update copyright dates.Jakub Jelinek1-1/+1
2021-12-29compiler, libgo: don't pad sparc64-linux epolleventIan Lance Taylor2-4/+13
2021-12-29Daily bump.GCC Administrator1-0/+4
2021-12-28docs: replace http:// with https://Martin Liska1-2/+2
2021-11-30Daily bump.GCC Administrator1-0/+5
2021-11-29Make etags path used by build system configurableEric Gallager1-2/+2
2021-11-11compiler: traverse func subexprs when creating func descriptorsIan Lance Taylor4-11/+61
2021-10-26compiler: permit compiler directives in parenthesized groupsIan Lance Taylor5-78/+89
2021-10-05compiler: workaround for C++ build template matching quirkThan McIntosh2-3/+3
2021-09-30compiler: avoid calling Expression::type before loweringIan Lance Taylor4-23/+69
2021-09-28Daily bump.GCC Administrator1-0/+5
2021-09-27flag_complex_method: support optimize attributeMartin Liska1-0/+1
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