Age | Commit message (Expand) | Author | Files | Lines |
2018-01-11 | re PR go/83794 (misc/cgo/test uses gigabytes of memory) | Ian Lance Taylor | 1 | -1/+1 |
2018-01-11 | debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | os, syscall: handle _st_timespec for AIX stat | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | libgo: add platform support for SuperH | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob... | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | exp: remove exp/proxy and exp/terminal packages | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | cmd/go: check for another GCC error message | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | runtime: fix makemap calls in __go_construct_map | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | runtime: work around escaping closure in export_test.go | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | runtime: noescape some functions/variables | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | cmd/go: add AIX support | Ian Lance Taylor | 1 | -1/+1 |
2018-01-10 | libgo: add aix build tags | Ian Lance Taylor | 1 | -1/+1 |
2018-01-09 | compiler: use temporary variable for stack allocation | Ian Lance Taylor | 2 | -4/+15 |
2018-01-09 | compiler: set captured variable address to nonescape until further flooded | Ian Lance Taylor | 2 | -4/+2 |
2018-01-09 | compiler: stack allocate defer thunk | Ian Lance Taylor | 3 | -2/+11 |
2018-01-09 | compiler: make non-escaping Bound_method_expression not heap allocate | Ian Lance Taylor | 2 | -2/+7 |
2018-01-09 | compiler: move some escape check to Mark_address_taken | Ian Lance Taylor | 4 | -13/+30 |
2018-01-09 | compiler: support go:noescape cross package | Ian Lance Taylor | 4 | -9/+46 |
2018-01-09 | compiler: stack allocate non-escaping makeslice | Ian Lance Taylor | 3 | -14/+61 |
2018-01-09 | compiler: delay escaping sliced arrays | Ian Lance Taylor | 3 | -14/+24 |
2018-01-09 | os/signal/internal/pty: build on Solaris | Ian Lance Taylor | 1 | -1/+1 |
2018-01-09 | compiler: make top-level decl for address-taken non-escaping locals | Cherry Zhang | 6 | -16/+79 |
2018-01-09 | compiler: add escape analysis debug hash | Cherry Zhang | 8 | -0/+106 |
2018-01-09 | compiler: use macro Unordered_map instead of std::unordered_map | Ian Lance Taylor | 2 | -2/+2 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 6 | -32/+97 |
2018-01-06 | libgo: fix GOARCH_CACHELINESIZE on ia64 | Ian Lance Taylor | 1 | -1/+1 |
2018-01-06 | go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take... | Ian Lance Taylor | 2 | -1/+6 |
2018-01-03 | Add support for MODE_VECTOR_BOOL | Richard Sandiford | 2 | -1/+15 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 2 | -1/+8 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 14 | -14/+16 |
2018-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 2 | -1/+5 |
2017-12-22 | compiler: do not propagate address-taken of a slice element to the slice | Ian Lance Taylor | 3 | -3/+10 |
2017-12-22 | compiler: bring escape analysis mostly in line with gc compiler | Ian Lance Taylor | 7 | -516/+888 |
2017-12-22 | compiler: improve escape analysis diagnostics | Ian Lance Taylor | 5 | -47/+97 |
2017-12-16 | os: pass -s to hostname on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-12-16 | syscall: emulate Flock on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-12-12 | go-lang.c (TARGET_AIX): Define if not defined. | Tony Reix | 2 | -1/+11 |
2017-12-06 | libgo: remove -fplan9-extensions from CFLAGS | Ian Lance Taylor | 1 | -1/+1 |
2017-12-06 | compiler: handle set-and-use-temp in nilcheck code | Ian Lance Taylor | 2 | -3/+16 |
2017-12-05 | compiler: no nil check needed for closure var dereferences | Ian Lance Taylor | 2 | -3/+4 |
2017-12-02 | runtime: export cgoCheck functions | Ian Lance Taylor | 1 | -1/+1 |
2017-12-02 | compiler: avoid GCC middle-end control warnings | Ian Lance Taylor | 7 | -13/+45 |
2017-12-01 | compiler: introduce size threshold for nil checks | Than McIntosh | 13 | -81/+220 |
2017-11-30 | compiler: don't make map zero value constant | Ian Lance Taylor | 2 | -4/+4 |
2017-11-28 | tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree. | Jakub Jelinek | 2 | -2/+7 |
2017-11-23 | cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-11-22 | compiler: make comparison operator() methods const | Ian Lance Taylor | 4 | -4/+4 |
2017-11-22 | libgo: don't use grep -q in mksigtab.sh | Ian Lance Taylor | 1 | -1/+1 |
2017-11-21 | libgo: fix makefile buglet | Ian Lance Taylor | 1 | -1/+1 |
2017-11-21 | compiler: report error for ++/-- applied to a non-numeric type | Ian Lance Taylor | 2 | -1/+6 |