aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-12-16compiler: add containing Bfunction to some backend interfaces.Than McIntosh8-68/+135
2016-12-16compiler: fix comments + fieldnames to match libgo sourceIan Lance Taylor2-13/+13
2016-12-15compiler: fix off-by-1 array type len in Type::gc_symbol_constructorIan Lance Taylor2-2/+2
2016-12-15re PR go/78763 (go1: internal compiler error: in do_get_backend, at go/gofron...Ian Lance Taylor3-20/+50
2016-12-15compiler: remove unneeded zero-length slice value initIan Lance Taylor2-7/+1
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor1-1/+1
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor1-1/+1
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor2-2/+2
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-1/+1
2016-12-08compiler: make Slice_construction_expression::do_flatten idempotentIan Lance Taylor2-3/+3
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-1/+1