aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2016-04-29escape: Remove previously existing analysis.Chris Manghane17-2742/+11
2016-04-28compiler: Mark concurrent calls.Ian Lance Taylor3-4/+20
2016-04-28compiler: Export String_index_expression.Ian Lance Taylor3-61/+76
2016-04-26compiler: Add Enclosed_var_expression.Ian Lance Taylor4-65/+164
2016-04-23compiler: Expose runtime code through Func_expression.Ian Lance Taylor5-3/+70
2016-04-23cmd/go: bring in final version of gccgo pkg-config supportIan Lance Taylor1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2-1/+5
2016-04-13libgo: update to Go 1.6.1 releaseIan Lance Taylor1-1/+1
2016-04-12reflect: change Value.Call results to not be addressableIan Lance Taylor1-1/+1
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor1-1/+1
2016-02-26re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor1-1/+1
2016-02-24runtime: lock M during cgo callIan Lance Taylor1-1/+1
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor1-1/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek3-3/+9
2016-02-10re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor1-1/+1
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor1-1/+1
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor1-1/+1
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-02-04libgo: bump version number for upgrade to 1.6rc1Ian Lance Taylor1-1/+1
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor2-3/+4
2016-02-03compiler: Unpack method names when sorting them.Ian Lance Taylor2-4/+11
2016-01-27compiler: Accept map composite literals with omitted key types.Ian Lance Taylor4-74/+116
2016-01-27go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live.Ian Lance Taylor2-0/+8
2016-01-27compiler: Don't crash on erroneous array return types.Ian Lance Taylor2-1/+3
2016-01-26compiler: Don't crash on invalid array type declarations.Ian Lance Taylor2-1/+10
2016-01-26compiler: Avoid knock-on errors with impossibly large types.Ian Lance Taylor2-3/+5
2016-01-04Update copyright years.Jakub Jelinek11-10/+12
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+6
2015-12-22go-gcc.cc (class Bvariable): Remove Gcc_tree parent class.Ian Lance Taylor2-29/+77
2015-12-22go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized, add a VIEW_C...Ian Lance Taylor2-1/+23
2015-12-02re PR go/65717 (64-bit runtime FAILs with 32-bit compiler)Ian Lance Taylor2-25/+23
2015-12-01re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.)Ian Lance Taylor2-1/+6
2015-11-26re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor1-1/+1
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor1-1/+1
2015-11-21re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor1-1/+1
2015-11-21re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor1-1/+1
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor1-1/+1
2015-11-20re PR go/68141 (go/gofrontend/import-archive.cc: 2 * poor choice of function ...Ian Lance Taylor2-3/+3
2015-11-20re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor1-1/+1
2015-11-20cmd: Use correct install tool dir with gccgoIan Lance Taylor1-1/+1
2015-11-20compiler: Use receiver name in hash/equal for type within method.Ian Lance Taylor2-2/+11
2015-11-11decl.c: Remove unused header files.Andrew MacLeod5-14/+7
2015-11-10libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor1-1/+1
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor1-1/+1
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor1-1/+1
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-1/+1
2015-11-04gotest: fix handling of --goarch optionIan Lance Taylor1-1/+1
2015-11-03mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor1-1/+1
2015-11-02libgo: Bump version number.Ian Lance Taylor1-1/+1