summaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2020-08-27gotest: use a space rather than a middle dot in target listsMaciej W. Rozycki
2020-08-26cmd: add -maix32 to gcc calls for aix/ppcClément Chigot
2020-08-26libgo: add FAT library support for static libraries on AIXClément Chigot
2020-08-17compiler: export thunks referenced by inline functionsIan Lance Taylor
2020-08-12libgo: correctly handle AIX FAT library creationClément Chigot
2020-08-11internal/syscall/unix: restore ppc build tagIan Lance Taylor
2020-08-11Daily bump.GCC Administrator
2020-08-10runtime: revert eqtype for AIXClément Chigot
2020-08-07libgo: update to Go1.15rc2 releaseIan Lance Taylor
2020-08-04compiler: delete lowered constant stringsIan Lance Taylor
2020-08-03internal/syscall/unix: correct ia64 syscall numbersIan Lance Taylor
2020-08-03internal/syscall/unix: define copyFileRangeTrap for all architecturesIan Lance Taylor
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor
2020-07-27compiler,runtime: pass only ptr and len to some runtime callsIan Lance Taylor
2020-07-27compiler: for package-scope "a = b; b = x" just set "a = x"Ian Lance Taylor
2020-07-27compiler: scan all function literals for escape analysisIan Lance Taylor
2020-07-23libgo: add AIX FAT libraries supportClément Chigot
2020-07-17libgo: update to Go 1.14.6 releaseIan Lance Taylor
2020-07-11compiler: avoid generating unnamed bool type descriptorIan Lance Taylor
2020-07-11compiler: handle aliases to pointer types with interfacesIan Lance Taylor
2020-07-10libgo: update to Go 1.14.4 releaseIan Lance Taylor
2020-06-29compiler: remove some erroneous code that was never runIan Lance Taylor
2020-06-15libgo: update x/sys/cpu to add all GOARCHes supported by gccgoTobias Klauser
2020-06-15internal/syscall/unix: use getrandom_linux_generic.go on riscvTobias Klauser
2020-06-12runtime: fix arenaBaseOffset for aix/ppcClément Chigot
2020-05-25libgo: update x/sys/cpu after gccgo support addedClément Chigot
2020-05-15libgo: only build syscall test with -static if it worksIan Lance Taylor
2020-05-14libgo: only build syscall test with -static on GNU/LinuxIan Lance Taylor
2020-05-13libgo: build syscall test with -staticIan Lance Taylor
2020-05-11runtime: fix TestCallersNilPointerPaniceric fang
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor
2020-05-11compiler: use const std::string& in a couple of placesIan Lance Taylor
2020-04-23gotest: increase the test timeouteric fang
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang
2020-04-15Go Gcc_backend class: mark prefetch as novopsIan Lance Taylor
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor
2020-04-09compiler: look up composite literal keys in the global namespaceIan Lance Taylor
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-02-28runtime: handle linux/arm64 signal registereric fang
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor
2020-02-24internal/poll: add hurd build tagIan Lance Taylor
2020-02-24internal/syscall/unix: add hurd build tagIan Lance Taylor
2020-02-18cmd/go: update -DGOPKGPATH to use current pkgpath encodingIan Lance Taylor
2020-02-16libgo: install internal/reflectlite.goxIan Lance Taylor
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor
2020-02-03syscall: fix riscv64 GNU/Linux buildIan Lance Taylor
2020-01-29runtime, syscall: add a couple of hurd build tagsIan Lance Taylor
2020-01-29runtime: update netpoll_hurd.go for go1.14beta1 changesIan Lance Taylor