aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2017-12-12go-lang.c (TARGET_AIX): Define if not defined.Tony Reix2-1/+11
2017-12-06libgo: remove -fplan9-extensions from CFLAGSIan Lance Taylor1-1/+1
2017-12-06compiler: handle set-and-use-temp in nilcheck codeIan Lance Taylor2-3/+16
2017-12-05compiler: no nil check needed for closure var dereferencesIan Lance Taylor2-3/+4
2017-12-02runtime: export cgoCheck functionsIan Lance Taylor1-1/+1
2017-12-02compiler: avoid GCC middle-end control warningsIan Lance Taylor7-13/+45
2017-12-01compiler: introduce size threshold for nil checksThan McIntosh13-81/+220
2017-11-30compiler: don't make map zero value constantIan Lance Taylor2-4/+4
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2-2/+7
2017-11-23cmd/go, go/internal/gccgoimporter: pass -X to ar on AIXIan Lance Taylor1-1/+1
2017-11-22compiler: make comparison operator() methods constIan Lance Taylor4-4/+4
2017-11-22libgo: don't use grep -q in mksigtab.shIan Lance Taylor1-1/+1
2017-11-21libgo: fix makefile bugletIan Lance Taylor1-1/+1
2017-11-21compiler: report error for ++/-- applied to a non-numeric typeIan Lance Taylor2-1/+6
2017-11-15compiler: remove LHS/RHS context determination for var exprsThan McIntosh11-154/+34
2017-11-14libgo: adapt Solaris 12 referencesIan Lance Taylor1-1/+1
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor1-1/+1
2017-11-07compiler: don't double count "." in nested_function_numIan Lance Taylor2-3/+3
2017-11-06compiler: disable escape analysis for runtimeIan Lance Taylor2-1/+7
2017-11-06libgo: pass flags to recursive makeIan Lance Taylor1-1/+1
2017-10-26compiler: explicitly convert between type aliasesIan Lance Taylor2-6/+12
2017-10-20debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor1-1/+1
2017-10-12compiler: fix import of indirectly imported type aliasIan Lance Taylor2-8/+8
2017-10-11go-system.h (__STDC_FORMAT_MACROS): Define before including any system header...Tony Reix2-0/+11
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor1-1/+1
2017-10-05compiler: drop special handling of unexported func/var assembler namesIan Lance Taylor4-38/+21
2017-10-05compiler: centralize all symbol name handlingIan Lance Taylor10-806/+1145
2017-09-29debug/elf: support 32-bit SPARC relocsIan Lance Taylor1-1/+1
2017-09-29mksysinfo: strip locale structsIan Lance Taylor1-1/+1
2017-09-27compiler: fix crash on struct that embeds pointer typeIan Lance Taylor2-2/+10
2017-09-27net: check Getsockname error returnIan Lance Taylor1-1/+1
2017-09-22debug/xcoff,cmd: add XCOFF supportIan Lance Taylor1-1/+1
2017-09-20libgo: fix build when using -enable-static=noIan Lance Taylor1-1/+1
2017-09-20syscall: enable ParseDirent for AIXIan Lance Taylor1-1/+1
2017-09-20syscall: workaround for getsockname bug in AIXIan Lance Taylor1-1/+1
2017-09-20internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor1-1/+1
2017-09-20runtime: restore "goroutine in C code" messageIan Lance Taylor1-1/+1
2017-09-18runtime: always initialize str field in __go_string_slice resultIan Lance Taylor1-1/+1
2017-09-15syscall: fixes for SolarisIan Lance Taylor1-1/+1
2017-09-15compiler: call error_statement for fallthrough in last caseIan Lance Taylor2-1/+7
2017-09-15compiler: check error expression in Array_type::get_backend_lengthIan Lance Taylor2-1/+6
2017-09-14libgo: update to go1.9Ian Lance Taylor1-1/+1
2017-09-14compiler, runtime: simplify select and channel operationsIan Lance Taylor5-75/+44
2017-09-14compiler: avoid compiler crash on invalid programIan Lance Taylor2-2/+6
2017-09-14compiler: emit type specific functions for aliasesIan Lance Taylor2-1/+3
2017-09-14compiler, reflect: fix struct field names for embedded aliasesIan Lance Taylor3-38/+51
2017-09-14compiler: fix check for notinheap conversionIan Lance Taylor2-6/+6
2017-09-09compiler: guard against implicit double pointer indirectionIan Lance Taylor2-1/+7
2017-08-31mksysinfo: fix in6_addr in mld_hdr_t for SolarisIan Lance Taylor1-1/+1
2017-08-30[77/77] Add a complex_mode classRichard Sandiford2-4/+10