aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator
2018-11-05compiler: handle abstract type in builtin numeric const valueIan Lance Taylor
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-04-20gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor
2018-04-17os/signal: disable loading of history during testIan Lance Taylor
2018-04-17gccgo: suppress "ar rcD" and "-zdefs" on AIXIan Lance Taylor
2018-03-26runtime: don't check for stale runtimeIan Lance Taylor
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor
2018-03-15cmd/go: force LANG=C when looking for compiler versionIan Lance Taylor
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor
2018-03-07runtime: push arena on AIX higher due to clashesIan Lance Taylor
2018-03-07runtime: use a fence instruction before rdtscIan Lance Taylor
2018-03-05libgo: fix typo in mksysinfo.sh scriptIan Lance Taylor
2018-03-01compiler: avoid crashing on bad self-referential typeIan Lance Taylor
2018-02-28runtime: update AIX memory allocation for new versionsIan Lance Taylor
2018-02-28libgo: update to final Go 1.10 releaseIan Lance Taylor
2018-02-23compiler: ignore aliases in fieldtrack infoIan Lance Taylor
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor
2018-02-22libgo: add -L option for libatomic when using -pthreadIan Lance Taylor
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor
2018-02-20compiler: look through aliases for type compatibilityIan Lance Taylor
2018-02-16runtime: add some more preemption checksIan Lance Taylor
2018-02-13compiler: don't export function descriptors for unexported namesIan Lance Taylor
2018-02-12compiler: error on func declaration/definitionIan Lance Taylor
2018-02-12re PR go/84215 (Random results in go/libgo tests)Ian Lance Taylor
2018-02-09compiler: track //go:nointerface in export dataIan Lance Taylor
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor
2018-02-08libgo: update to Go1.10rc2Ian Lance Taylor
2018-02-07runtime: don't call funcPC from a functionIan Lance Taylor
2018-02-07compiler: make single Btype for methods table of identical interface typeIan Lance Taylor
2018-02-06compiler: avoid negative zero in float constantsIan Lance Taylor
2018-02-06runtime: correct runtime structfield type to match reflectIan Lance Taylor
2018-02-05compiler: rollback "avoid negative zero in float constants"Ian Lance Taylor
2018-02-05compiler: avoid negative zero in float constantsIan Lance Taylor
2018-02-05compiler: update iota handling, fix using iota in array lengthIan Lance Taylor
2018-02-05compiler: permit empty statements after fallthroughIan Lance Taylor
2018-02-05compiler: in range, evaluate array if it has receives or callsIan Lance Taylor
2018-02-05compiler: give error for non-int arguments to makeIan Lance Taylor
2018-02-05compiler: don't error for goto over type or const declarationIan Lance Taylor
2018-02-05compiler: correct parse of parenthesized select caseIan Lance Taylor
2018-02-05cmd/go: don't lose last flag from _cgo_flagsIan Lance Taylor
2018-02-03go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct types as using structura...Ian Lance Taylor
2018-02-02go-gcc.cc (Gcc_backend::type_size): Return 0 for void_type_node.Ian Lance Taylor
2018-02-02compiler: don't incorrectly evaluate range variableIan Lance Taylor
2018-02-02reflect: enable allocation testsIan Lance Taylor
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor
2018-02-02compiler: turn on escape analysis by defaultCherry Zhang
2018-02-01compiler: omit field name for embedded fields in reflection stringIan Lance Taylor
2018-02-01net: declare lib_getaddrinfo as returning int32Ian Lance Taylor