aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor1-1/+1
2018-03-15cmd/go: force LANG=C when looking for compiler versionIan Lance Taylor1-1/+1
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor1-1/+1
2018-03-07runtime: push arena on AIX higher due to clashesIan Lance Taylor1-1/+1
2018-03-07runtime: use a fence instruction before rdtscIan Lance Taylor1-1/+1
2018-03-05libgo: fix typo in mksysinfo.sh scriptIan Lance Taylor1-1/+1
2018-03-01compiler: avoid crashing on bad self-referential typeIan Lance Taylor2-1/+6
2018-02-28runtime: update AIX memory allocation for new versionsIan Lance Taylor1-1/+1
2018-02-28libgo: update to final Go 1.10 releaseIan Lance Taylor1-1/+1
2018-02-23compiler: ignore aliases in fieldtrack infoIan Lance Taylor2-2/+2
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor1-1/+1
2018-02-22libgo: add -L option for libatomic when using -pthreadIan Lance Taylor1-1/+1
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-1/+1
2018-02-20compiler: look through aliases for type compatibilityIan Lance Taylor2-10/+21
2018-02-16runtime: add some more preemption checksIan Lance Taylor1-1/+1
2018-02-13compiler: don't export function descriptors for unexported namesIan Lance Taylor2-1/+16
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