aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-07compiler: make single Btype for methods table of identical interface typeIan Lance Taylor3-5/+55
2018-02-06compiler: avoid negative zero in float constantsIan Lance Taylor3-3/+64
2018-02-06runtime: correct runtime structfield type to match reflectIan Lance Taylor1-1/+1
2018-02-05compiler: rollback "avoid negative zero in float constants"Ian Lance Taylor3-54/+3
2018-02-05compiler: avoid negative zero in float constantsIan Lance Taylor3-3/+54
2018-02-05compiler: update iota handling, fix using iota in array lengthIan Lance Taylor7-120/+227
2018-02-05compiler: permit empty statements after fallthroughIan Lance Taylor2-3/+18
2018-02-05compiler: in range, evaluate array if it has receives or callsIan Lance Taylor5-22/+37
2018-02-05compiler: give error for non-int arguments to makeIan Lance Taylor2-2/+19
2018-02-05compiler: don't error for goto over type or const declarationIan Lance Taylor2-4/+10
2018-02-05compiler: correct parse of parenthesized select caseIan Lance Taylor2-7/+21
2018-02-05cmd/go: don't lose last flag from _cgo_flagsIan Lance Taylor1-1/+1
2018-02-03go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct types as using structura...Ian Lance Taylor2-0/+12
2018-02-02go-gcc.cc (Gcc_backend::type_size): Return 0 for void_type_node.Ian Lance Taylor2-9/+43
2018-02-02compiler: don't incorrectly evaluate range variableIan Lance Taylor2-13/+37
2018-02-02reflect: enable allocation testsIan Lance Taylor1-1/+1
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor1-1/+1
2018-02-02compiler: turn on escape analysis by defaultCherry Zhang9-20/+29
2018-02-01compiler: omit field name for embedded fields in reflection stringIan Lance Taylor2-6/+6
2018-02-01net: declare lib_getaddrinfo as returning int32Ian Lance Taylor1-1/+1
2018-02-01compiler: check for nil receiver in value methodIan Lance Taylor2-2/+2
2018-01-31compiler: lower expression types in lowering passIan Lance Taylor4-2/+34
2018-01-31runtime: fix type descriptor name in C codeIan Lance Taylor1-1/+1
2018-01-31gotest: accept symbols with leading dotIan Lance Taylor1-1/+1
2018-01-31net: rename TestAddr6 to avoid gotest confusionIan Lance Taylor1-1/+1
2018-01-31go-gcc.cc (Gcc_backend::convert_tree): New private method.Ian Lance Taylor2-27/+50
2018-01-31compiler: Function_type and Backend_function_type should not be identicalIan Lance Taylor3-1/+15
2018-01-30internal/syscall/unix: add randomTrap for sh/shbeIan Lance Taylor1-1/+1
2018-01-29compiler: don't insert write barriers if we've seen errorsIan Lance Taylor2-1/+4
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor1-1/+1
2018-01-26compiler: show readable names in escape analysis messagesIan Lance Taylor4-5/+5
2018-01-25compiler: look through aliases when looking for methodsIan Lance Taylor3-22/+49
2018-01-25compiler: deref receiver types in mangled namesIan Lance Taylor3-18/+22
2018-01-25runtime: fix lfstackUnpack on ia64Ian Lance Taylor1-1/+1
2018-01-25compiler: don't write sink constants to C header fileIan Lance Taylor2-2/+4
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor11-352/+700
2018-01-23cmd/go: buildid support for AIX archives.Ian Lance Taylor1-1/+1
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor1-1/+1
2018-01-19mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32Ian Lance Taylor1-1/+1
2018-01-19runtime: no escape for some functions on AIXIan Lance Taylor1-1/+1
2018-01-19cmd/go: recognize AIX objects and archivesIan Lance Taylor1-1/+1
2018-01-19runtime: add go:noescape declaration for SolarisIan Lance Taylor1-1/+1
2018-01-18re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...Ian Lance Taylor4-3/+11
2018-01-17compiler: enable escape analysis for runtimeIan Lance Taylor5-88/+114