aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2017-06-22compiler, runtime: better stack trace for `go f()` where f is nilIan Lance Taylor3-3/+32
2017-06-21debug/elf: handle Alpha relocsIan Lance Taylor1-1/+1
2017-06-21compiler: fix missing case in Array_type::get_value_pointerIan Lance Taylor2-1/+8
2017-06-21libgo: remove old MIPS architecture namesIan Lance Taylor1-1/+1
2017-06-21libgo: use gc's arch names as the default GOARCHs on MIPSIan Lance Taylor1-1/+1
2017-06-21cmd/cgo: add mips64p32* to ptrSizeMap and intSizeMapIan Lance Taylor1-1/+1
2017-06-21internal/syscall/unix: implement randomTrap on mips64p32*Ian Lance Taylor1-1/+1
2017-06-21libgo, syscall: fix ptrace implementation on MIPSIan Lance Taylor1-1/+1
2017-06-14compiler: avoid crash on erroneous typeIan Lance Taylor2-6/+12
2017-06-14cmd/cgo: make _cgo_flags consistent across runsIan Lance Taylor1-1/+1
2017-06-14cmd/go: gccgo: consistent results, fix vendoringIan Lance Taylor1-1/+1
2017-06-14cmd/go: skip tests that do not work with gccgoIan Lance Taylor1-1/+1
2017-06-14go/build: use GCCGOTOOLDIR to find gccgo toolsIan Lance Taylor1-1/+1
2017-06-14internal/testenv: support testing gccgoIan Lance Taylor1-1/+1
2017-06-14compiler: remove "DIR/../" when joining relative import pathIan Lance Taylor2-1/+20
2017-06-13compiler: containing small bfunction mixup in Gogo::write_globalsIan Lance Taylor2-3/+3
2017-06-13runtime: don't always show frames with no function in tracebackIan Lance Taylor1-1/+1
2017-06-13runtime: clear isSystemGoroutine in goexitIan Lance Taylor1-1/+1
2017-06-12runtime: ignore _Gscan bit when checking status in CgocallDoneIan Lance Taylor1-1/+1
2017-06-12compiler: avoid orphaning Bexpressions when processing conversionsIan Lance Taylor2-4/+10
2017-06-09opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an...Ian Lance Taylor2-0/+14
2017-06-09compiler: additional lvalue/rvalue context fixesIan Lance Taylor3-3/+18
2017-06-08libgo: update to 1.8.3 releaseIan Lance Taylor1-1/+1
2017-06-08compiler: lvalue context fixes in Unary_expression::do_get_backendIan Lance Taylor2-4/+4
2017-06-08compiler: fix undefined symbol error with unexported methodIan Lance Taylor6-25/+65
2017-06-07runtime: support ia64 in lfstackIan Lance Taylor1-1/+1
2017-06-06compiler: typing fixes for Interface_mtable_expressionIan Lance Taylor3-11/+40
2017-05-31libgo: support for sparc64 GNU/LinuxIan Lance Taylor1-1/+1
2017-05-26compiler: identify array index expressions in lvalue contextIan Lance Taylor6-7/+39
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