summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* escape: Implement flood phase.ian2016-06-142-5/+363
* escape: Implement assign phase.ian2016-06-147-122/+1566
* compiler: fix quoting in error messageian2016-06-102-2/+2
* escape: Implement the discovery phase.ian2016-05-132-4/+183
* escape: Add escape graph nodes.ian2016-05-065-17/+709
* escape: Add skeleton for gc analysis.ian2016-05-066-1/+182
* escape: Remove previously existing analysis.ian2016-04-2917-2742/+11
* compiler: Mark concurrent calls.ian2016-04-283-4/+20
* compiler: Export String_index_expression.ian2016-04-283-61/+76
* compiler: Add Enclosed_var_expression.ian2016-04-264-65/+164
* compiler: Expose runtime code through Func_expression.ian2016-04-235-3/+70
* cmd/go: bring in final version of gccgo pkg-config supportian2016-04-231-1/+1
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-182-1/+5
* libgo: update to Go 1.6.1 releaseian2016-04-131-1/+1
* reflect: change Value.Call results to not be addressableian2016-04-121-1/+1
* runtime: Use atomic load for in entersyscall.ian2016-04-021-1/+1
* PR go/69966ian2016-02-261-1/+1
* runtime: lock M during cgo callian2016-02-241-1/+1
* libgo: Update to final Go 1.6 release.ian2016-02-181-1/+1
* runtime: For c-archive/c-shared, install signal handlers synchronously.ian2016-02-121-1/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-113-3/+9
* PR go/66904ian2016-02-101-1/+1
* PR go/69511ian2016-02-101-1/+1
* PR go/69537ian2016-02-091-1/+1
* Remove -fshort-doublebernds2016-02-081-1/+1
* libgo: bump version number for upgrade to 1.6rc1ian2016-02-041-1/+1
* compiler, runtime: mark stub methods, ignore them in runtime.Caller.ian2016-02-032-3/+4
* compiler: Unpack method names when sorting them.ian2016-02-032-4/+11
* compiler: Accept map composite literals with omitted key types.ian2016-01-274-74/+116
* * go-lang.c (go_langhook_init_options_struct): Default toian2016-01-272-0/+8
* compiler: Don't crash on erroneous array return types.ian2016-01-272-1/+3
* compiler: Don't crash on invalid array type declarations.ian2016-01-262-1/+10
* compiler: Avoid knock-on errors with impossibly large types.ian2016-01-262-3/+5
* Update copyright years.jakub2016-01-0411-10/+12
* gcc/jakub2016-01-042-2/+6
* * go-gcc.cc (class Bvariable): Remove Gcc_tree parent class. Addian2015-12-222-29/+77
* * go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized,ian2015-12-222-1/+23
* PR go/65717ian2015-12-022-25/+23
* PR go/68477ian2015-12-012-1/+6
* PR go/61303ian2015-11-261-1/+1
* PR go/68496ian2015-11-231-1/+1
* PR go/66378ian2015-11-211-1/+1
* PR go/65785ian2015-11-211-1/+1
* PR go/66574ian2015-11-211-1/+1
* PR go/68141ian2015-11-202-3/+3
* PR go/68072ian2015-11-201-1/+1
* cmd: Use correct install tool dir with gccgoian2015-11-201-1/+1
* compiler: Use receiver name in hash/equal for type within method.ian2015-11-202-2/+11
* adaamacleod2015-11-115-14/+7
* libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian2015-11-101-1/+1