summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: fix import of indirectly imported type aliasian2017-10-122-8/+8
* * go-system.h (__STDC_FORMAT_MACROS): Define before including anyian2017-10-112-0/+11
* runtime: fix issues on AIX about uintptr(_t)ian2017-10-111-1/+1
* compiler: drop special handling of unexported func/var assembler namesian2017-10-054-38/+21
* compiler: centralize all symbol name handlingian2017-10-0510-806/+1145
* debug/elf: support 32-bit SPARC relocsian2017-09-291-1/+1
* mksysinfo: strip locale structsian2017-09-291-1/+1
* compiler: fix crash on struct that embeds pointer typeian2017-09-272-2/+10
* net: check Getsockname error returnian2017-09-271-1/+1
* debug/xcoff,cmd: add XCOFF supportian2017-09-221-1/+1
* libgo: fix build when using -enable-static=noian2017-09-201-1/+1
* syscall: enable ParseDirent for AIXian2017-09-201-1/+1
* syscall: workaround for getsockname bug in AIXian2017-09-201-1/+1
* internal,net,os,runtime,syscall: fixes for AIX following update to go1.9ian2017-09-201-1/+1
* runtime: restore "goroutine in C code" messageian2017-09-201-1/+1
* runtime: always initialize str field in __go_string_slice resultian2017-09-181-1/+1
* syscall: fixes for Solarisian2017-09-151-1/+1
* compiler: call error_statement for fallthrough in last caseian2017-09-152-1/+7
* compiler: check error expression in Array_type::get_backend_lengthian2017-09-152-1/+6
* libgo: update to go1.9ian2017-09-141-1/+1
* compiler, runtime: simplify select and channel operationsian2017-09-145-75/+44
* compiler: avoid compiler crash on invalid programian2017-09-142-2/+6
* compiler: emit type specific functions for aliasesian2017-09-142-1/+3
* compiler, reflect: fix struct field names for embedded aliasesian2017-09-143-38/+51
* compiler: fix check for notinheap conversionian2017-09-142-6/+6
* compiler: guard against implicit double pointer indirectionian2017-09-092-1/+7
* mksysinfo: fix in6_addr in mld_hdr_t for Solarisian2017-08-311-1/+1
* [77/77] Add a complex_mode classrsandifo2017-08-302-4/+10
* [20/77] Replace MODE_INT checks with is_int_modersandifo2017-08-302-2/+9
* [7/77] Add scalar_float_modersandifo2017-08-302-3/+10
* net/internal/socktest: build sys_unix.go on AIXian2017-08-291-1/+1
* libgo: netinet/icmp6.h require netinet/in.h on AIXian2017-08-291-1/+1
* libgo: fix Stat_t on AIXian2017-08-291-1/+1
* runtime: make go-nosys.c compile with !HAVE_SYSCALLian2017-08-291-1/+1
* runtime: fix lfstack for 64-bit AIXian2017-08-291-1/+1
* PR go/81893ian2017-08-181-1/+1
* misc/cgo/test: make cgo tests run on AIXian2017-08-181-1/+1
* cmd/go: pass -funwind-tables when compiling C codeian2017-08-181-1/+1
* runtime: better implementation of netpoll for AIXian2017-08-161-1/+1
* runtime: improvements for signal registersian2017-08-161-1/+1
* compiler: fix buglet in lshift type determinationian2017-08-092-2/+2
* compiler: handle >32bit exponent in Ldexpian2017-08-091-1/+1
* Canonicalize names of attributes.marxin2017-08-072-1/+6
* runtime: dump registers for Alphaian2017-08-041-1/+1
* PR go/81617ian2017-08-031-1/+1
* compiler: only finalize embedded fields before finalizing methodsian2017-08-022-8/+35
* compiler: add backend type conversionian2017-07-282-2/+5
* compiler: track placeholder pointer types for conversionian2017-07-283-5/+15
* compiler: use a single temporary for calls with multiple resultsian2017-07-283-135/+60
* * go-backend.c (go_write_export_data): Use EXCLUDE section forian2017-07-282-1/+12