aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-05-09go/build, cmd/go: update to match recent changes to gcIan Lance Taylor1-1/+1
2018-05-04cmd/go: on AIX, pass -X64 first when invoking arIan Lance Taylor1-1/+1
2018-05-04libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor1-1/+1
2018-05-04cmd/go: update mkalldocs.shIan Lance Taylor1-1/+1
2018-05-04cmd/go: enable tests of vet toolIan Lance Taylor1-1/+1
2018-05-04cmd/go: update to match recent changes to gcIan Lance Taylor1-1/+1
2018-05-03compiler: avoid crashing on invalid non-integer array lengthIan Lance Taylor2-1/+11
2018-05-03cmd/go: run tests that require package build IDsIan Lance Taylor1-1/+1
2018-05-02libgo: add type/const references to sysinfo.cIan Lance Taylor1-1/+1
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor1-1/+1
2018-05-01re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-1/+1
2018-04-27re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-1/+1
2018-04-20gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor1-1/+1
2018-04-17os/signal: disable loading of history during testIan Lance Taylor1-1/+1
2018-04-17gccgo: suppress "ar rcD" and "-zdefs" on AIXIan Lance Taylor1-1/+1
2018-03-26runtime: don't check for stale runtimeIan Lance Taylor1-1/+1
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor1-1/+1
2018-03-15cmd/go: force LANG=C when looking for compiler versionIan Lance Taylor1-1/+1
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor1-1/+1
2018-03-07runtime: push arena on AIX higher due to clashesIan Lance Taylor1-1/+1
2018-03-07runtime: use a fence instruction before rdtscIan Lance Taylor1-1/+1
2018-03-05libgo: fix typo in mksysinfo.sh scriptIan Lance Taylor1-1/+1
2018-03-01compiler: avoid crashing on bad self-referential typeIan Lance Taylor2-1/+6
2018-02-28runtime: update AIX memory allocation for new versionsIan Lance Taylor1-1/+1
2018-02-28libgo: update to final Go 1.10 releaseIan Lance Taylor1-1/+1
2018-02-23compiler: ignore aliases in fieldtrack infoIan Lance Taylor2-2/+2
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor1-1/+1
2018-02-22libgo: add -L option for libatomic when using -pthreadIan Lance Taylor1-1/+1
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-1/+1
2018-02-20compiler: look through aliases for type compatibilityIan Lance Taylor2-10/+21
2018-02-16runtime: add some more preemption checksIan Lance Taylor1-1/+1
2018-02-13compiler: don't export function descriptors for unexported namesIan Lance Taylor2-1/+16
2018-02-12compiler: error on func declaration/definitionIan Lance Taylor2-20/+18
2018-02-12re PR go/84215 (Random results in go/libgo tests)Ian Lance Taylor1-1/+1
2018-02-09compiler: track //go:nointerface in export dataIan Lance Taylor5-9/+81
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor1-1/+1
2018-02-08libgo: update to Go1.10rc2Ian Lance Taylor1-1/+1
2018-02-07runtime: don't call funcPC from a functionIan Lance Taylor1-1/+1
2018-02-07compiler: make single Btype for methods table of identical interface typeIan Lance Taylor3-5/+55
2018-02-06compiler: avoid negative zero in float constantsIan Lance Taylor3-3/+64
2018-02-06runtime: correct runtime structfield type to match reflectIan Lance Taylor1-1/+1
2018-02-05compiler: rollback "avoid negative zero in float constants"Ian Lance Taylor3-54/+3
2018-02-05compiler: avoid negative zero in float constantsIan Lance Taylor3-3/+54
2018-02-05compiler: update iota handling, fix using iota in array lengthIan Lance Taylor7-120/+227
2018-02-05compiler: permit empty statements after fallthroughIan Lance Taylor2-3/+18
2018-02-05compiler: in range, evaluate array if it has receives or callsIan Lance Taylor5-22/+37
2018-02-05compiler: give error for non-int arguments to makeIan Lance Taylor2-2/+19
2018-02-05compiler: don't error for goto over type or const declarationIan Lance Taylor2-4/+10
2018-02-05compiler: correct parse of parenthesized select caseIan Lance Taylor2-7/+21
2018-02-05cmd/go: don't lose last flag from _cgo_flagsIan Lance Taylor1-1/+1