aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford2-2/+9
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford2-3/+10
2017-08-29net/internal/socktest: build sys_unix.go on AIXIan Lance Taylor1-1/+1
2017-08-29libgo: netinet/icmp6.h require netinet/in.h on AIXIan Lance Taylor1-1/+1
2017-08-29libgo: fix Stat_t on AIXIan Lance Taylor1-1/+1
2017-08-29runtime: make go-nosys.c compile with !HAVE_SYSCALLIan Lance Taylor1-1/+1
2017-08-29runtime: fix lfstack for 64-bit AIXIan Lance Taylor1-1/+1
2017-08-18re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor1-1/+1
2017-08-18misc/cgo/test: make cgo tests run on AIXIan Lance Taylor1-1/+1
2017-08-18cmd/go: pass -funwind-tables when compiling C codeIan Lance Taylor1-1/+1
2017-08-16runtime: better implementation of netpoll for AIXIan Lance Taylor1-1/+1
2017-08-16runtime: improvements for signal registersIan Lance Taylor1-1/+1
2017-08-09compiler: fix buglet in lshift type determinationIan Lance Taylor2-2/+2
2017-08-09compiler: handle >32bit exponent in LdexpIan Lance Taylor1-1/+1