aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2018-01-31compiler: lower expression types in lowering passIan Lance Taylor4-2/+34
2018-01-31runtime: fix type descriptor name in C codeIan Lance Taylor1-1/+1
2018-01-31gotest: accept symbols with leading dotIan Lance Taylor1-1/+1
2018-01-31net: rename TestAddr6 to avoid gotest confusionIan Lance Taylor1-1/+1
2018-01-31go-gcc.cc (Gcc_backend::convert_tree): New private method.Ian Lance Taylor2-27/+50
2018-01-31compiler: Function_type and Backend_function_type should not be identicalIan Lance Taylor3-1/+15
2018-01-30internal/syscall/unix: add randomTrap for sh/shbeIan Lance Taylor1-1/+1
2018-01-29compiler: don't insert write barriers if we've seen errorsIan Lance Taylor2-1/+4
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor1-1/+1
2018-01-26compiler: show readable names in escape analysis messagesIan Lance Taylor4-5/+5
2018-01-25compiler: look through aliases when looking for methodsIan Lance Taylor3-22/+49
2018-01-25compiler: deref receiver types in mangled namesIan Lance Taylor3-18/+22
2018-01-25runtime: fix lfstackUnpack on ia64Ian Lance Taylor1-1/+1
2018-01-25compiler: don't write sink constants to C header fileIan Lance Taylor2-2/+4
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor11-352/+700
2018-01-23cmd/go: buildid support for AIX archives.Ian Lance Taylor1-1/+1
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor1-1/+1
2018-01-19mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32Ian Lance Taylor1-1/+1
2018-01-19runtime: no escape for some functions on AIXIan Lance Taylor1-1/+1
2018-01-19cmd/go: recognize AIX objects and archivesIan Lance Taylor1-1/+1
2018-01-19runtime: add go:noescape declaration for SolarisIan Lance Taylor1-1/+1
2018-01-18re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...Ian Lance Taylor4-3/+11
2018-01-17compiler: enable escape analysis for runtimeIan Lance Taylor5-88/+114
2018-01-17archive/tar: support stat and device numbers on AIXIan Lance Taylor1-1/+1
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor1-1/+1
2018-01-15compiler: reclaim memory of escape analysis NodesIan Lance Taylor5-1/+67
2018-01-15compiler: make sure variables captured by defer closure liveIan Lance Taylor2-6/+31
2018-01-14go/types: implement SizesFor for gccgoIan Lance Taylor1-1/+1
2018-01-11re PR go/83794 (misc/cgo/test uses gigabytes of memory)Ian Lance Taylor1-1/+1
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