summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* libgo: fix GOARCH_CACHELINESIZE on ia64Ian Lance Taylor2018-01-061-1/+1
* go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...Ian Lance Taylor2018-01-062-1/+6
* Add support for MODE_VECTOR_BOOLRichard Sandiford2018-01-032-1/+15
* poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2018-01-032-1/+8
* Update copyright years.Jakub Jelinek2018-01-0314-14/+16
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2018-01-032-1/+5
* compiler: do not propagate address-taken of a slice element to the sliceIan Lance Taylor2017-12-223-3/+10
* compiler: bring escape analysis mostly in line with gc compilerIan Lance Taylor2017-12-227-516/+888
* compiler: improve escape analysis diagnosticsIan Lance Taylor2017-12-225-47/+97
* os: pass -s to hostname on AIXIan Lance Taylor2017-12-161-1/+1
* syscall: emulate Flock on AIXIan Lance Taylor2017-12-161-1/+1
* go-lang.c (TARGET_AIX): Define if not defined.Tony Reix2017-12-122-1/+11
* libgo: remove -fplan9-extensions from CFLAGSIan Lance Taylor2017-12-061-1/+1
* compiler: handle set-and-use-temp in nilcheck codeIan Lance Taylor2017-12-062-3/+16
* compiler: no nil check needed for closure var dereferencesIan Lance Taylor2017-12-052-3/+4
* runtime: export cgoCheck functionsIan Lance Taylor2017-12-021-1/+1
* compiler: avoid GCC middle-end control warningsIan Lance Taylor2017-12-027-13/+45
* compiler: introduce size threshold for nil checksThan McIntosh2017-12-0113-81/+220
* compiler: don't make map zero value constantIan Lance Taylor2017-11-302-4/+4
* tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2017-11-282-2/+7
* cmd/go, go/internal/gccgoimporter: pass -X to ar on AIXIan Lance Taylor2017-11-231-1/+1
* compiler: make comparison operator() methods constIan Lance Taylor2017-11-224-4/+4
* libgo: don't use grep -q in mksigtab.shIan Lance Taylor2017-11-221-1/+1
* libgo: fix makefile bugletIan Lance Taylor2017-11-211-1/+1
* compiler: report error for ++/-- applied to a non-numeric typeIan Lance Taylor2017-11-212-1/+6
* compiler: remove LHS/RHS context determination for var exprsThan McIntosh2017-11-1511-154/+34
* libgo: adapt Solaris 12 referencesIan Lance Taylor2017-11-141-1/+1
* sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor2017-11-091-1/+1
* compiler: don't double count "." in nested_function_numIan Lance Taylor2017-11-072-3/+3
* compiler: disable escape analysis for runtimeIan Lance Taylor2017-11-062-1/+7
* libgo: pass flags to recursive makeIan Lance Taylor2017-11-061-1/+1
* compiler: explicitly convert between type aliasesIan Lance Taylor2017-10-262-6/+12
* debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor2017-10-201-1/+1
* compiler: fix import of indirectly imported type aliasIan Lance Taylor2017-10-122-8/+8
* go-system.h (__STDC_FORMAT_MACROS): Define before including any system header...Tony Reix2017-10-112-0/+11
* runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor2017-10-111-1/+1
* compiler: drop special handling of unexported func/var assembler namesIan Lance Taylor2017-10-054-38/+21
* compiler: centralize all symbol name handlingIan Lance Taylor2017-10-0510-806/+1145
* debug/elf: support 32-bit SPARC relocsIan Lance Taylor2017-09-291-1/+1
* mksysinfo: strip locale structsIan Lance Taylor2017-09-291-1/+1
* compiler: fix crash on struct that embeds pointer typeIan Lance Taylor2017-09-272-2/+10
* net: check Getsockname error returnIan Lance Taylor2017-09-271-1/+1
* debug/xcoff,cmd: add XCOFF supportIan Lance Taylor2017-09-221-1/+1
* libgo: fix build when using -enable-static=noIan Lance Taylor2017-09-201-1/+1
* syscall: enable ParseDirent for AIXIan Lance Taylor2017-09-201-1/+1
* syscall: workaround for getsockname bug in AIXIan Lance Taylor2017-09-201-1/+1
* internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor2017-09-201-1/+1
* runtime: restore "goroutine in C code" messageIan Lance Taylor2017-09-201-1/+1
* runtime: always initialize str field in __go_string_slice resultIan Lance Taylor2017-09-181-1/+1
* syscall: fixes for SolarisIan Lance Taylor2017-09-151-1/+1