aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2019-03-19compiler,runtime: pass old slice's ptr/len/cap by value to growsliceIan Lance Taylor3-9/+20
2019-03-19libgo: fix build on AIXIan Lance Taylor1-1/+1
2019-03-18libgo: update to Go 1.12.1Ian Lance Taylor1-1/+1
2019-03-15compiler: preserve nointerface property when inlining methodsIan Lance Taylor2-1/+3
2019-03-15compiler: use const rather than constexprIan Lance Taylor2-2/+2
2019-03-15compiler: eliminate bound checks in append expressionIan Lance Taylor3-77/+99
2019-03-13compiler: compare parse methods when indexing interface types for exportIan Lance Taylor4-7/+45
2019-03-13compiler: add new debugging helper function debug_go_type()Ian Lance Taylor4-3/+388
2019-03-09re PR go/89447 (libgo largefile support is incomplete and inconsistent)Ian Lance Taylor1-1/+1
2019-03-07re PR go/89227 (gotools test cmd/go fails with link error "call lacks nop, ca...Ian Lance Taylor2-0/+7
2019-03-06compiler: emit underlying constant in array_type length exportIan Lance Taylor2-5/+12
2019-03-06mksysinfo: actually use modified Statfs_t valueIan Lance Taylor1-1/+1
2019-03-06re PR go/89598 (go frontend fails to build against mpfr 2.4.2)Ian Lance Taylor2-2/+2
2019-03-05runtime: enable precise GC checks when using stack mapsIan Lance Taylor1-1/+1
2019-03-05cmd/go: pass -X64 to ar on aix/ppc64Ian Lance Taylor1-1/+1
2019-03-05sysinfo: add Flags to Statfs_t if not already thereIan Lance Taylor1-1/+1
2019-03-05re PR go/89598 (go frontend fails to build against mpfr 2.4.2)Ian Lance Taylor2-3/+3
2019-03-02re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor1-1/+1
2019-03-01cmd/go: restore passing D to arIan Lance Taylor1-1/+1
2019-03-01runtime: call execname and getpagesize on SolarisIan Lance Taylor1-1/+1
2019-03-01cmd/go: add -O2 to invocation of gccgoIan Lance Taylor1-1/+1
2019-03-01commit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1Ian Lance Taylor1-1/+1
2019-02-28libgo: fix go_export extraction on DarwinIan Lance Taylor1-1/+1
2019-02-27re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor1-1/+1
2019-02-27runtime: align first persistentalloc chunk as requestedIan Lance Taylor1-1/+1
2019-02-27compiler: check duplicate numeric keys in map literalsIan Lance Taylor3-3/+115
2019-02-27compiler: check recursive inherited interface aliasesIan Lance Taylor2-1/+18
2019-02-27cmd/go: preserve CC for TestScript child processesIan Lance Taylor1-1/+1
2019-02-26libgo: update to Go 1.12 releaseIan Lance Taylor1-1/+1
2019-02-26re PR go/86535 (FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3....Ian Lance Taylor1-1/+1
2019-02-26libgo: update to Go1.12rc1Ian Lance Taylor1-1/+1
2019-02-22re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor1-1/+1
2019-02-22cmd/go: remove work directory on usage errorIan Lance Taylor1-1/+1
2019-02-21re PR go/89407 (go bootstrap failure on s390x starting with r268941)Ian Lance Taylor1-1/+1
2019-02-20compiler: fix a typo in commentsIan Lance Taylor2-2/+2
2019-02-19compiler: add debugger-callable AST dump functinsIan Lance Taylor2-2/+83
2019-02-19re PR go/89169 (FAIL: internal/cpu)Ian Lance Taylor1-1/+1
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor1-1/+1
2019-02-15compiler,runtime: use __builtin_dwarf_cfa for getcallerspCherry Zhang7-21/+34
2019-02-15re PR go/89368 (ICE in go/gofrontend/expressions.cc:4669 after r268923)Ian Lance Taylor2-2/+3
2019-02-15re PR go/89123 (Too many go test failures on s390x-linux)Ian Lance Taylor1-1/+1
2019-02-15runtime: include <syscall.h> and <sys/syscall.h> if availableIan Lance Taylor1-1/+1
2019-02-15runtime: add type cast for non-split-stack calls to scanstackblockIan Lance Taylor1-1/+1
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor6-29/+42
2019-02-15re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor1-1/+1
2019-02-15go-backend.c (go_imported_unsafe): Update optimization_default_node.Ian Lance Taylor2-0/+6
2019-02-14re PR go/89321 (cross build with riscv64 gccgo compilation failed due to asse...Ian Lance Taylor2-1/+11
2019-02-14compiler: check duplicate string keys in map composite literalsIan Lance Taylor6-55/+98
2019-02-14go-gcc.cc: #include "opts.h".Ian Lance Taylor2-0/+41
2019-02-12syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor1-1/+1