summaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2022-05-06Update ChangeLog and version files for releaseJakub Jelinek
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor
2022-04-19libgo: make a couple of sed uses POSIX compliantIan Lance Taylor
2022-04-18libgo: only add signum to siglist if it doesn't exist yetSören Tempel
2022-04-18runtime: add special handling for signal 34A. Wilcox
2022-04-15compiler: revert `for package-scope "a = b; b = x" just set "a = x"`Ian Lance Taylor
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor
2022-03-16libgo: update to final Go 1.18 releaseIan Lance Taylor
2022-03-08compiler: ignore function type result name in export dataIan Lance Taylor
2022-03-04mkruntimeinc: skip _FILEIan Lance Taylor
2022-03-04libgo: move golang.org/x/sync/semaphore to gotool packagesClément Chigot
2022-03-04libgo: fix AIX build for the Go1.18 updateClément Chigot
2022-02-22libgo: update README.gccIan Lance Taylor
2022-02-21runtime/internal/syscall: build dummy package if not LinuxIan Lance Taylor
2022-02-18libgo: update Hurd supportIan Lance Taylor
2022-02-18libgo: update to Go1.18rc1 releaseIan Lance Taylor
2022-02-17net: add hurd build tag for setReadMsgCloseOnExecIan Lance Taylor
2022-02-16libgo: restore building on SolarisIan Lance Taylor
2022-02-14Daily bump.GCC Administrator
2022-02-13runtime: call timer functions via syscallIan Lance Taylor
2022-02-13compiler: don't set ptrmask bit for pointer to notinheap typeIan Lance Taylor
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor
2022-02-10Daily bump.GCC Administrator
2022-02-09compiler: don't warn for print()Ian Lance Taylor
2022-02-09compiler: use nil pointer for zero length string constantIan Lance Taylor
2022-02-09compiler: treat notinheap types as not being pointersIan Lance Taylor
2022-02-09gccgo: link static libgo against -lrt on GNU/LinuxIan Lance Taylor
2022-02-08compiler: recognize Go 1.18 runtime/internal/atomic methodsIan Lance Taylor
2022-02-08compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternalIan Lance Taylor
2022-02-04compiler: accept "any" as an alias for "interface{}"Ian Lance Taylor
2022-01-20runtime: build panic32.go on amd64p32Ian Lance Taylor
2022-01-18Daily bump.GCC Administrator
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska
2022-01-06compiler: permit converting unnamed types when ignoring struct tagsIan Lance Taylor
2022-01-04compiler: remove duplication of Named_object traversalIan Lance Taylor
2022-01-04Daily bump.GCC Administrator
2022-01-03Update copyright years.Jakub Jelinek
2022-01-03Update Copyright in ChangeLog filesJakub Jelinek
2022-01-03Update copyright dates.Jakub Jelinek
2021-12-29compiler, libgo: don't pad sparc64-linux epolleventIan Lance Taylor
2021-12-29Daily bump.GCC Administrator
2021-12-28docs: replace http:// with https://Martin Liska
2021-11-30Daily bump.GCC Administrator
2021-11-29Make etags path used by build system configurableEric Gallager
2021-11-11compiler: traverse func subexprs when creating func descriptorsIan Lance Taylor
2021-10-26compiler: permit compiler directives in parenthesized groupsIan Lance Taylor
2021-10-05compiler: workaround for C++ build template matching quirkThan McIntosh
2021-09-30compiler: avoid calling Expression::type before loweringIan Lance Taylor