aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-01-11debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor1-1/+1
2018-01-10os, syscall: handle _st_timespec for AIX statIan Lance Taylor1-1/+1
2018-01-10libgo: add platform support for SuperHIan Lance Taylor1-1/+1
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor1-1/+1
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor1-1/+1
2018-01-10cmd/go: check for another GCC error messageIan Lance Taylor1-1/+1
2018-01-10runtime: fix makemap calls in __go_construct_mapIan Lance Taylor1-1/+1
2018-01-10runtime: work around escaping closure in export_test.goIan Lance Taylor1-1/+1
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-1/+1
2018-01-10cmd/go: add AIX supportIan Lance Taylor1-1/+1
2018-01-10libgo: add aix build tagsIan Lance Taylor1-1/+1
2018-01-09compiler: use temporary variable for stack allocationIan Lance Taylor2-4/+15
2018-01-09compiler: set captured variable address to nonescape until further floodedIan Lance Taylor2-4/+2
2018-01-09compiler: stack allocate defer thunkIan Lance Taylor3-2/+11
2018-01-09compiler: make non-escaping Bound_method_expression not heap allocateIan Lance Taylor2-2/+7
2018-01-09compiler: move some escape check to Mark_address_takenIan Lance Taylor4-13/+30
2018-01-09compiler: support go:noescape cross packageIan Lance Taylor4-9/+46
2018-01-09compiler: stack allocate non-escaping makesliceIan Lance Taylor3-14/+61
2018-01-09compiler: delay escaping sliced arraysIan Lance Taylor3-14/+24
2018-01-09os/signal/internal/pty: build on SolarisIan Lance Taylor1-1/+1
2018-01-09compiler: make top-level decl for address-taken non-escaping localsCherry Zhang6-16/+79
2018-01-09compiler: add escape analysis debug hashCherry Zhang8-0/+106
2018-01-09compiler: use macro Unordered_map instead of std::unordered_mapIan Lance Taylor2-2/+2
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor6-32/+97
2018-01-06libgo: fix GOARCH_CACHELINESIZE on ia64Ian Lance Taylor1-1/+1
2018-01-06go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...Ian Lance Taylor2-1/+6
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford2-1/+15
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2-1/+8
2018-01-03Update copyright years.Jakub Jelinek14-14/+16
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2017-12-22compiler: do not propagate address-taken of a slice element to the sliceIan Lance Taylor3-3/+10
2017-12-22compiler: bring escape analysis mostly in line with gc compilerIan Lance Taylor7-516/+888
2017-12-22compiler: improve escape analysis diagnosticsIan Lance Taylor5-47/+97
2017-12-16os: pass -s to hostname on AIXIan Lance Taylor1-1/+1
2017-12-16syscall: emulate Flock on AIXIan Lance Taylor1-1/+1
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