aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-06-13compiler: avoid introducing redundant write barriersIan Lance Taylor4-10/+29
2018-06-13compiler: include global variable preinit blocks in ast dumpsIan Lance Taylor2-2/+26
2018-06-13libgo: update to Go 1.10.3 releaseIan Lance Taylor1-1/+1
2018-06-11libgo: add riscv and js/wasm as known targetsIan Lance Taylor1-1/+1
2018-06-08compiler: remove stack_allocation_expressionCherry Zhang3-21/+5
2018-06-07compiler: speed up variable initializer sortingIan Lance Taylor2-97/+193
2018-06-06reflect: fix StructOf hash and stringIan Lance Taylor1-1/+1
2018-06-05reflect: canonicalize types returned by StructOf() and friendsIan Lance Taylor1-1/+1
2018-06-04compiler: fix crashes on cyclic var/type referencesIan Lance Taylor3-5/+17
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor1-1/+1
2018-05-30cmd/go, cmd/vet: make vet work with gccgoIan Lance Taylor1-1/+1
2018-05-30crypto/x509: specify path to AIX certificate fileIan Lance Taylor1-1/+1
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