summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: revamp scheme for ordering calls to import init fcns.ian2016-08-237-160/+538
* compiler: don't permit P.M if P is a pointer typeian2016-08-222-3/+5
* cmd/go: ignore errors from go/build for standard packagesian2016-08-151-1/+1
* libgo: don't unset in shell scriptian2016-08-131-1/+1
* crypto/aes, hash/crc32: ignore s390x specific files for nowian2016-08-131-1/+1
* syscall: remove exec_solaris_test.goian2016-08-131-1/+1
* os: fix build tags for dir_regfile.goian2016-08-111-1/+1
* compiler: annotate or fix fall through cases in switch statementsian2016-08-103-1/+4
* * gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs andian2016-08-102-13/+87
* compiler: implement go:noinline and go:nosplit directivesian2016-08-103-3/+9
* compiler: implement go:linkname compiler directiveian2016-08-096-10/+126
* mksysinfo.sh: always define CLONE_NEWNETian2016-08-091-1/+1
* compiler: rewrite compiler directive supportian2016-08-097-87/+298
* text/template: reduce maxExecDepth for gccgo furtherian2016-08-081-1/+1
* libgo: don't have .lo depend on .lo.depian2016-08-081-1/+1
* testsuite: fix gotest for absolute srcdirian2016-08-081-1/+1
* PR go/72814ian2016-08-083-1/+38
* internal/syscall/unix: fix syscalls for alpha, ia64, s390ian2016-08-071-1/+1
* libgo: fix getrandom build for 32-bit ppcian2016-08-061-1/+1
* libgo: change build procedure to use build tagsian2016-08-061-1/+1
* PR go/72812ian2016-08-052-1/+127
* runtime: fix incorrectly commented out code in heapdump.cian2016-08-041-1/+1
* text/template: reduce maxExecDepth for gccgoian2016-08-041-1/+1
* compiler: include "go-system.h" in escape.ccian2016-08-042-1/+3
* escape: Enable escape analysis in gccgo.ian2016-08-043-1/+12
* gotest: multiple +build lines must all be trueian2016-08-031-1/+1
* compiler: improve type caching for interface typesian2016-08-032-5/+18
* escape: Stack allocate non-escaping expressions.ian2016-08-032-8/+44
* escape: Add basic debugging.ian2016-08-0210-7/+577
* libgo: bump library version number for 1.7ian2016-07-261-1/+1
* os/user: fix Solaris declaration.ian2016-07-261-1/+1
* libgo: update to go1.7rc3ian2016-07-221-1/+1
* compiler: fix check for duplicate declarationian2016-07-222-3/+10
* escape: Add escape notes to export data.ian2016-07-126-5/+75
* escape: Implement tag phase.ian2016-07-062-6/+94
* 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