aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2017-05-23compiler: detect failure to set init priority for packageIan Lance Taylor2-2/+8
2017-05-18compiler: ignore struct field tags for type conversionIan Lance Taylor3-57/+101
2017-05-17libgo: add "vendor" to pkgpath for vendored standard packagesIan Lance Taylor1-1/+1
2017-05-16compiler: better error messages for slicing invalid typesIan Lance Taylor2-2/+16
2017-05-16compiler: report correct errors for sink methodsIan Lance Taylor5-3/+59
2017-05-12compiler: add calling Bfunction Backend::call_expressionThan McIntosh6-12/+24
2017-05-12runtime: fix build for non-split-stack systemsIan Lance Taylor1-1/+1
2017-05-12mksigtab.sh: recurse once when adding signals to SIGLISTIan Lance Taylor1-1/+1
2017-05-12os: use opendir64 and closedir64 on AIXIan Lance Taylor1-1/+1
2017-05-11re PR go/64238 (ICE in get_partitioning_class, at symtab.c:1775)Ian Lance Taylor2-2/+8
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor1-1/+1
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor19-658/+2319
2017-03-28re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty...Than McIntosh2-1/+8
2017-03-22compiler: initialize gogo fieldsIan Lance Taylor2-4/+7
2017-03-22re PR go/80128 (go1: internal compiler error: in write_specific_type_function...Ian Lance Taylor2-10/+47
2017-02-28mksigtab.sh: skip signals defined as other signalsIan Lance Taylor1-1/+1
2017-02-28runtime: fix sigfwd to not allocate memoryIan Lance Taylor1-1/+1
2017-02-28libgo: fix quoting in mksigtab.shIan Lance Taylor1-1/+1
2017-02-21re PR go/79642 (space instead of tab in lang.opt)Ian Lance Taylor2-1/+6
2017-02-17libgo: update to final Go 1.8 releaseIan Lance Taylor1-1/+1
2017-02-13re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh,...Ian Lance Taylor1-1/+1
2017-02-07re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener2-5/+7
2017-01-27compiler: let initializers hold addresses of fieldsIan Lance Taylor3-27/+85
2017-01-26runtime: fix setting of isarchiveIan Lance Taylor1-1/+1
2017-01-26runtime: fix context used by getTracebackIan Lance Taylor1-1/+1
2017-01-25compiler: improvements for type alias handlingIan Lance Taylor2-7/+22
2017-01-23libgo: update to go1.8rc2Ian Lance Taylor1-1/+1
2017-01-23re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor2-2/+17
2017-01-23libgo: bump library version to 11Ian Lance Taylor1-1/+1
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor1-1/+1
2017-01-20re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)Ian Lance Taylor1-1/+1
2017-01-20re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)Ian Lance Taylor1-1/+1
2017-01-18syscall, golang_org/x/net/lif: fixes for gccgo on SolarisIan Lance Taylor1-1/+1
2017-01-16runtime: rename siginfo to _siginfo_tIan Lance Taylor1-1/+1
2017-01-16libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor1-1/+1
2017-01-14compiler: implement type aliasesIan Lance Taylor7-54/+406
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor7-102/+164
2017-01-11compiler: add containing Bfunction to conditional_expressionThan McIntosh6-24/+44
2017-01-11compiler: mark generated struct/array types as incomparableIan Lance Taylor5-17/+56
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor6-72/+298
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-1/+1
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor1-1/+1
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+1
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek14-13/+15
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+6
2016-12-30compile: add type conversion in Type::gc_symbol_pointerIan Lance Taylor2-2/+5
2016-12-30compiler: use more accurate array type in Gogo::register_gc_varsIan Lance Taylor2-4/+4
2016-12-22compiler: fix spurious redefinition error for anon structIan Lance Taylor3-26/+28